- UID
- 1692
- 帖子
- 87
- 精华
- 0
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2005-7-12
|
统·清除器码代,请大伙分析一下
统·清除器码代,请大伙分析一下
=====================
@echo off
echo 欢迎使用◆ 印 心 IT 论 坛 ◆ 专用系统·清除器,正在清除系统·、临时文件,请 稍 等....
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 OK◆ 印 心 IT 论 坛 ◆ 专用系统·清除器 清除完毕。欢迎光临◆ 印 心 IT 论 坛 ◆ :http://bbs.234.aa.topzj.com/i
echo. & pause
===============
为什么我执行后,它会改变我C:\windows\temp目录的权限呢??????? |
|