What should I do if the Win8 System Task Manager has been deactivated by the system administrator?

  
                

Recently, a user downloaded a script file on the Internet. After the download is completed, the task manager in the computer is disabled. Right click on the task manager in the taskbar and there is no way to open it. What should we do? Do it? Then look up on the Internet for a long time, finally found an effective solution, and now share it.

Solution

1. Open a command prompt (admin)

First open a command prompt (administrator), open according to the computer system, and then enter Enter after regedit;

2, enter System

When we open the registry editor, expand the registry key to the following location HKEY_CURRENT_USER "Software" Microsoft "Windows" CurrentVersion "Policies" System to see Right side of the window;

3, modify the DisabledTaskmgr value

Double-click to modify the DisabledTaskmgr value, if you do not see the item, right-click the "New" DWORD value in the blank area of ​​the right pane, then Modify the value as described above. Then click OK to save your changes. Once you've made your changes, click OK and close the Registry Editor. The task manager has been unlocked!

4, confirm the modification

Note here, the data value must be 0*00000000;

5, the modification is successful

Everyone, I After the task manager was disabled, it was back, and it was so good that it was so good.

Quick Recovery Task Manager Method

1. Edit Text

This method is simple and convenient. First create a new text document and enter the following code in it:

  1. 01
    Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System]"DisableTaskmgr"=dword:0000000

    Copy Code Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ System] " DisableTaskmgr " = dword: 0000000

    2, save for the REG file

    after you have entered the code Save as any name. REG file, and finally, double-click to execute, it will automatically import the registry.

    At this point, we have solved the problem that the task manager has been disabled by the system administrator. This article is implemented in the Win8 system environment. If the user is using other Windows systems, then the above can also be used. The method to solve. Finally, I want to remind everyone that you should not download files such as scripts on the Internet.

Copyright © Windows knowledge All Rights Reserved