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
Click here to Subscribe to FREE email updates from "Tricks and Tips", so that you do not miss out anything that can be valuable to you and your blog!!
1 comments:
its a nice trick.i like this one.
Post a Comment