Image 01 Image 02

Enable back command prompt that has been disabled by virus

Posted on 20th April 2008 by joe
8

Lot of virus nowadays disable lot of windows applications such as command prompt, registry editor, task manager and others. For example you receive message “The command prompt has been disabled by your administrator” when you fired up your command prompt.To enable it back you just need to click

Start, Run and copy this

( REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f ) -copy code without ( )

Then hit run..problem solved!!
Warning!!! don’t do this if you don,t know what exactly are you doing!!

Another common problem is

“Task Manager has been disabled by your administrator” this one really popular. Lot of us consider this is a killer.Wait dont format your pc. save your time by only do this. Same procedure click start run then insert this

( REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f )-copy without ( )

Or simply download and run this fixer.reg
Tell me if the code didnt work. Thanx

Popularity: 19% [?]



8
Responses to.. Enable back command prompt that has been disabled by virus

1
bala posted on May 27th 2008

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

Is not working



2
tompok posted on May 27th 2008

thanks a lot for the post, i’ve succeed to enable command prompt and task manager because of virus problem on my PC,

both of the codes are working for me

thanks again



3
joe posted on May 28th 2008

@bala its working fine for me and tompok



4
sidd posted on July 29th 2008

your solution is only for those who have enabled run cmd prompt but tell me what should i do when virus has been disabled run also.i am suffering this deadlock problem,pls tell me if there any suitable idea to get back all this utilities.



5
Lisham posted on October 11th 2008

The codes are working but when i run the task manager my PC Is restrating and when i try to open the task manager it has been disabledjust like before.. ohhhh please sombody help me!



6

@Lisham and sidd try to update your antivirus or install fresh new AVG free version.. and do manual update from directory and scan your pc. If you know the virus name just go to bitdefender website and search for the removal tool.



7
Oluwadamilare posted on October 21st 2008

Well i tries the two options but my system refused to respond. The command Prompt still remains disabled. After some other moves i passes through safe mode i was able to bring up regedit but immediately it cuts off screen. What do i do please!

Try reply via my mail.

Thanks
Oluwadamilare, Lagos Nigeria



8
M.wazan posted on November 9th 2008

when I run cmd, cmd onece blink and disapear, wats the solution, sam solution can apply?



Leave a reply...