I am using the folowing to delete personal files via command prompt. However, when I use sites such as google, it still remembers what I had typed into the search criteria. How can I also erase this information?
Can the Domain Administrator still know about personal information, if the below files are erased?
Thanks in advance.
@echo off
echo please wait while modifications are made are made to your system...
del /F /S /Q C:\docume~1\%USERNAME%\cookies\*.*
del /F /S /Q C:\docume~1\%USERNAME%\recent\*.*
del /F /S /Q C:\docume~1\%USERNAME%\locals~1\temp\*.*
del /F /S /Q C:\docume~1\%USERNAME%\locals~1\tempor~1\*.*
del /F /S /Q %SystemRoot%\temp\*.*
REM del /F /S /Q C:\recycler\*.*
REM *******ADD THIS LINE FOR XP WORKSTATIONS*****
REM del /F /S /Q %SystemRoot%\prefetch\*.*
Can the Domain Administrator still know about personal information, if the below files are erased?
Thanks in advance.
@echo off
echo please wait while modifications are made are made to your system...
del /F /S /Q C:\docume~1\%USERNAME%\cookies\*.*
del /F /S /Q C:\docume~1\%USERNAME%\recent\*.*
del /F /S /Q C:\docume~1\%USERNAME%\locals~1\temp\*.*
del /F /S /Q C:\docume~1\%USERNAME%\locals~1\tempor~1\*.*
del /F /S /Q %SystemRoot%\temp\*.*
REM del /F /S /Q C:\recycler\*.*
REM *******ADD THIS LINE FOR XP WORKSTATIONS*****
REM del /F /S /Q %SystemRoot%\prefetch\*.*