Category Archives: Windows knowhow

Howto do some things in Windows

Powershell: Change language/culture settings for the current session/window.

Hi,

different language settings on your clients causes some administration issues when you are working with times (formats) or group names for example.
Continue reading Powershell: Change language/culture settings for the current session/window.

Windows: Disable Windows recovery environment to delete recovery partition

Hi,

if you want to delete the recovery partition, for example due to expand the C: drive you have to disable the recovery environment first. Disable means the Menu entry from the Bootmenu is removed.
Continue reading Windows: Disable Windows recovery environment to delete recovery partition

Windows: Set a registry key (Default) value by command line

Hi,

all registry keys have an default value. The default value cannot be set by its name “(Default)”, it must be set with specific option of reg.exe.

Continue reading Windows: Set a registry key (Default) value by command line

.NET: Set default SSL/TLS Version to 1.2

Hi,

by default .NET does not uses TLS Version 1.2. So if you disable all SSL/TLS versions lower then 1.2 .NET application could not establish a secure connection anymore.
Continue reading .NET: Set default SSL/TLS Version to 1.2

Windows: Add an IP Address to the local intranet zone

Hi,

the internet explorers security zones affects more windows components then the internet explorer itself. For example the Windows File Explorer or the Windows Powershell.
Continue reading Windows: Add an IP Address to the local intranet zone