C#/ASP/DotNet force compiler errors display in English
Set environmental variable:
|
1 |
DOTNET_CLI_UI_LANGUAGE="en" |
Set environmental variable:
|
1 |
DOTNET_CLI_UI_LANGUAGE="en" |
https://stackoverflow.com/a/69192658/7240131
1) „Start menu” -> „Execute” – > gpedit.msc 2) Navigate to „Computer Configuration” -> „Administrative Templates” -> „Windows Components” -> „Windows Logon Options” 3) Double-click on the „Disable or enable software Secure Attention Sequence” parameter. 4) Check „Enable”, then select „Services” in the combobox. 5) Apply the modification
Remember_windows
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[DllImport("kernel32.dll")] static extern IntPtr GetConsoleWindow(); [DllImport("user32.dll")] static extern bool ShowWindow(IntPtr hWnd, int nCmdShow); [DllImport("kernel32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] static extern bool AllocConsole(); const int SW_HIDE = 0; const int SW_SHOW = 5; void test(){ AllocConsole(); // create console ShowWindow(GetConsoleWindow(), SW_HIDE); // hide console } |
Sposób na checkout tylko określonych katalogów z serwera:
|
1 2 3 4 5 |
git init git remote add -f master http://user@example.com/repo/ git config core.sparsecheckout true echo dir1/ >> .git/info/sparse-checkout git pull master master |
The ultimate app to change your lock screen and start/desktop screen wallpaper! Create your own collections or use the default Bing images collection. https://www.microsoft.com/pl-pl/store/p/brilli-wallpaper-changer-start-desktop-lockscreen/9nblggh5xrj6
Activate-Windows-Photo-Viewer-on-Windows-10
|
1 |
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU |
Dodać wartość DWORD: AUOptions o wartości 2. Lub zaimportować poniższy klucz NoAutoInstall
Disable Windows 10 Popup