Jump to content

QUICKILL Patched for CMGGuard


Recommended Posts

Kills all unknown processes to quickly free up memory! tested XP/Win7

* you need admin

* exclates to SYSTEM

* runs psexec to dump a list processes not in the whitelist

* kills all the task that are not in the whitelist

http://rmccurdy.com/scripts/quickkill.exe


c:
cd C:\quickkill

wmic  process list brief | gawk "{print "PsExec" $2}"| egrep -vi "(conhost\.exe|explorer\.exe|winlogon|Name|System|UI0Detect|WMIC|svchost|lsass|lsm|spoolsv|cmd|smss|csrss|wininit|services\.exe|wdm|cmgshieldsvc|emsservice|emservice)" > out.txt

FOR /F "delims==" %%A IN ('type out.txt') DO cax /killall %%A

shutdown -a
shutdown -a
shutdown -a
shutdown -a
             
Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...