Things You'll Need:
- Windows XP
- Administrator privileges
-
Step 1
Start Windows in your normal manner.
-
Step 2
Click "Start." Then highlight and click "Run."
-
Step 3
Type "REGEDIT" into the text bar and press "Enter."
-
Step 4
Navigate through the registry, looking for the following directory: "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System."
-
Step 5
Right-click on the "HKEY_CURRENT_USER" and click "New" from the context menu to include a new string. This is only necessary when the necessary directory is not currently present in the registry. By default, Windows XP Home Edition does not include the necessary directory string.
-
Step 6
Click on the "DisableTaskMgr" phrase and delete it. This is the simplest way to do it, but it makes it more of a challenge to repair in the future. You will need to manually reenter the string if you didn't back up first.
-
Step 7
Change the numbers in the boolean section of the entry from one to zero. This will enable the Task Manager in Windows XP. Note that the zero is essentially equivalent to a positive entry in this regard, as the initial string is a negative.
-
Step 8
Change the string manually from the "Run" window of the Start Menu, without having to access the Registry Editor. Simply type "REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f" into the text field and press "Enter."










Comments
bcraigdog said
on 11/2/2009 ok i navigated through the registry and found that yes, my windows xp home did not have the disable task manager string in it so i entered it manually as in step 8 of your instructions. after a reboot i checked it and sure enough it was there and ste at 0. i still have no task manager, where to from here?