Internet Cache

  • Thread starter Thread starter dtm
  • Start date Start date
If you are talking about "Temporary Internet Files", they are in the
location below (default):

%SystemDrive%:\Documents and Settings\%username%\Local Settings\Temporary
Internet Files
 
dtm said:
Where does Windows store the Internet Cache??

Wherever you care to put it. (using Alt-T,O,Alt-S,M)

You haven't disclosed your OS so no more precise answer is possible.
However, it can be said that the default location for most NTx users
will be somewhere under here: %USERPROFILE%

If you have XP you can use its reg command in a command window
as follows:

for /f "tokens=1,2*" %c in ('reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v Cache') do set
TIF=%e

(Note: the previous line undoubtedly will be broken into two pieces by
my newsreader as I think it is bigger than 132 characters. Recombine
any pieces before trying to use it.)

Actually that creates/replaces a environmental variable with the full path
in it. So to display it again you would just enter: set TIF


HTH

Robert Aldwinckle
---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top