|
|
| Next: Files and settings transfer wizard |
| Author |
Message |
FuzzDuckie

Joined: Dec 13, 2002 Posts: 1005
|
Posted: Sat Jul 22, 2006 7:16 pm Post subject: Cleaning up IE Files |
|
|
I was just speaking with a friend of mine- she is now enamored of the Geek Squad...and here's why:
she said that they gained back 2 Gigs of her drive by removing all traces of any temp internet files etc. I don't know what software he used to do this she didn't tell me. She claims she does clean out her caches religiously (I'm assuming via scan disk as well as the usual IE cleaning). Interesting how he went and did all that when the only problem she was having was that the computer was not recognizing the C: Drive (it was a loose IDE cable-- and the only reason she does not go into the compy is because she is blind- or rather very severely vision impaired and also cannot open the case on her own)
My question is...is this so? Does a person have to get software in order to clean out their drive and gain back space? (I already know that reformatting is a bad idea just to regain space or so says this "geek squad worker"). Is it even worth the $$ to do this?
Is is really that necessary to obliterate deleted files from the computer? Maybe it does if it helps speed up the computer.
Didn't know what catagory to fit this in. Am interested in opinions about this.
Thanks |
|
| Back to top |
|
 |
Gary66

Joined: Sep 01, 2005 Posts: 8353
|
Posted: Sat Jul 22, 2006 7:23 pm Post subject: Re: Cleaning up IE Files [Login to view extended thread Info.] |
|
|
| Quote: |
My question is...is this so? Does a person have to get software in order to clean out their drive and gain back space? (I already know that reformatting is a bad idea just to regain space or so says this "geek squad worker"). Is it even worth the $$ to do this?
|
There is no need whatsoever to reformat to recover drive space as you will recover it all.
There are several programs that are free that can do this. One is Ccleaner available Here. You also can just do a search for *.tmp files and delete them. One can also have IE set to clear out the IE Internet cache every time IE is closed. That feature is available in the advanced tab of IE.
Other drive cleaners can be found Here |
|
| Back to top |
|
 |

User: inactive Posts:
|
Posted: Sat Jul 22, 2006 8:02 pm Post subject: Re: Cleaning up IE Files [Login to view extended thread Info.] |
|
|
That's the most rediculous thing I've read in ages.
It should have been posted in the Humor section.
Thanks, I've needed a good laugh all day.
The Geek Squad is the biggest JOKE in the computer industry!
They have been written up several times here in the LG forums for their shoddy workmanship.
As for deleting junk, there is a program already built right into Windows XP that does a pretty fair job of doing that.
It's aptly called "Disk Cleanup" and its found in the System tools folder.
It leaves a few junk files untouched but not many and does a fairly good job.
I wanted a bit more so I wrote my own cleanup program.
I called it "XPCleanup.bat". Anyone who knows how to write a batch file can write their own.
It gets things ignored by most of the other so-called cleanup programs.
When tuning up my customers PC's, I put a shortcut to my XPCleanup.bat program right in their "Startup" folder, so they get a FREE cleanup every time they turn their computers ON.
NO ONE has to go to the Geek Squad for a HD cleanup.
I'm surprised they didn't delete the whole HD. They are famous for things like that.
Good Luck,
Shadow 
Last edited by on Wed May 16, 2007 8:21 pm; edited 1 time in total |
|
| Back to top |
|
 |
usasma

Joined: May 06, 2003 Posts: 5007
|
Posted: Sun Jul 23, 2006 10:52 pm Post subject: Re: Cleaning up IE Files [Login to view extended thread Info.] |
|
|
I use TheShadow's cleanup batch file for serious cleanups - and use CCleaner (as mentioned by Gary66) for normal, day to day operations. And I never have the connection problems that a lot of folks complain of. I attribute this to:
1) My caution when surfing (I'll shut down the system rather than click on a popup)
2) My rigorous cleaning of Temporary Internet Files
3) And my handsome profile, ingenious wit, and charming personality (well, OK, I made that part up! ) |
|
| Back to top |
|
 |
patio

Joined: Feb 03, 2004 Posts: 5598
|
Posted: Fri Jul 28, 2006 11:02 am Post subject: Re: Cleaning up IE Files [Login to view extended thread Info.] |
|
|
| usasma wrote: |
3) And my handsome profile, ingenious wit, and charming personality (well, OK, I made that part up! ) |
patio.  |
|
| Back to top |
|
 |

User: inactive Posts:
|
Posted: Sat Jul 29, 2006 11:45 am Post subject: Re: Cleaning up IE Files [Login to view extended thread Info.] |
|
|
| usasma wrote: |
I use TheShadow's cleanup batch file for serious cleanups - and use CCleaner (as mentioned by Gary66) for normal, day to day operations. And I never have the connection problems that a lot of folks complain of. I attribute this to:
1) My caution when surfing (I'll shut down the system rather than click on a popup)
2) My rigorous cleaning of Temporary Internet Files
3) And my handsome profile, ingenious wit, and charming personality (well, OK, I made that part up! ) |
Thanks John,
I had a bad night and really needed a good laugh this morning.
Your point #3 took care of that, nicely.
In all seriousness, after running my XPCleanup.bat program on my own PC, I run M$'s little Disk Cleanup, just for grins and giggles.
If my batch program is doing it's job correctly, Disk Cleanup comes up with NOthing to remove.
Ya just gotta love it
The really great thing about my batch file is that if someone wants to keep some P.O.C., they can just rem out that line in the batch file.
And, if they have some added 'cache' or other junk folder that they want to clean out on a regular basis, that path can be easily added to the batch file.
My "Call Wave" program saves every call message I get. Those things will never go away! SO, I added this line to my personal copy of XPCleanup.bat. ::
deltree /y "C:\Program Files\CallWave\Calls\*.*"
Then for those pesky WGA files, in case they find their way into my PC again, even after I've told M$ Update to Never download them again, I added these two lines: (just for grins and giggles)
deltree /y "C:\windows\system32\WgaTray.exe
deltree /y "C:\windows\system32\dllcache\WgaTray.exe
Anything in your PC that needs to cleaned out on a regular basis, can just be added to the batch file for a regular cleanup.
Honestly, it's much more versatile than any packaged program.
Batch Files, are one of the best things to ever come out of Microsoft.
Learn how to use them and your computer experience will be greatly enhanced.
Happy Computing,
The Shadow
EDIT:
Last edited by on Wed May 16, 2007 8:23 pm; edited 1 time in total |
|
| Back to top |
|
 |
Mr_Cranky_Pants

Joined: Jun 12, 2003 Posts: 54
|
Posted: Tue Aug 01, 2006 9:53 am Post subject: Re: Cleaning up IE Files [Login to view extended thread Info.] |
|
|
There is a small, fine, easy to use program out there best of all it's FREE and it doesn't see require a lot of tinkering.
It's called "Disk Cleaner" http://www.diskcleaner.nl
It's small, effective, simple and just and all around joy to use. It can be set for silent operation, one click and it's done. You set it up the first time, name the profile then set it for automatic operation.
Give it a try, you can't go wrong with free and it automatically detects what programs leave temp files or you can manually configure it. Effective, flexible and free, how can you go wrong. |
|
| Back to top |
|
 |
Temoshi

Joined: Dec 07, 2002 Posts: 8
|
Posted: Tue Aug 08, 2006 9:50 pm Post subject: Re: Cleaning up IE Files [Login to view extended thread Info.] |
|
|
I am a pc repair tech at a local computer repair shop here in Indiana. We have had at least 10 times in the last month had customers bring in their computers saying that the geeksquad told them one thing was wrong with their computer and then it ends up being something completely different.
That aside, they may have just cleaned out the temp folder of the root directory or assuming it is windows xp the temp folders for each user in the hidden folder local settings that is in each folder of different users in the documents and settings folder. Emptying your internet cache doesn't delete anything from those folders and over time by installing programs there could easily be 2 gbs of temporary data in them. Also if you do decide to use Ccleaner I would be sure to uncheck the Old Prefetch Data option under windows system because if you don't it will delete all the prefetch information on your computer. That may make your boot time increase considerably. |
|
| Back to top |
|
 |

User: inactive Posts:
|
Posted: Wed Aug 09, 2006 10:55 am Post subject: Re: Cleaning up IE Files [Login to view extended thread Info.] |
|
|
| Quote: |
| it will delete all the prefetch information on your computer. That may make your boot time increase considerably. |
I suppose that this may varry on certain systems depending on what else is going on. You may run a program just once but it's still put into your prefetch folder. Any install program you run is added too. Finally, you have all these totally redundant entries in your prefetch folder. They serve NO usefull purpose and just cause "Bloat".
Don't turn OFF the prefetch function, but DO empty that folder during a regular maintenance interval. That will NOT adversely affect your computer performance.
But, I put the Prefetch folder in my XPCleanup batch file which runs every time I boot up and my "boot to desktop" with music playing, takes just under 20 seconds.
During that 20 sec's, I've run my XPCleanup batch file, MRU Blaster, AVG and Trojan Hunter installs and opened CallWave. I also run a script to force a new Restore Point to be created.
When, on a customer's PC, I cut their 2+ minute startup times to less than 30 sec's , they are just 'Blown Away'.
It's Do'able.
Cheers Mates!
Shadow  |
|
| Back to top |
|
 |
jeffeverett

Joined: Jan 15, 2008 Posts: 13
|
Posted: Tue Jan 15, 2008 6:40 pm Post subject: Prefetch File [Login to view extended thread Info.] |
|
|
| I agree as i always empy my prefetch file , most of it is useless stuff that gets dumped there anyways !! Dont depend on your computer doing its cleanup that you have set up for the middle of the night while everyone is sleeping {disk clean up and scandisk} it may not always work !! I clean mine everyday as it only takes seconds. Msconfig my startup programs and settings and i never have problems, i use avg and also never have problems even though i shut my email scan off !! Maybe im just lucky and all the walls will come tumbling down on me someday !! |
|
| Back to top |
|
 |
drwho07

Joined: Nov 29, 2007 Posts: 1134
Location: Central FL, USA
|
Posted: Tue Jan 15, 2008 9:16 pm Post subject: Re: Prefetch File [Login to view extended thread Info.] |
|
|
Yeah, I've also found the need for the prefetch info is greatly over-rated.
Mine gets dumped on every boot (at least once a day)
Do leave the email scanner ON, if it's not conflicting with anything.
Having that little message on the bottom of your emails, stating that the email was scanned by AVG and found to be clean, is really heart warming.
That and the Active Scanner are the two most valuable parts of that program.
What most people, 99% anyway, don't realize is that M$ has already given them sufficient tools to keep their HD's clean and running smoothly.
Disk Cleaner does a great job of removing the junk files and defrag is more than sufficient for keeping the HD defragged and organized.
For the techie, "Easy Cleaner 2" is hard to beat for cleaning out junk from the HD and then cleaning out the Registry. I run it at least once a week as part of a regular maintenance routine. Did I mention, it's FREE?
Computer maintenance isn't Rocket Science, but does demand a certain amount of effort on the part of the user.
It certainly does NOT require the efforts of "The Geek Squad".
Cheers Mates!
The Doctor |
|
| Back to top |
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
| |
|
|