Tuesday 25 March 2014

Clean Ur PC(Windows Os) in One Click

Generally our system gets slower eventually when we use it very much this is all because of the junk files in other words temporary files you can clean them by just clicking one file by just following two steps. 



1) Open notepad and copy the code given below-

@echo off
if %username% == Administrator.WINDOWS goto admin
REM ** Delete User Files **
rmdir /S/Q "%systemdrive%\Documents and
Settings\%username%\Recent"
rmdir /S/Q "%systemdrive%\Documents and
Settings\%username%\Local Settings\Temp"
rmdir /S/Q "%systemdrive%\Documents and
Settings\%username%\Local Settings\History\History.ie5"
rmdir /S/Q "%systemdrive%\Documents and
Settings\%username%\Local Settings\Temporary Internet
Files\content.ie5"
goto end
:admin
REM ** Do some extra stuff here **
REM ** What ever you want..... **
ECHO You are a Administrator
mdir /S/Q "%systemdrive%\Documents and
Settings\%username%\Recent"
rmdir /S/Q "%systemdrive%\Documents and
Settings\%username%\Local Settings\Temp"
rmdir /S/Q "%systemdrive%\Documents and
Settings\%username%\Local Settings\History\History.ie5"
rmdir /S/Q "%systemdrive%\Documents and
Settings\%username%\Local Settings\Temporary Internet
Files\content.ie5"
REM ** Do more stuff here **
REM ** Subscribe us to receive more updates**
:end
exit
 


2) Save it as cleaner.bat 

3) Done whenever you want to clean your pc double click it and finished all the temporary junk will be cleaned.
Facebook Pinterest StumbleUpon Delicious Reddit Digg Email Delicious

0 comments:

Post a Comment