[MS] Kill Script
Do you like me want all the power for that windows application, latest game or crack a password with cain. Kill all thoes services in the toolbar.
Download PSKill from Sysinternals and save in the system path.
Create a batch file (.bat) with your favourite editor (I use VIM).
This is mine below.
c: type pskill-all.bat
rem Kill batch File
rem option -t needed when process has children!
pskill.exe -t GoogleDesktop.e
pskill.exe nettime.exe
pskill.exe eraser.exe
pskill.exe pageant.exe
pskill.exe firefox.exe
pskill.exe soffice.exe
pskill.exe ClamTray.exe
pskill.exe justshed.exe
pskill.exe realsched.exe
pskill.exe PccNTMon.exe
Download PSKill from Sysinternals and save in the system path.
Create a batch file (.bat) with your favourite editor (I use VIM).
This is mine below.
c: type pskill-all.bat
rem Kill batch File
rem option -t needed when process has children!
pskill.exe -t GoogleDesktop.e
pskill.exe nettime.exe
pskill.exe eraser.exe
pskill.exe pageant.exe
pskill.exe firefox.exe
pskill.exe soffice.exe
pskill.exe ClamTray.exe
pskill.exe justshed.exe
pskill.exe realsched.exe
pskill.exe PccNTMon.exe
Comments