Friday 26 April 2013

Enable and Disable the Task Manager option

“Task Manager has been disabled by your administrator” - If a malicious software invades your computer and prevents users from accessing the Task Manager (Taskmgr.exe), here’s a way to re-enable the option using an application created by regdevelop and using your windows registry.

Overview


The Task Manager lets users re-start and disable programs to run; you can monitor each computers performance; see all apps running including services; see the executable names of every programs; and change the priority of the processes in which apps run.

Method 1 : Using Group Policy

Go to run and and type gpedit.msc and press Enter

user configuration \administrative template \system \CTL+ALT DEL Options

right pane Remove Task Manager

double click on it and chage it Disable or enable.





Method 1 : Using Registy Editing

System Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
Value Name: DisableTaskMgr
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = default, 1 = disable button)





No comments:

Post a Comment