Attaching an AWS EFS volume is simple.
[Read More]
Formats of SSL/TLS certificates and their usage
The SSL/TLS certificates can be stored in several formats and also have different file extensions - e.g. pem, cer, der, pfx.
[Read More]
How to uninstall the Cortana app with Powershell
Open the Start Menu and type in PowerShell.
Right click on Windows PowerShell.
Select ‘Run as administrator’.
Type the following text:
Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage
Press Enter.
How to change the language of Visual Studio 2017/2019
In order to follow tutorials on the internet or threads on stackoverflow it is often time easier if you set the language in Visual Studio to English.
[Read More]
WSL - Upgrade Ubuntu to the latest release
Even if you use the distro apps for WSL you can upgrade to the latest release.
[Read More]