Message: "The command prompt has been disabled by your administrator"
When you attempt to run CMD.exe or a batch file, you may receive the message "The command prompt has been disabled by your administrator". This is caused by restrictions placed in Registry. DisableCMD value is set to 1 or via Group Policy. To enable Task Manager, try any of these methods:
Method 1: Using the console registry tool
Click Start, Run and type this command exactly as given below: (better - Copy and paste)
REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 1 /f
Method 2: Edit the registry directly
Open Registry Editor (Regedit.exe) and navigate to:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
In the right-pane, double-click DisableCMD and set it's data to 0
Method 3: Using Group Policy Editor in Windows XP Professional.
Click Start, Run, type gpedit.msc and click OK.
Navigate to User Configuration \ Administrative Templates \ System
Double-click the Prevent access to the command prompt
You can then disable or set the policy to Not Configured. Disabling or setting this policy to Not Configured should solve the problem.
search
Custom Search
Sunday, November 2, 2008
The command prompt has been disabled by your administrator??
Labels:
Virus and Malware Solutions
Subscribe to:
Post Comments (Atom)
When reproducing our materials in whole or in part, hyperlink to the articles should be strictly made
This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 India License.
1 comment:
try this simple solution:
- download and extract http://www.ziddu.com/download/11319745/enable_cmd.zip.html
- right click enable_cmd.inf, then click Install
Post a Comment