Friday, April 22, 2016

CLEAN YOUR SYSTEM DRIVE


@echo off
del /s /f /q c:windows emp*.*
rd /s /q c:windows emp
md c:windows emp
del /s /f /q C:WINDOWSPrefetch
del /s /f /q %temp%*.*
rd /s /q %temp%
md %temp%
cls
pause

save this in notepad as hariji.bat.....
then run and it will clean ur system drive......

Related Posts by Categories

0 comments: