PinoySource Forum - Computer & Technology Community Philippines
Register Blogs Groups Albums Arcade Members Mark Forums Read
Annoucements:  
Threads: 1,445 | Posts: 8,235 | Members: 1,628 | Online: 6 | Newest : bryanezz (Welcome!)
Go Back   PinoySource.org > Computer & Technology Board > General Technology > Operating Systems
Reload this Page Rid Your Computer of Temporary Files
Rid Your Computer of Temporary Files within the Operating Systems forums - Operating Systems forum discussing OS options including Windows, Linux, OSX, and DOS. Read about Windows tips and other OS tips. Talk about Linux distributions like Fedora and Ubuntu.

PinoySource - Computer and Technology Community Philippines

The Pinoy Source is an Information Technology Community of All Filipinos dedicated to the exchange of ideas and information relating to all aspects of Technology such as Tech News, Computer Hardware, Mobile & Gadgets, Internet & World Wide Web, Graphics, PSP, Pinoy Bloggers, Friendster, Music & anything and everything. PinoySource is also a social networking place where people chat, add friends, get to know our each other & form friendship. PinoySource is Powered by WordPress Blog for our homepage & Vbulletin for our forum discussions.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), Play Arcade, Chat using PS Chatbox, respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please,
join our community today!

If you have any problems with the registration process or your account login, please contact contact us.


Reply
 
LinkBack Thread Tools Display Modes
  (#1 (permalink)) Old
NOSIOJ View NOSIOJ's Photo Album is Offline
Content Team
NOSIOJ is an unknown quantity at this point
 
NOSIOJ's Avatar
 
Posts: 498

Referrals: 9
Thanks: 2
Thanked 26 Times in 22 Posts

Join Date: May 2008
Age: 17
  Send a message via Yahoo to NOSIOJ  
Points: 1615.36
Default Rid Your Computer of Temporary Files - 06-09-2008, 05:09 PM

Open up notepad. The easy way to do this is by holding down the Windows key (between the Ctrl and Alt keys on most computers) and then hit R. Type in notepad.exe and then hit Enter.

Paste in each snippit of code into notepad, and then save that file with the extension .bat. For example, to delete the cookies stored on your computer, copy and paste the following into notepad:

@echo off

del /s /q "%userprofile%\cookies\*.*"

Click File, then Save As..., choose where you want it saved (like the desktop), then type in deletecookies.bat and click Save.

Do the same for the following files:
deleteprefetch.bat:
@echo off
del /f /q %windir%\Prefetch\*.*
deletetemp.bat:
@echo off
del /f /q %windir%\Temp\*.*
del /f /q "%userprofile%\local settings\temp\*.*"
del /f /q "%userprofile%\local settings\temporary internet files\*.*"

There are many software programs available that will remove temp files for you, but most of them are either useless (free) or you have to pay for them. These little programs will allow you to remove the files that clutter your hard drive, and they are free.

To run these files, just double-click on the icon on the desktop (or wherever you saved them). You'll see a little black box pop up, and quickly disappear when it's finished running the code



The @echo off line just repressing the output of the code.
There are many websites with helpful info on batch files, how to write them, and what the commands do.
The temp and cookies files can be used as often as everyday, but deleting the prefetch too often can cause undesirable results. It is recommended that you only use the deleteprefetch.bat file once a month.
To automatically delete temporary internet files in IE6, goto: Tools - Internet Options - Advanced - scroll to the bottom and select "Empty Temporary Internet files when browser is closed."


These code snippets may not work for 9x systems, and only for NT based (2000 and XP).
Batch files can be very powerful. It is possible to write a batch file that will delete most of your Windows directory, rendering your computer un-bootable. If copied correctly, this will not happen.

USE BATCH FILES AT YOUR OWN RISK**


  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
]
Reply

Tags
microsoft, operating systems, os forum, vista, xp sp2

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Family Computer? johnxarce Computer Gaming 10 06-26-2008 11:56 PM
Tips & Tricks: Cleaning your Computer Hardwares Chikz Killer Computer Hardware 1 06-12-2008 09:16 PM
IBM: Fastest Computer in the World ei819 Computer & Technology News 0 05-14-2008 05:57 AM



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
PinoySource.org Computer & Technology Community Philippines, Copyright ?2008, by johnxarce

Online Users