Friends, you can clear the temp folder from windows with this batch file,
Just copy this into a notepad and goto file menu select saveas, give the any name with extension .bat
Just run this.
@echo off
del /Q c:\WINDOWS\Temp
cd\\
cd C:\Documents and Settings\%username%\Local Settings\
rmdir /S/Q Temp
echo Deleting Files
echo File Deleted
mkdir Temp
exit
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment