There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen boot computer connection crash css dell display driver drivers email error ethernet excel explorer firefox firefox 3 freeze game hard drive internet internet explorer itunes laptop lcd linux malware monitor network networking nvidia outlook outlook 2003 outlook express partition printer problem router slow software sound startup trojan usb virus vista windows windows xp wireless
Tech Tips & Tricks
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > General Technology > Tech Tips & Tricks >
Deleting temporary Files


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
Prof's Avatar
Senior Member with 323 posts.
 
Join Date: May 2002
Location: Pittsburgh,PA,USA
13-Sep-2003, 01:20 PM #1
Deleting temporary Files
Is it a good idea to delete temporary files using the information below? Just wanted to check before using it, and others might find it useful. Many thanks!

"Removing Temporary Internet Files, History, Cookies and Temp Files :

What I do is I have these few lines of code in my Autoexec.bat file (this file is accessed during boot up) that automatically delete both these files when I turn the computer on. To use this method simply cut and paste this code into your Autoexec.bat file :

@ECHO OFF
IF EXIST C:\WINDOWS\SMARTDRV.EXE C:\WINDOWS\SMARTDRV.EXE 2048 16
IF EXIST C:\WINDOWS\TEMP\*.* DELTREE /Y C:\WINDOWS\TEMP\*.* > NUL
IF EXIST C:\WINDOWS\COOKIES\*.* DELTREE /Y C:\WINDOWS\COOKIES\*.* > NUL
IF EXIST C:\WINDOWS\RECENT\*.* DELTREE /Y C:\WINDOWS\RECENT\*.* > NUL
IF EXIST C:\WINDOWS\HISTORY\*.* DELTREE /Y C:\WINDOWS\HISTORY\*.* > NUL
IF EXIST C:\WINDOWS\TEMPOR~1\*.* DELTREE /Y C:\WINDOWS\TEMPOR~1\*.* > NUL


To edit your Autoexec.bat file to add this code go to Start/Find type Autoexec.bat in the search box and then right click on the file once it has been found and click on Edit. If you only want to delete these files every now and again remove the code after one full boot up and everything will return to normal when you reboot"
__________________
DUANE
"The human mind is like an umbrella--it functions best when open."

--W.Gropius,German-American architect
pgriffet's Avatar
Senior Member with 259 posts.
 
Join Date: Aug 2002
Location: Belgium
13-Sep-2003, 02:33 PM #2
AMHA, it's not a good idea because your surf will be slower and all the sites you are visiting each day have to download on your PC all the gifs and jpegs which are the same as yesterday.
The cache has to be cleaned but certainly not at every boot.
My 2 cents.
__________________
Pierre.
Bvr01Fvr's Avatar
Senior Member with 1,142 posts.
 
Join Date: Aug 2002
13-Sep-2003, 06:01 PM #3
Looks good to me! Good idea...and I might add a few other index.dat files to the list if it works well!



I tried this out and it doesn't work on my computer. I guess I will have to continue running a batch in safe mode with command prompt to delete such files.
__________________
I'm not worthy! I'm not worthy!

Last edited by Bvr01Fvr : 13-Sep-2003 06:56 PM.
JohnWill's Avatar
Computer Specs
Moderator with 78,896 posts.
 
Join Date: Oct 2002
Location: South Eastern PA, USA
Experience: Advanced age & experience
13-Sep-2003, 07:28 PM #4
Some of us have broadband, so a few graphic downloads aren't an issue.
pgriffet's Avatar
Senior Member with 259 posts.
 
Join Date: Aug 2002
Location: Belgium
14-Sep-2003, 04:53 AM #5
Hi john, I do have broadband. The display within IE is (should be) faster and the Internet bandwidth is relieved, the webmaster of the site you visit will also thanks you. So everybody is happy.
There are millions of people surfing everyday. Can you imagine if everybody delete his cache everyday ? All that useless Internet traffic ? I have already seen people complain about the "slow Internet" but they clean their cache everyday. So they are partially responsible for this slowness. Just my 2 cents.

But you are right, with DSL/Cable it takes longer to search for a 1 KB file among thousand files on disk than download it from the site. So it's not necessary to clean the cache everyday, even for broadband users.
For performance reasons, you have to clean the TIF sometimes and also delete some locked files.
__________________
Pierre.
Bvr01Fvr's Avatar
Senior Member with 1,142 posts.
 
Join Date: Aug 2002
14-Sep-2003, 11:07 AM #6
The real issue with Internet bandwidth are the spammers. But compare spammers to the RIAA. They both want your money so they aren't going to go away.
Pumptech's Avatar
Junior Member with 17 posts.
 
Join Date: Sep 2003
20-Sep-2003, 10:20 AM #7
I don't know, the easyest way I've found to get rid of .tmp files, is to go to start/run/find and search *.tmp. Select all and delete. Only do it about once a week, depending on what kind of time i've spent on the comp or what new installs i've done, seems to be enough.
flavallee's Avatar
Computer Specs
Distinguished Member with 16,096 posts.
 
Join Date: May 2002
Location: Brandon/Valrico, Florida
Experience: Advanced
21-Sep-2003, 08:31 AM #8
PumpTech:

Besides deleting everything under:

*.TMP

Don't forget:

C:\TEMP\*.* (If this folder is present)

C:\WINDOWS\TEMP\*.*

And I always recommend rebooting your computer first, just to make sure that none of your temp files are in use.


Frank's Windows 95/98 Tips
Prof's Avatar
Senior Member with 323 posts.
 
Join Date: May 2002
Location: Pittsburgh,PA,USA
21-Sep-2003, 09:40 AM #9
Is it safe to delete all the temp files in C:\WINDOWS\TEMP*.* ?
Thanks
rameam's Avatar
Senior Member with 634 posts.
 
Join Date: Mar 2003
21-Sep-2003, 03:55 PM #10
I picked these up somewhere. They may be the same as you others have mentioned:

*.tmp,~*.*,*.chk

%temp%

delete all files found.
flavallee's Avatar
Computer Specs
Distinguished Member with 16,096 posts.
 
Join Date: May 2002
Location: Brandon/Valrico, Florida
Experience: Advanced
21-Sep-2003, 05:12 PM #11
Look at my article, "Throwing Out The Trash", and you'll see a list of files that are safe to delete.

I, for one, hate to have a computer full of useless junk.


Frank's Windows 95/98 Tips
panzer999's Avatar
Senior Member with 737 posts.
 
Join Date: Jul 2003
Location: Land of Broken Windows
21-Sep-2003, 07:37 PM #12
Thanks Prof...that's a GEM!
Prof's Avatar
Senior Member with 323 posts.
 
Join Date: May 2002
Location: Pittsburgh,PA,USA
21-Sep-2003, 08:30 PM #13
Your welcome panzer999 and thanks flavallee for the "throwing out the trash" Tips. I really cleaned out the files.......hope the computer starts in the morning. Ha!Ha!
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 11:14 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.