|
Passwords and IE
Internet Explorer periodically asks about saving certain passwords. A friend
of mine gave me a little program that includes a batchfile that cleans up my
hard drive before making a ghost image. However, something in one of the
lines removes all of my passwords made by IE.
Below is the batch file. Can anyone tell me while line or command could
possibly be removing my passwords. I would be much appreciative of any help
here. Thank you very much
Jerry
deltree /y c:\windows\tempor~1\*.*
deltree /y c:\windows\LocalS~1\tempor~1\*.*
deltree /y c:\windows\temp\*.*
deltree /y c:\windows\history\*.*
deltree /y c:\windows\cookies\*.*
deltree /y c:\windows\unzipped\*.*
deltree /y C:\windows\recent\*.*
deltree /y C:\windows\media\*.rmi
deltree /y C:\windows\media\*.mid
deltree /y "C:\WINDOWS\Start Menu\Programs\Online Services\"
deltree /y "C:\Program Files\Online Services"
deltree /y "C:\WINDOWS\wmiexe.exe"
deltree /y c:\*.chk
deltree /y "C:\$VAULT$.AVG\*.*"
deltree /y c:\temp\*.*
deltree /y c:\tmp\*.*
deltree /y "C:\windows\win386.swp"
deltree /y "C:\REGCLEAN\*.reg"
|