Sunday, January 18, 2009

What to do if Task Manager, Registry Editor disabled by Administrator

Hello guys,
In some windows systems, you might have seen that when you starts Task Manager or Registry Editor then a message is displayed that " 'Service' is disabled by Administrator". Don't worry you can get rid of this problem by simply adding the following registry key values -

For Task Manager :
Click on Start Button then Run

Copy and Paste this line and press Enter Key :
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

For Registry Editor :

Click on Start Button then Run

Copy and Paste this line and press Enter Key :

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

1 comments:

  1. Sandeep SharmaJan 20, 2009 05:15 AM

    Thanks Aakash!
    I was also finding the solution of this problem.
    Can you tell me why we cannot rename Recycle Bin? and Can We? if yes, how?

    ReplyDelete