Skip to content

Commit 77c23da

Browse files
authored
Update Remover-windows.bat
1 parent 103987d commit 77c23da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/Remover-windows.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Net stop Sppsvc
1313
CD C:\Windows\System32\SPP\Store\2.0
1414
Ren Tokens.dat Tokens.old
1515
SLMGR.VBS /RILC
16-
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v displayntoret /t REG_QWORD /d 0 /f
16+
Bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
17+
Bcdedit.exe -set TESTSIGNING OFF
1718
@echo Agora reinicie a maquina.
1819
@pause
1920
exit

0 commit comments

Comments
 (0)