Quantcast
Channel: Windows Server – Up & Running Inc – Tech How To's
Viewing all articles
Browse latest Browse all 503

SOLVED: How To Start Settings App From Command Line in Windows 10

$
0
0

how-to-start-windows-10-settings-from-command-lineIf 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:
facebooktwittergoogle_plusredditpinterestlinkedinmail


Viewing all articles
Browse latest Browse all 503

Trending Articles