Showing posts with label task manager will not open. Show all posts
Showing posts with label task manager will not open. Show all posts

Wednesday, February 09, 2011

Windows XP: Trying to open task manager and nothing happens

Try deleting this registry key:
Run Regedit
Browse to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
Find taskmgr.exe listed underneath. Delete it.
Close Regedit
Try opening the task manager.

This fixed it for me.

New beginner's guide to PowerShell on my GitHub page

 I created a beginner's guide to PowerShell here: https://github.com/aamjohns/Powershell_Guide/blob/main/README.md I hope it helps someo...