Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowWhisperer authored Oct 20, 2023
1 parent 4ad09ca commit 92a884d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Kill.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:: Creator: ShadowWhisperer
:: Github: https://github.com/ShadowWhisperer
:: Created: Sometime before 2015
:: Updated: 10/12/2023
:: Updated: 10/20/2023
::
::
:: Works with Windows XP Pro and all other verions after.
Expand Down Expand Up @@ -43,8 +43,6 @@ endlocal

for /f "skip=1 tokens=*" %%a in ('type "%tmp%\2.txt"') do (
if not "%%a"=="AWCC.Service.exe" (
if not "%%a"=="Classic Shell.exe" (
if not "%%a"=="ClassicStartMenu.exe" (
if not "%%a"=="cmd.exe" (
if not "%%a"=="CMGShieldSvc.exe" (
if not "%%a"=="conhost.exe" (
Expand Down Expand Up @@ -80,7 +78,7 @@ if not "%%a"=="winlogon.exe" (
if not "%%a"=="WMIC.exe" (
if not "%%a"=="WmiPrvSE.exe" (
taskkill /im "%%a" /f /t >nul 2>&1
))))))))))))))))))))))))))))))))))))))
))))))))))))))))))))))))))))))))))))


:#Stop Services (1)
Expand Down Expand Up @@ -202,8 +200,6 @@ endlocal

for /f "skip=1 tokens=*" %%a in ('type "%tmp%\2.txt"') do (
if not "%%a"=="AWCC.Service.exe" (
if not "%%a"=="Classic Shell.exe" (
if not "%%a"=="ClassicStartMenu.exe" (
if not "%%a"=="cmd.exe" (
if not "%%a"=="CMGShieldSvc.exe" (
if not "%%a"=="conhost.exe" (
Expand Down Expand Up @@ -239,4 +235,4 @@ if not "%%a"=="winlogon.exe" (
if not "%%a"=="WMIC.exe" (
if not "%%a"=="WmiPrvSE.exe" (
wmic process where name='%%a' delete >nul 2>&1
)))))))))))))))))))))))))))))))))))))))
)))))))))))))))))))))))))))))))))))))

0 comments on commit 92a884d

Please sign in to comment.