![]() |
[Registry] Disable/Enable taskmgr - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: [Registry] Disable/Enable taskmgr (/Thread-Registry-Disable-Enable-taskmgr) |
[Registry] Disable/Enable taskmgr - 1234hotmaster - 12-03-2010 Disable: Code: reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 Enable: Code: reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 RE: [Registry] Disable taskmgr - azag - 12-20-2010 nice astuce !! thanks anyway !!!!!!!!!! RE: [Registry] Disable taskmgr - harmlessacorn - 12-22-2010 nice dude thanks for this RE: [Registry] Disable taskmgr - 1234hotmaster - 12-25-2010 your all welcome ![]() RE: [Registry] Disable taskmgr - mantorras - 12-25-2010 ahaha, nice, this might come in handy RE: [Registry] Disable taskmgr - eliteh4xer - 12-26-2010 @@@...good one man.... RE: [Registry] Disable taskmgr - 1234hotmaster - 01-17-2011 @sandx um... i think a line of words is better then a code ^_^' and i can make the tool your saying in 5 mins if you like ![]() if you need it just PM me ![]() @sage or you can delete regedit.exe lol it really works! ( backup be4 doing this XD ) if you delete regedit.exe nothing can access your PC, tskmgr, startup, etc. ![]() |