// Place side add here
Virus Programming/Batch File Programming
Internet Tips
Hacking Stuff
Useful Softwares
AntiVirus and Security Tips

Code to Disable Task Manager





Description:
This is harmless code to temporary disable the task manager. You can enable it again with no hassle. 


Code:
rem ---------------------------------
rem Disable Task Manager
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 1 /f >nul
rem ---------------------------------
Testing:-
1.Copy the code above, paste in in notepad, and save it with any name having extension .bat.
2. Click the bat file to disable task manager.




Enable Task manager Again:-
To enable task manager again, copy the code below, make a bat file and click on it.


rem ---------------------------------
rem Enable Task Manager
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 0 /f >nul
rem ---------------------------------








author

Written by:

Surbhi is Founder of Techbyte4u.com. Follow her on Twitter or email her

Bookmark and Share

0 comments for this post

Leave a reply

TechByte4U on FaceBook
Videos on Tech Byte 4 U