Enable Disable command with Mirc

Enable and Disable command prompt can be done in various ways other than the menu => Start => Run

Enable and Disable command prompt or cmd which often referred to we can also turn off / activate through Personalization.

with type this /run cmd command prompt akan directly without having to exit through the Start Menu

If cmd is disabled so that it looks like in the picture.


Command Prompt Disable


Open Mirc


Enable cmd

Enable Command Prompt
copy and paste to Mirc

REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f

Disable Command Prompt
REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 1 /f


type this command /run cmd


type this command /run cmd for start cmd


Command prompt Enable


Simple Enable Disable command with Mirc
1. Click Start, Run and type this command exactly as given below:

REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f


0 = Enable
1 = Disable