Skip to content

Commit

Permalink
v2.6.3
Browse files Browse the repository at this point in the history
Delete compat checks bypassers upon reset or unenroll
  • Loading branch information
abbodi1406 authored Feb 6, 2022
1 parent 6e770b5 commit 7e808c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion OfflineInsiderEnroll.cmd
Original file line number Diff line number Diff line change
@@ -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" (
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7e808c3

Please sign in to comment.