Saturday 22 January 2011

deleting Temporary Internet Files

In an MSDOS command window:
1) cd to C:\Documents and Settings\MyUser\Local Settings\Temporary Internet Files\Content.IE5
(possibly have to do this one dir level at a time)
2) dir /a > tmp.txt (note the /a ; file name is not important)
3) edit tmp.txt to contain only lines like: rmdir /q /s VH8D5Q5L (/q is quiet mode; /s forces deletion of files/subdrs)
4) paste contents of tmp.txt into cmd window

No comments:

Post a Comment