Search This Blog

Wednesday, April 20, 2011

HOW TO ENABLE COMMAND PROMPT IN SYSTEM,DISABLED BY ADMINISTRATOR


Here I am explaining three ways to enable disabled command prompt.whenever the command promp(cmd) is disabled,and when you try to open command prompt you will get a message like

"The command prompt has been disabled by your administrator"

You can get free from this problem by the help of any of below three 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 0 /f

Method 2: Edit the registry directly(regedit)

 Open Registry Editor (Regedit) 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



Click Start -> Run ->type gpedit.msc -> click OK.
Navigate to User Configuration \ Administrative Templates \ System
Double-click the Prevent access to the command prompt

here you can enable or disable command prompt


For more tricks and Tips visit www.photosgallary.blogspot.com 

No comments:

Post a Comment