Friday, September 4, 2015

Make your own one click tool to delete junk/unwanted files

Steps :-



1) Open Notepad or any editor and paste copy the following code

cd\            
cd %temp%      
cd..          
del /q temp    
cd\            
cd windows    
del /q Prefetch 


3) Save file as any_name.bat (extension shuold be .bat).


4) Run it and this will delete all temprary files from your computer. 

No comments:

Post a Comment