Monday 27 July 2009

Command prompt enabled

My Windows Command Prompt got disabled due to Virus infection.How to enable the Command Prompt?

Solution:
Why This Happens?

Your Command Prompt gets disabled because the Virus takes some preventive measures for its survival in your Pc.So the Virus usually disables your Folder Option,Show hidden files Option,Task Manager,Registry editor and some times your Command Prompt also.

Ok lets now see how to enable your Command Prompt.
There are three methods:

Method 1: (Run method)
1. Select Run from Start menu.
2. Type the following: (better copy and paste)

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

Read more: http://praveenkumarg.blogspot.com/2009/06/how-to-enable-command-prompt.html#ixzz0MQB3AupI

3.Press Enter.


Method 2: (Registry Editor method)
1. Open Registry Editor. (If your Registry Editor is disabled Click here)
2. Get to this key:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System

3. In the right pane, double click on DisableCMD and set it's data to 0.
4. Close Registry Editor.

Read more: http://praveenkumarg.blogspot.com/2009/06/how-to-enable-command-prompt.html#ixzz0MQB3AupI

No comments:

Post a Comment