If XP Pro you can run scripts.
Open the Group Policy snap-in.
Start | Run | Type: gpedit.msc | OK |
Click Help | Index tab | Type: scripts |
[[Scripts (Startup/Shutdown): You can use this extension, which is located
under Computer Configuration\Windows Settings in the Group Policy console,
to specify scripts that are to run when the computer starts up or shuts
down. These scripts run as Local System.
Scripts (Logon/Logoff): You can use this extension, which is located under
User Configuration\Windows Settings in the Group Policy console, to specify
scripts that are to run when the user logs on or logs off the computer.
These scripts run as User, not as Administrator. ]]
Or...
Make a batch file.
Add it to >>>
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
or
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
I have one in >>>
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Value Name: My Indexdat Killer
Value Type: REG_SZ
Value Data: C:\run.bat
run.bat was created using Index.dat Suite
=============
@echo off
echo This file will remove Index.dat files. The Cookies, Temporary Internet
Files, History, and Temp folders will be cleared as per user Settings.
echo
echo Please note, use of this file is AT YOUR OWN RISK, Ur I.T. Mate Group
will NOT be held liable for any problems caused due to the use of this file
or any part of the Index.dat Suite software
del C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\TEMPOR~1\Content.IE5\index.dat
cd c:\DOCUME~1\WESLEY~1.VOG\cookies
rd /s /q c:\DOCUME~1\WESLEY~1.VOG\cookies
cd c:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\history
rd /s /q c:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\history
cd c:\docume~1\wesley~1.vog\locals~1\temp\
rd /s /q c:\docume~1\wesley~1.vog\locals~1\temp\
cd C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\TEMPOR~1\
rd /s /q C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\TEMPOR~1\
cd C:\DOCUME~1\WESLEY~1.VOG\Recent
rd /s /q C:\DOCUME~1\WESLEY~1.VOG\Recent
exit
============
Index.dat Suite
http://support.it-mate.co.uk/?mode=Home