Wednesday, January 30, 2013


 
Hello friends

Now you can clean your pc by using a simple batch file...

 

First open Notepad

Copy this following....As I Wrote....

********************************************* (FOR WIN XP)

@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

 

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"

 

REM ** Do more stuff here **

REM ** Blah, blah, blah......**

 

:end

exit

 

*********************************************

OR

 

*********************************************(for Win 7 or Vista)

@echo off

 

if %username% == Administrator.WINDOWS goto admin

 

REM ** Delete User Files **

 

rmdir /S/Q "%systemdrive%\Users\%username%\Recent"

rmdir /S/Q "%systemdrive%\Users\%username%\Local Settings\Temp"

rmdir /S/Q "%systemdrive%\Users\%username%\Local Settings\History\History.ie5"

rmdir /S/Q "%systemdrive%\Users\%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

 

rmdir /S/Q "%systemdrive%\Users\%username%\Recent"

rmdir /S/Q "%systemdrive%\Users\%username%\Local Settings\Temp"

rmdir /S/Q "%systemdrive%\Users\%username%\Local Settings\History\History.ie5"

rmdir /S/Q "%systemdrive%\Users\%username%\Local Settings\Temporary Internet Files\content.ie5"

 

REM ** Do more stuff here **

REM ** Blah, blah, blah......**

 

:end

exit

 

*********************************************

Save the file as "Junkfilecleaner.bat" to desktop.

WARRNING : CLOSE ALL OPEN APPLICATION

open Junkfilecleaner.bat

Lest's Clean All.................Junk

Related Posts:

  • Cracking windows 8 metro apps Update: This trick is not working for Windows 8.1 Hi friends... You want to crack the trial period of windows 8 metro style apps??? Then here's a detailed instruction for you.. You can crack metro apps without any advanc… Read More
  • Boot directly into desktop mode on windows 8.1 The start screen comes with windows 8.1 is really beautiful and Microsoft made more customizable than windows 8 for better experience. But if you want to skip this start screen at start up and boot directly into desktop mo… Read More
  • Download Internet Download Manager 6.18 Build 7 Final Retail+CrackHi guys! You want to download your files with IDM but it says you to register it. You can't afford to buy IDM but still want to use it, then here I am providing an easy way how to register your IDM  for free. Functions:… Read More
  • Top 5 Tricks for Facebook !! Hey guys, we all know Facebook is  a network to do full time gossiping, exploring but for Tech Geeks, it is also a place to do a lot of experiments, tricks and amaze the friends connected with them. So we are here wi… Read More
  • Make your own Browser without programming knowledge MakeMyBrowser is a unique and exclusive site that helps you to create your own personalized browser for free which is based on Chromium. Chromium is an open source browser which can be modified as anyone wants it with … Read More

0 comments:

Post a Comment

Popular Posts

Recent Posts