Results 1 to 5 of 5

Thread: Question | Disable/Enable Task Manager

  1. #1

    Thread Starter
    Banned
    Join Date
    Jun 2009
    Posts
    12

    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 !

  2. #2

    Thread Starter
    Banned
    Join Date
    Jun 2009
    Posts
    12

    Re: Question | Disable/Enable Task Manager

    bump* no help ??

  3. #3
    Junior Member
    Join Date
    Jun 2009
    Posts
    23

    Re: Question | Disable/Enable Task Manager

    Quote Originally Posted by SoulCollector View Post
    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")

  4. #4

    Thread Starter
    Banned
    Join Date
    Jun 2009
    Posts
    12

    Re: Question | Disable/Enable Task Manager

    ok sorry i m not hacker i only sell my programs .. but this is for disable and enable??

  5. #5
    Member
    Join Date
    Jun 2009
    Posts
    34

    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
  •  



Click Here to Expand Forum to Full Width