How to delete Internet Temporary Files from CMD in IE 6.0 ?

B

bildos

How to delete Internet Temporary Files from CMD in IE 6.0 ?
In IE 7.0 we can use:

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8

for delete Internet Temporary Files
 
J

Jon Kennedy

Boot into Safe Mode.
At the command prompt type:
c: [ENTER]
cd\ [ENTER]
del "%Userprofile%\Local Settings\Temporary Internet Files\*.*" [ENTER]


A message appears such as "C:\Documents and Settings\Username\Local
Settings\Temporary Internet Files\*.*, Are you sure (Y/N)?"

Enter Y to confirm. Then, all temporary Internet files are deleted
 
B

bildos

Better:
del "%Userprofile%\Local Settings\Temporary Internet Files\*.*" /s /q



Jon Kennedy said:
Boot into Safe Mode.
At the command prompt type:
c: [ENTER]
cd\ [ENTER]
del "%Userprofile%\Local Settings\Temporary Internet Files\*.*" [ENTER]


A message appears such as "C:\Documents and Settings\Username\Local
Settings\Temporary Internet Files\*.*, Are you sure (Y/N)?"

Enter Y to confirm. Then, all temporary Internet files are deleted

--

Jon R. Kennedy MS MVP/IE
Charlotte, NC USA
(e-mail address removed)


bildos said:
Any ideas for my thread ?
 

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

Top