Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

disabled task manager and editing of registry 2

Status
Not open for further replies.

gensan

MIS
Feb 21, 2001
142
SG
Hi,

For some reason, the task manager and registry editor of my machine does not work. It shows the message that the feature is disabled by the administrator. How do I enable it?

Thanks

 
There is a registry hack to enable or disable Windows NT TaskManager. The same registry hack applies to Windows 2000 and Windows XP.
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableTaskMgr
Type: REG_DWORD
Value: 1=Enablethis key, that is DISABLE TaskManager
Value: 0=Disablethis key, that is Don't Disable, Enable TaskManager


As part of the enhanced management available in Windows 2000 and Windows XP, rather than risking a registry change, as an administrator you can enable or disable Windows 2000 Pro or Windows XP Pro's TaskManager using Group Policy Editor. This can be applied to the local policy. Note: if you are trying to override your organizations group policy, you can't. As soon as you re-authenticate to the domain, the domain or OU Group Policy will rewrite the registry setting. But if the TaskManager was accidently disabled or you need to control this item for a set of standalone boxes this is for you:

Click Start
Click Run
Enter gpedit.msc in the Open box and click OK
In the Group Policy settings window
Select User Configuration
Select Administrative Templates
Select System
Select Ctrl+Alt+Delete options
Select Remove Task Manager
Double-click the Remove Task Manager option
And as I mentioned above, since the policy is Remove Task Manager, by disabling the policy, you are enabling the Task Manager.
 
Thanks MrFixit. By modifying the group plicy settings. I was able to get into regedt32.exe. From there, I enabled task manager. The Ctrl+Alt+Delete option was not available in the group policy settings.

Any idea how these were disabled?
 
I would guess this is why:
The following security policies should be reviewed closely. They are located at:

Group Policy\Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options
o Disable CTRL+ALT+DEL requirement for logon - Disabled

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top