Rid Your Computer Of Temporary Files - MeraForum Community.No 1 Pakistani Forum Community

MeraForum Community.No 1 Pakistani Forum Community

link| link| link
MeraForum Community.No 1 Pakistani Forum Community » The World of Information » Computer and Information Technology » Rid Your Computer Of Temporary Files
Computer and Information Technology !!! Computer softwares, problems and about latest science Technology !!!

Advertisement
Post New Thread  Reply
 
Thread Tools Display Modes
(#1)
Old
M@sTeR-MinD M@sTeR-MinD is offline
Banned
 


Posts: 407
My Photos: ()
Country:
Join Date: Oct 2011
Location: home sweet home
Gender: Female
Default Rid Your Computer Of Temporary Files - >>   Show Printable Version  Show Printable Version   Email this Page  Email this Page   10-11-2011, 02:57 AM

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**

 

Reply With Quote Share on facebook
Sponsored Links
Post New Thread  Reply

Bookmarks

Tags
computer, files, rid, temporary


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Canadian temporary visa applications can be made online Kash Visa & Immigration 2 11-24-2017 11:06 PM
Canadian Temporary Foreign Worker Visa: Tougher Requirements Kash Visa & Immigration 5 11-24-2017 11:05 PM
Make your computer a Super Computer Prince_Charmy Discuss Your Pc Problems 10 05-08-2012 11:21 AM
*~how to get rid of Flu~* PEANUT Pics And Images 9 11-25-2011 10:02 PM
Make your computer a Super Computer Prince_Charmy Computer and Information Technology 7 01-28-2011 11:38 AM


All times are GMT +5. The time now is 08:22 PM.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.

All the logos and copyrights are the property of their respective owners. All stuff found on this site is posted by members / users and displayed here as they are believed to be in the "public domain". If you are the rightful owner of any content posted here, and object to them being displayed, please contact us and it will be removed promptly.

Nav Item BG