What should I do if the Win7 system command prompt is disabled by the system administrator?

  

The command prompt is a DOS command reserved in the Windows state. Many computer programmers can use DOS commands skillfully. Of course, many computer technicians are used to using DOS commands to check some problems of the computer. However, when running the command prompt, the prompt "ld command prompt has been disabled by the system administrator", what should I do?

Solution one:

1. In the Start Search box, type the “regedit” command to open the registry window;

2. Expand to the left in the directory tree. HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Windows\\System;

3. Double-click the key with the name "DisableCMD" and change it to ""0”, click “OK>;

Solution 2:

1. Press the shortcut key “Win+R” on the keyboard to open the run dialog box;

2. Enter “lded;gpedit.msc” command call Out of the group policy window;

3, double-click under the user configuration “ management module & rdquo; then click & ldquo; system & rdquo;;

4, right click on the right side of the system project window & ldquo ; block access to the command prompt & rdquo;, click “ edit & rdquo; button;

5, pop-up window select “ disabled & rdquo; project, click & ldquo; OK & rdquo; complete the modification; >

6, then double-click on the item below “ Do not run the specified Windows application >;

7, see if it is enabled, if enabled, there is no item named "ldd;exe" in the list of applications that are not allowed, if there is delete.

Solution 3:

1. Create a new text document on the desktop and copy the following code into the text document;

2. Enter the following code in the new document. :

  1. 01
    Windows Registry Editor Version 5.00
  2. 02
    [HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Windows\\System]
  3. 03
    "DisableCMD"=dword:00000000

    Copy Code Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Windows\\System]"DisableCMD"= Dword:00000000

    3. Click on the menu bar <;file—— save as ”;

    4. Save it on the desktop and type the file name with the extension .reg Finally, click “Save”Change;

    5. At this time, generate a registry file named “1” in the desktop, double-click the file, and prompt “Add information may be inadvertently changed. Or delete the value and cause the component to continue to work normally, don't worry about it, just click &ldquo ; is "&"quo;;

    The above is the Win7 system appears "The command prompt has been disabled by the system administrator" prompt, the user can try to solve the problem by any of the above methods The problem, of course, if one of them can't be solved, then use other methods to solve it.

Copyright © Windows knowledge All Rights Reserved