----------------------------------------------------------------------------------
Temp Delete.bat
----------------------------------------------------------------------------------
Save the below script in notepad as Temp Delete.bat
cd /d %userprofile%\locals~1\temp & del /Q /s *.* &
cd /d %windir%\temp & del /Q /s *.* &
cd /d %windir%\Prefetch & del /Q /s *.* &
cd /d %userprofile%\Local Settings\Temporary Internet Files & del /f /Q /s /a *.* &
cd /d del /f /Q /s /a "C:\Documents and Settings\Administrator\*.*"
& exit
No comments:
Post a Comment