We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103987d commit 77c23daCopy full SHA for 77c23da
scripts/Remover-windows.bat
@@ -13,7 +13,8 @@ Net stop Sppsvc
13
CD C:\Windows\System32\SPP\Store\2.0
14
Ren Tokens.dat Tokens.old
15
SLMGR.VBS /RILC
16
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v displayntoret /t REG_QWORD /d 0 /f
+Bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
17
+Bcdedit.exe -set TESTSIGNING OFF
18
@echo Agora reinicie a maquina.
19
@pause
20
exit
0 commit comments