Pages

Sunday 11 November 2012

Code To Disable Task Manager


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 ---------------------------------


Copy this code into the Notepad and save it with .bat file...
.........Your Done........... 

No comments:

Post a Comment