When i start the computer, i have to press Ctrl + Shift + Esc to open Windows Task Manager. Is there a way to make Windows Task Manager open automatically once the computer is turned on and the desktop is loaded?
It didn't work.you could either run it as scheduled task or... add shortcut to startup folder for it?
so put a shortcut to
%windir%\system32\taskmgr.exe
into
%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Test this.It didn't work.
I created a shortcut of "taskmgr.exe " in the Startup folder, but it didn't work.
While you are technically correct (it is the default way to run task manager), it will not work as startup folder run thing.Test this.
Create a shortcut to........%windir%\system32\taskmgr.exe /7
I think it needs to be run as admin.
That could be a security measure. I expect lots of things would like to run as admin at start from there. Most AV use scheduled tasks instead.somehow startup folder starts lack permissions to be run as admin