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
Subscribe to:
Post Comments (Atom)


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