在XP的什么地方可以看今天访问过的程序?

来源:百度知道 编辑:UC知道 时间:2024/06/02 00:54:42
我想问问,在XP的系统下,可以在哪个地方看自己今天访问过的程序,比如QQ,一些网络游戏。如果我想删除这些记录,该怎么删除呢?

进:开始-文档-我的文档,就能显示了
编一个实用的小程序就可以了,你照我说的,很简单的!很有效!
首先打开:开始-程序-附件-记事本,
再用右键的复制,粘贴功能把我在下面的程序复制进记事本!
@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%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause
最后存档为.BAT文