如何清理Microsoft Office Word Viewer 2003打开文件的历史记录

2024-12-14 05:51:17
推荐回答(4个)
回答1:

关键文件在windows里的winsxs 删除所有关于office的记录 然后用office2010 里面有个选项禁止使用记录而且删除原有记录 这样就可以了

回答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%\小甜饼s\*.*
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%\recent\*.*"
echo 清除系统垃圾完成!
echo. & pause
打开记事本 复制 粘贴 保存为 清理垃圾.bat 注意选择保存为所有文件
运行

回答3:

删除你使用的用户名下的TEMP所有文件,OFFICE在你安装时的备份文件,清空所有系统的日记信息...也就是删除Normat.dot模板文件。 即删除C:\Documents and Settings\用户名\Application Data\Microsoft\Templates\Normal.dot文件.

回答4:

用360安全卫士清理使用痕迹 应该可以的