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."