AUTO CLEAN TEMP FOLDER
YOU can use a simple BAT file to clean out your Windows Temp folder every time you reboot your computer by opening Notepad and entering these lines into it:
rd %temp% /s /q
md %temp%
Save the file to your Desktop as 'cleantemp.bat'. Now Drag the file to StartUp menu (Start button > Programs > StartUp).
you are done..
YOU can use a simple BAT file to clean out your Windows Temp folder every time you reboot your computer by opening Notepad and entering these lines into it:
rd %temp% /s /q
md %temp%
Save the file to your Desktop as 'cleantemp.bat'. Now Drag the file to StartUp menu (Start button > Programs > StartUp).
you are done..
No comments:
Post a Comment