How to open "Performance Options" dialog from command line or system call
Is there a way to automatically open up the Windows "Performance Options" dialog using the command line or a system call?
The long way to get there is to go to Start, right-click on "Computer", choose "Properties", then select "Advanced System Settings".
A slightly shorter way is to go to Start, type in "Adjust", then select the "Adjust 开发者_运维问答the appearance and performance of Windows" option. I am hoping for a batch file I could run or a simple EXE I could create that would open this dialog up directly.
According to this article you are looking for:
%windir%\system32\SystemPropertiesPerformance.exe
精彩评论