Registry Editor is an inbuilt Windows tool that is used to modify registry keys which tell Windows how it should work. A simple registry modification can be used to bypass the Task Manager block. To do so, just follow the
steps:-
- Click on Start. Go to Run. If you use Windows 7 or Windows Vista, go to Search.
- Type regedit and press Enter. Registry Editor will start. If Registry Editor is also disabled, you will first need to enable registry editing.
- Through the left hand navigation pane, navigate to HKEY_CURRENT_USER\Software\Microsoft\ Windows\ Current Version\Policies\System.
- In the work area, double click on "Disable TaskMgr". A window will pop up.
- Enter its value data as 0 and press OK.
- Close Registry Editor. If Task Manager is still disabled, restart your computer.
Create a Registry(.reg) file for enabling Task Manager
If you are unfamiliar with manually editing the Registry, you can create a Registry file which will automatically modify the Registry Key to re-enable Task Managing. To create one such file:-- Open Notepad or any other text editor.
- Copy the code given below and paste it as it is in it.
- Save the file as Enable Task Manager.reg or *.reg.
- Open the file by double clicking on it.
- Registry Editor will ask you for confirmation. In the confirmation Window, click Yes.
- Task Manager would immediately be accessible. If it is not, restart your computer.