tags:

views:

95

answers:

1

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

+1  A: 

According to this article you are looking for:

%windir%\system32\SystemPropertiesPerformance.exe
Greg Bray