Search code examples
batch-filecontrolpanel

How to open Control Panel's System information using CMD


I want to create a batch file that will open "Control Panel\System and Security\System"

I'm using Windows 10 and the "This PC" is not searchable in cortana, I often check system archetecture by right clicking This PC>properties but I want to do it in Batch (.bat file) and it does'nt work

Batch Command: start "" "Control Panel\System and Security\System" & exit

A prompt pops up: "Windows cannot find 'Control Panel\System and Security\System'. make sure you typed the name correctly, and try again."


Solution

  • What you're after is the control command. You can find more info Here

    Try control /name Microsoft.System.