Manually deleting Temporary Internet Files?

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
User avatar
RogueIce
_______
Posts: 13389
Joined: 2003-01-05 01:36am
Location: Tampa Bay, Florida, USA
Contact:

Manually deleting Temporary Internet Files?

Post by RogueIce »

Where's that damn folder at? The button to do it in Internet Options just has things running for a long time but not end. I guess this could just mean I have a crapload of stuff in there, but I'd like to see for myself.

Also: is this where the Cookies are too?
Image
"How can I wait unknowing?
This is the price of war,
We rise with noble intentions,
And we risk all that is pure..." - Angela & Jeff van Dyck, Forever (Rome: Total War)

"On and on, through the years,
The war continues on..." - Angela & Jeff van Dyck, We Are All One (Medieval 2: Total War)
"Courage is not the absence of fear, but rather the judgment that something else is more important than fear." - Ambrose Redmoon
"You either die a hero, or you live long enough to see yourself become the villain." - Harvey Dent, The Dark Knight
User avatar
White Haven
Sith Acolyte
Posts: 6360
Joined: 2004-05-17 03:14pm
Location: The North Remembers, When It Can Be Bothered

Post by White Haven »

Set yourself to view hidden folders, then browse to X:\Documents and Settings\<User Name, you'll need to clean them all>\Local Settings\Temporary Internet Files
Image
Image
Chronological Incontinence: Time warps around the poster. The thread topic winks out of existence and reappears in 1d10 posts.

Out of Context Theatre, this week starring Darth Nostril.
-'If you really want to fuck with these idiots tell them that there is a vaccine for chemtrails.'

Fiction!: The Final War (Bolo/Lovecraft) (Ch 7 9/15/11), Living (D&D, Complete)Image
User avatar
Xon
Sith Acolyte
Posts: 6206
Joined: 2002-07-16 06:12am
Location: Western Australia

Post by Xon »

Just leave it running. It will take just as long using explorer as it would with IE. Also it really doesnt help to have multi-gb of temp files, when the common file size is ~20 kb.
"Okay, I'll have the truth with a side order of clarity." ~ Dr. Daniel Jackson.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
User avatar
Enigma
is a laughing fool.
Posts: 7777
Joined: 2003-04-30 10:24pm
Location: c nnyhjdyt yr 45

Post by Enigma »

Copy this on Notepad and save it as a .bat file then run it.
@ECHO OFF
IF EXIST C:\WINDOWS\RECENT\*.* DELTREE /Y C:\WINDOWS\RECENT\*.*
IF EXIST C:\WINDOWS\COOKIES\*.* DELTREE /Y C:\WINDOWS\COOKIES\*.*
IF EXIST C:\WINDOWS\HISTORY\*.* DELTREE /Y C:\WINDOWS\HISTORY\*.*
IF EXIST C:\WINDOWS\SPOOL\PRINTERS\*.* DELTREE /Y C:\WINDOWS\SPOOL\PRINTERS\*.*
IF EXIST C:\WINDOWS\TEMP\*.* DELTREE /Y C:\WINDOWS\TEMP\*.*
IF EXIST C:\WINDOWS\TEMPOR~1\CACHE1\*.* DELTREE /Y C:\WINDOWS\TEMPOR~1\CACHE1\*.*
IF EXIST C:\WINDOWS\TEMPOR~1\CACHE2\*.* DELTREE /Y C:\WINDOWS\TEMPOR~1\CACHE2\*.*
IF EXIST C:\WINDOWS\TEMPOR~1\CACHE3\*.* DELTREE /Y C:\WINDOWS\TEMPOR~1\CACHE3\*.*
IF EXIST C:\WINDOWS\TEMPOR~1\CACHE4\*.* DELTREE /Y C:\WINDOWS\TEMPOR~1\CACHE4\*.*
IF EXIST C:\WINDOWS\TEMPOR~1\*.* DELTREE /Y C:\WINDOWS\TEMPOR~1\*.*
IF EXIST C:\WINDOWS\TEMPOR~1\*.txt DELTREE /Y C:\WINDOWS\TEMPOR~1\*.txt
IF EXIST C:\WINDOWS\TEMPORARY INTERNET FILES\*.* DELTREE /Y C:\WINDOWS\TEMPORARY INTERNET FILES\*.*
I think this would work on XP since it works well on 95 and ME. I use it all the time to clean things up.
ASVS('97)/SDN('03)

"Whilst human alchemists refer to the combustion triangle, some of their orcish counterparts see it as more of a hexagon: heat, fuel, air, laughter, screaming, fun." Dawn of the Dragons

ASSCRAVATS!
User avatar
Xon
Sith Acolyte
Posts: 6206
Joined: 2002-07-16 06:12am
Location: Western Australia

Post by Xon »

Enigma wrote:Copy this on Notepad and save it as a .bat file then run it.
<snip>
I think this would work on XP since it works well on 95 and ME. I use it all the time to clean things up.
No, not even close.

WinXP is a multi-user system for the ground up. It isnt a partially baked version like the Win9x line.
"Okay, I'll have the truth with a side order of clarity." ~ Dr. Daniel Jackson.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Use the command prompt, it is the fastest way. It is stored in:

Code: Select all

"%USERPROFILE%\Temporary Internet Files"
User avatar
General Zod
Never Shuts Up
Posts: 29211
Joined: 2003-11-18 03:08pm
Location: The Clearance Rack
Contact:

Post by General Zod »

simplest way is as follows:

start>settings>taskbar and menu properties

click on start menu. then click on customize, assuming you're using classic start menu. from there click the clear button that's next to the recycle bin icon.
"It's you Americans. There's something about nipples you hate. If this were Germany, we'd be romping around naked on the stage here."
User avatar
White Haven
Sith Acolyte
Posts: 6360
Joined: 2004-05-17 03:14pm
Location: The North Remembers, When It Can Be Bothered

Post by White Haven »

phongn wrote:Use the command prompt, it is the fastest way. It is stored in:

Code: Select all

"%USERPROFILE%\Temporary Internet Files"
Should be

Code: Select all

"%USERPROFILE%\Local Settings\Temporary Internet Files"
As often as I have to do this shit at work :)
Image
Image
Chronological Incontinence: Time warps around the poster. The thread topic winks out of existence and reappears in 1d10 posts.

Out of Context Theatre, this week starring Darth Nostril.
-'If you really want to fuck with these idiots tell them that there is a vaccine for chemtrails.'

Fiction!: The Final War (Bolo/Lovecraft) (Ch 7 9/15/11), Living (D&D, Complete)Image
Post Reply