I am trying to have task manager open on the Performance tab on startup on Windows 8, 8.1, and 2012 machines. I have gotten the task manager to open, but it always does so on the Processes tab and not the Performance tab. Can someone please help me?
I am using a cmd batch file with the following snippet to open the task manager stored in the startup folder.
start C:\Windows\System32\taskmgr.exe exit