Tag Archives: start

Windows: Edit Trusted sites when internet explorer was removed

Hi,

the internet explorer has reached end of life and should , due to security considerations, be removed from any Windows system.
Continue reading Windows: Edit Trusted sites when internet explorer was removed

Advertisment to support michlstechblog.info

Windows: Working with the linux subsystem (WSL)

Hi,

this post contains some examples on how to interact with the Windows Subsystem for Linux. For an installation howto see my previous post.
Continue reading Windows: Working with the linux subsystem (WSL)

Windows: Enable (WSL) Windows Subsystem for Linux

Hi,

these are the steps to enable WSL (2) on Windows 10 >= 2004.

Open Powershell with administrator permissions (right click) and install the features VirtualMachinePlatform and Microsoft-Windows-Subsystem-Linux.
Continue reading Windows: Enable (WSL) Windows Subsystem for Linux

Windows 10: Solve start issues

Hi,

when you transfer your Windows 10 Installation to another PC or disk and you get an error
Continue reading Windows 10: Solve start issues

Windows: Start an Windows APP from command line


Hi,

this post describes how to start a Windows App from command line. Windows Apps cannot be started by calling the exe file in the C:\program files\WindowsApps\xxx folder. This can/must be done my using the explorer.exe.

The Syntax is


C:\> explorer.exe shell:appsFolder\%PackageFamilyNameOfTheApp%!%AppId%

Continue reading Windows: Start an Windows APP from command line