Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
clean temp files without 3rd party tool
#1
i would like to know how do i clean temp files without CCleaner, etc.?

#2
Hi f23498,

to clean temp files without 3rd party tools, here is what do:

Right click the start button and select Run

.png   1.png (Size: 10.16 KB / Downloads: 1,045)
Then in the run box, type %temp% and click OK

.png   2.PNG (Size: 7.53 KB / Downloads: 1,041)
Once the Windows explorer appears, highlight everything and delete it! (If you can't delete some items, that is fine, this is normal)
   
After that, open the run box again and type temp

.png   4.PNG (Size: 7.31 KB / Downloads: 1,038)
Then follow same procedure above to remove the files.

Once you have done that, there should be no more temp files!

RECdevicehelper

#3
you can make use of the built in disk cleanup feature to clean temp files.. here's a video on it




#4
1. Open Notepad and copy and past text below.

Code:
cd C:\Users\%username%\AppData\Local
rmdir /S /Q Temp

del C:\Windows\Prefetch\*.* /Q

del C:\Windows\Temp\*.* /Q

del C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Recent Items*.* /Q
pause

2. Name file Temp-Clean.bat change to all files and save

3. Right-Click and run as administrator

4. Junk files will be cleaned from Temp, Prefetch and Recent Items

That's it. You can make complex ones to do a lot more if you wish.

You can download it here.


Attached Files
.bat   temp-clean.bat (Size: 206 bytes / Downloads: 5)
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 

#5

.png   Capture.PNG (Size: 59.19 KB / Downloads: 86)
WannaBeGeek

#6
Double clutch, just so you are aware, he wants to learn how to clean temp files without ccleaner or any third party tool.

#7
(10-29-2016, 04:25 PM)RECdevicehelper Wrote:  Double clutch, just so you are aware, he wants to learn how to clean temp files without ccleaner or any third party tool.
I see that now. thanks REC
WannaBeGeek

#8
(10-29-2016, 04:26 PM)Double clutch Wrote:  
(10-29-2016, 04:25 PM)RECdevicehelper Wrote:  Double clutch, just so you are aware, he wants to learn how to clean temp files without ccleaner or any third party tool.
I see that now. thanks REC
No problem

#9
thank you

#10
(10-29-2016, 07:35 PM)f23948 Wrote:  thank you
Your Welcome!



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.