Tuesday, July 10, 2007

regedit ,taskmanager disabled by administrator

regedit disabled by administrator
task manager disabled by administrator
r u getting this error.
i had this same problemwith my xp home edition . i had logged in as user which had administrator privilege . check below to solve this problem
==========================================================
Download Free ScreenSavers and Wallpapers!

Win cash Rs.5,000. SMS BLUFF to 7333 (India Only) Free registration!
=========================================================
solution

first we have to enable regedit command.

try this:
go to start>run and type cmd
a command prompt will appear
in the command prompt type
"REG DELETE HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools"

you will be prompted as to whether you wish to delete it.
type y and press enter.

in case if u get this error
"The system was unable to find the specified registry key or value"
type this:
"REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools"

now regedit will be enabled.
=================================================================
now to enable taskmanager
type the foll commad in command prompt:
"REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f"

====================================================================




top