How to disable the display function in the WinXP system control panel

  

When you operate your computer in an Internet cafe, company, or school, you will often find that the “Show” function in the WinXP system control panel is disabled by the administrator. The purpose of disabling is to prevent outsiders from modifying some of the control panels. content. So if you want to disable your computer, “ display & control; how to operate the control panel? Here we have prepared two methods for everyone, the steps are as follows.

Method 1:

1. Click the "Start”——“Run” command in the "Run" dialog"Open” Type the “gpedit.msc” command and click “OK”.

2, open the group policy program interface, in the left pane, open “ user configuration & rdquo; & mdash; & mdash; & ldquo; management template & rdquo; & mdash; & mdash; & ldquo; control panel & rdquo; & mdash ;—“Display”.

3, Double-click in the right window to delete “ in the control panel “ display & rdquo;.

4, enter the delete “ control panel & rdquo; display & rdquo; attribute interface, click the “ settings & rdquo; tab, select “ Enabled & rdquo;, click “OK” Make the changes take effect.

Method 2:

1. Press the WIN+R shortcut on the keyboard to open the Run dialog box. Enter the cmd command and press Enter to open the Command Prompt window.

2, at the command prompt content of the input command, a carriage return.

3. When the information is successfully written to the registry, the message indicating the successful completion of the operation will be displayed. If other error prompts are displayed, it indicates that the failure to write to the registry is

reg add " HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System" /v "NoDispCPL" /d 1 /t REG_DWORD /f

4. Type the following command to restart the explorer.exe process. To achieve the effect of refreshing the registry

cmd /k taskkill /f /im explorer.exe & explorer.exe

These two methods can make others prohibit the use of WinXP system "Show" control panel, if you are just learning this knowledge, it is recommended to use the first method, the operation is simple and easy to succeed, the second method needs to be modified to the registry information, sometimes due to some reasons for the system Can't be 100% successful, but both methods are effective, I believe it will be helpful to everyone.

Copyright © Windows knowledge All Rights Reserved