If you are having problems with the START button or just want to write a script to start Windows 10 (and Server 2016) from a command prompt or in START, RUN (Windows Key + R) simply type:
start ms-settings:
Don’t miss the colon at the end
If you want to do this with Powershell type:
Start-Process “ms-settings:”
This command will ONLY work on Windows 10 (and Server 2016) . If you are on Windows 8 or Windows 8.1 (or Windows 10!) you can use this command to start the SETTINGS app:
Explorer.exe shell:AppsFolder\Windows.ImmersiveControlPanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel
Thanks to THIS site and THIS site for there work in answering the same question.
Share This With Your Friends Now: