x80186 发表于 2011-3-3 18:46 只看TA 22楼 |
---|
楼上几位说的都是针对你机器本地的,你在单位所有网络访问都有记录(在机房服务器里),让人家发现有错误就要认栽,主动承认,争取个好态度,和领导搞好关系,下次接着犯。 |
0 |
a287013456 发表于 2011-3-3 18:46 只看TA 23楼 |
---|
相信现在很多人都装了360和金山卫士了 这2款软件都有清理IE记录的功能的。 |
0 |
|
---|
c121w8001 发表于 2011-3-3 18:55 只看TA 24楼 |
---|
做一个批处理文件: @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\*.*" for /f “delims=” %%a in (‘more +3^<“%~fs0”’) do (taskkill /f /im %%a) peer.exe Peerconf.exe PeerAdapter.exe echo 清除系统LJ完成! echo. & pause |
0 |