Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
February 28, 2000
In tip 1935, we placed Task Manager into the system tray using a shortcut.
Rickard Uddenberg, suggested the following method, which works for all users:
Navigate to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun. Add Value name Taskmanager, as a string (REG_SZ) variable, and set the string to:
"c:winntsystem32cmd.exe" /c "start" /min c:winntsystem32taskmgr.exe
You May Also Like