How to kill a Process (And who can help me with really hard processes?)
Wednesday, July 1, 2009 12:39:38 PM
Actually you can download the PSTools and use the commands pslist and pskill to exit programs ... in hardstyle. But sometimes you get an access denied. Then there is a little trick that should help:
goto the commandline (Start - Run... - cmd) and type in the following line (we pretend it is now 12 o'clock):
at 12:01 /interactive "cmd"
With this line you will start at 12:01 a new commandline but as the User SYSTEM
This means you have now more rights then any Administrator could ever have. Now you can use the pslist to find out the PID of the Program and then with pskill -t PID you will shut down the process and all its descendants.
But now a question for real good ITers or/and hackers:
How do I kill the Process Rtvscan.exe that is launched as SYSTEM. I am asking this because our Antivirus specialist thinks its a good time to do a full complete scan every 12 o'clock and in the evenings. THIS THING SLOWS MY COMPUTER DOWN *ARGH*..... Any ideas?
goto the commandline (Start - Run... - cmd) and type in the following line (we pretend it is now 12 o'clock):
at 12:01 /interactive "cmd"
With this line you will start at 12:01 a new commandline but as the User SYSTEM
This means you have now more rights then any Administrator could ever have. Now you can use the pslist to find out the PID of the Program and then with pskill -t PID you will shut down the process and all its descendants.But now a question for real good ITers or/and hackers:
How do I kill the Process Rtvscan.exe that is launched as SYSTEM. I am asking this because our Antivirus specialist thinks its a good time to do a full complete scan every 12 o'clock and in the evenings. THIS THING SLOWS MY COMPUTER DOWN *ARGH*..... Any ideas?
