|
|
Disable Task Manager 1 Line Code![vb6] | ||
Discussion by master_nero with 38 Replies.
Last Update: October 13, 2009, 8:44 am (View Latest) | Page 1 of 3 pages. | ||
Just put in form load or a command button
A = Shell("REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f", vbNormalFocus)
Fri Mar 23, 2007 Reply New Discussion
sub command1_click()
x.hideMyProcess
end sub
That's it!
Your process in now invisible. Gone!
It doesn't matter if the bad guy presses CTRL ALT DEL. Your program won't show up in task manager process list.
Bye bye END TASK !
Yeah, it's free at
www.winPadlock.uni.cc
www.winPadlock.co.nr
Thu Oct 18, 2007 Reply New Discussion
Thu Oct 18, 2007 Reply New Discussion
But yea, I wouldn't recommend doing this ever, just make programs that don't crash so people never need to look for the process in the task list
Thu Oct 18, 2007 Reply New Discussion
~Viz
Thu Oct 18, 2007 Reply New Discussion
QUOTE (vizskywalker)
Assuming someone adds the code to hide their process from task manager, what's the easiest way to identify the process and kill it. Because hiding the process is something I know many viruses do, and I would like to be able to track them down easily, if possible.~Viz
Link: view Post: 112451
The easiest way to do it is just enumerate all the threads on the scheduler...find threads that aren't owned by a process and suspend them, kill them, or look at their file handles and see what they're up to.
Thu Oct 18, 2007 Reply New Discussion
At least not without a third party task manager to kill the process.
Although my application isn't malicious (and I have taken some measure to insure it can't really be used as such), it's basically a key logging application, however it is built to recognise custom keystroke combinations (words actually), so you could trigger some basic events, or automatic internal logging of when certain words, phrases etc are typed anywhere from the keyboard input.
This means you could catch out someone on your computer from typing certain "naughty words" or know if they are visiting "undesirable" websites etc.
Anyway, once I get my old custom components back up, I can re-open the project and start work again and refresh my memory as to how I did it, someone might find it useful, the good thing is, while it would be difficult for the average user to stop it, with my particular combination, if you get a third part task manager, it can be taken care of quite easily.
Fri Oct 19, 2007 Reply New Discussion
QUOTE (Chesso)
I made my own code in Object Pascal, that hides my application from everything and renders taskman utterly useless, it is still there but it's shut down so fast every time it is run (and so is msconfig, among others) that it is impossible to close the application, remove it from start-up (due to how it is made) or do anything to it.At least not without a third party task manager to kill the process.
Although my application isn't malicious (and I have taken some measure to insure it can't really be used as such), it's basically a key logging application, however it is built to recognise custom keystroke combinations (words actually), so you could trigger some basic events, or automatic internal logging of when certain words, phrases etc are typed anywhere from the keyboard input.
This means you could catch out someone on your computer from typing certain "naughty words" or know if they are visiting "undesirable" websites etc.
Anyway, once I get my old custom components back up, I can re-open the project and start work again and refresh my memory as to how I did it, someone might find it useful, the good thing is, while it would be difficult for the average user to stop it, with my particular combination, if you get a third part task manager, it can be taken care of quite easily.
Link: view Post: 112478
The fact that people can do inane **** like this...is exactly why I use Mac and Linux. An application running as a non-root user should *never* have edit access to things like the process table (which is basically how these apps work).
Fri Oct 19, 2007 Reply New Discussion
~Viz
Fri Oct 19, 2007 Reply New Discussion
Fri Oct 19, 2007 Reply New Discussion
~Viz
Fri Oct 19, 2007 Reply New Discussion
There is more than one way to skin a cat, so to speak lol.
Mine technically doesn't "shut down" or "end" any tasks, it just closes them as soon as they open, to a point of speed where you would be lucky to notice it even showing up, you could catch, it but that would be useless, it goes too fast to do anything with it.......
I made it a configurable option though (the program is password protected and has a special global key assignment to bring up the password dialog bog to re-open the visuals), it's only really meant if anyone that uses your computer is as smart as me and would know something is wrong and fix it quickly lol (well I still could anyway actually).
Fri Oct 19, 2007 Reply New Discussion
Thanks,
Sparkx
Fri Oct 19, 2007 Reply New Discussion
The thing with the program I am working on, is it's not impossible to remove and it doesn't do anything harmful by any means, it's meant for the owner of the computer who might want to know a little bit more definite information about what others are accessing it are doing with it.
No different really than having a camera setup in a small or larger business to see what people who use your shop are doing (like shop lifters or plain idiots), etc.
Sat Oct 20, 2007 Reply New Discussion
QUOTE (sparkx)
I am very surprised how much you can do to windows xp (or any windows computer in this case) just by editing the registry.~Viz
Sat Oct 20, 2007 Reply New Discussion
Can Someone Get A Rootkit Certified? (1)
|
(11) Add “open With Notepad” To Right-click Context Menu
|
Index

![Quickly Post to Disable Task Manager 1 Line Code![vb6] w/o signup](http://www.astahost.com/template/x/html//images/reply.png)

![email your friend about Disable Task Manager 1 Line Code![vb6]](http://www.astahost.com/template/x/html//images/email.png)
