From 7e808c38c14fdcf26189e41380ed5830aca31ad7 Mon Sep 17 00:00:00 2001 From: abbodi1406 Date: Sun, 6 Feb 2022 07:52:16 +0300 Subject: [PATCH] v2.6.3 Delete compat checks bypassers upon reset or unenroll --- OfflineInsiderEnroll.cmd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/OfflineInsiderEnroll.cmd b/OfflineInsiderEnroll.cmd index a42cfb8..7d65b15 100644 --- a/OfflineInsiderEnroll.cmd +++ b/OfflineInsiderEnroll.cmd @@ -1,6 +1,6 @@ @setlocal DisableDelayedExpansion @echo off -set "scriptver=2.6.2" +set "scriptver=2.6.3" set "_cmdf=%~f0" if exist "%SystemRoot%\Sysnative\cmd.exe" ( @@ -108,6 +108,13 @@ reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Windows reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /f /v AllowTelemetry reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /f /v AllowTelemetry reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /f /v BranchReadinessLevel +reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\WindowsUpdate" /f /v AllowWindowsUpdate +reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup" /f /v AllowUpgradesWithUnsupportedTPMOrCPU +reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /v BypassRAMCheck +reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /v BypassSecureBootCheck +reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /v BypassStorageCheck +reg delete "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig" /f /v BypassTPMCheck +reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\PCHC" /f /v UpgradeEligibility goto :EOF :ADD_INSIDER_CONFIG