Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ExploiTR committed Jul 25, 2017
1 parent d371b2c commit f096bfb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Temp-Killer.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@echo off
title Temp-Killer by ExploiTR
echo ************************
echo *** ***
echo *** ***
echo *** Temp-Killer ***
echo *** ***
echo *** ***
echo ************************
runas /user:Administrator cmd
rmdir C:\Windows\Temp /s /q
rmdir C:\Users\%username%\AppData\Local\Temp /s /q
exit
Binary file added Temp-Killer.exe
Binary file not shown.

0 comments on commit f096bfb

Please sign in to comment.