Code to Disable Task Manager
Instructions:
1. Copy the code given below.
2. Open NOTEPAD.
3. Paste the copied code.
4. Save file with .bat extension.
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 ---------------------------------
Comments
Post a Comment