|
-
Jun 28th, 2009, 01:29 PM
#1
Thread Starter
Banned
Question | Disable/Enable Task Manager
Hey guys! Im new here and i want learn more about visualbasic8 .. so my friend and me working on RAT ( most of work he coded ) so i want only to know a source codes to disable/enable task manager so im asking can someone post it here & thank you !
-
Jun 28th, 2009, 01:37 PM
#2
Thread Starter
Banned
Re: Question | Disable/Enable Task Manager
-
Jun 28th, 2009, 01:39 PM
#3
Junior Member
Re: Question | Disable/Enable Task Manager
 Originally Posted by SoulCollector
Hey guys! Im new here and i want learn more about visualbasic8 .. so my friend and me working on RAT ( most of work he coded ) so i want only to know a source codes to disable/enable task manager so im asking can someone post it here & thank you ! 
i guess RAT discussions are not allowed here anyway... This little code may help u
Code:
My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System ", _
"DisableTaskMgr", "1")
-
Jun 28th, 2009, 01:51 PM
#4
Thread Starter
Banned
Re: Question | Disable/Enable Task Manager
ok sorry i m not hacker i only sell my programs .. but this is for disable and enable??
-
Jun 28th, 2009, 01:59 PM
#5
Member
Re: Question | Disable/Enable Task Manager
i think is for disable since its DisableTaskmgr
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|