如何彻底清除电脑上看过的文件信息痕迹

来源:百度知道 编辑:UC知道 时间:2024/06/01 05:31:17
本人属于单位的保密人员,上网的电脑禁止阅读有秘密绝密之类字样的文件,如果被查到会给处分。据同事说单位会定期检查,检查时用专门的软件,本人不小心打开过有秘密字样的word文档,即使删除文件也能被查到。请问如何才能去除这些信息,同事说硬盘要格式化多次才能去掉,请问有什么好方法没?换硬盘的除外

1.任务栏属性
开始菜单
选上面的开始菜单
自定义
常规
开始菜单上的程序数目 选0
清除列表
高级
取消
列出我最近打开的文档
清除列表
确定
2.有一个就清除记录痕迹的小软件
新建一个记事本
输入如下信息:
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\local settings\temporary internet files\*.*"
del /f /s /q "%userprofile%\local settings\temp\*.*"
del /f /s /q "%userprofile