Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: dealing with Index.dat  (Read 3346 times)

0 Members and 1 Guest are viewing this topic.

si_j

  • Guest
dealing with Index.dat
« on: February 13, 2007, 10:49:58 AM »
For those of you using IE, and use CCleaner, WW, Tracks Eraser Pro, etc to delete index.dat.. then I will say that they are useful in masking the content of the file when viewed (Notepad), but the file will grow, and use more space up in the process of using IE.  

The only way to delete the system registry files is when explorer.exe is not running (in other words, when the computer starts up)…

If you run any version of NT-based Windows as the OS.. and it is important for you to delete (not mask) the "index.dat" files out of your 'IE-System-Environment'.. do the following:

Open Windows Notepad and copy the follwing NT-cammand code (below) into it.. and save it as Purge.cmd into you Personal User Profile, usually> C:/Documents and Settings/%USER NAME%

Code: [Select]
ECHO OFF
CLS
RD /S /Q "C:\Documents and Settings\%USER NAME%\Local Settings\Temporary Internet files"
RD /S /Q "C:\Documents and Settings\%USER NAME%\Cookies"
RD /S /Q "C:\Documents and Settings\%USER NAME%\Local Settings\User Data\index.dat"
RD /S /Q "C:\Documents and Settings\Default User\Cookies\index.dat"
RD /S /Q "C:\Documents and Settings\Default User\Local Settings\Temporary Internet Files\Content.IE5\index.dat"
RD /S /Q "C:\Documents and Settings\Local Service\Cookies\index.dat"
RD /S /Q "%APPDATA%\Microsoft\Internet Explorer\UserData\index.dat"
RD /S /Q "%USERPROFILE%\Cookies"
Echo OFF
CLS

RD = deletes listing
/S  = deletes all the sublists
/Q = disables the confirmation dialogue so its automated

si_j

  • Guest
Re: dealing with Index.dat
« Reply #1 on: February 13, 2007, 10:58:26 AM »
Left-click on Purge.cmd and create a shortcut, cut the shortcut to the following dictionary:
C:\Documents and Settings\All Users\Start Menu\Programs

Now the file will be executed upon start-up; it will take an extra 3 seconds for Windows to load after boot up.

Dilbert

  • Moderator


  • Egghead

  • Welcome to ComputerHope!
  • Thanked: 44
    Re: dealing with Index.dat
    « Reply #2 on: February 13, 2007, 10:56:46 PM »
    Nice info. You only need ECHO OFF once, though. :)
    "The geek shall inherit the Earth."