Skip to content

Commit ecedbd4

Browse files
author
Ionuț Bara
committed
fix
1 parent 49c8a40 commit ecedbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Script_Run.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ echo Applying Registry Files...
5151
for /r %%k in (Remover\REGS\*.reg) do (GetTrustedInstaller.exe "C:\Windows\regedit.exe /s ""%%k""") >nul
5252
cls
5353
echo Removing Windows Defender/Security Components Files...
54-
for /f "delims=" %%i in (Remover\FDL.txt) do (GetTrustedInstaller.exe "C:\Windows\System32\cmd.exe /k del /f /q ""%%i""") >nul
55-
for /f "delims=" %%i in (Remover\DDL.txt) do (GetTrustedInstaller.exe "C:\Windows\System32\cmd.exe /k rmdir /s /q ""%%i""") >nul
54+
for /f "delims=" %%i in (Remover\FDL.txt) do (GetTrustedInstaller.exe "C:\Windows\System32\cmd.exe /c del /f /q ""%%i""") >nul
55+
for /f "delims=" %%i in (Remover\DDL.txt) do (GetTrustedInstaller.exe "C:\Windows\System32\cmd.exe /c rmdir /s /q ""%%i""") >nul
5656
timeout /t 5 /nobreak
5757
shutdown /r /f /t 0
5858
goto :eof

0 commit comments

Comments
 (0)