Skip to content

Commit

Permalink
2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nondetect authored May 20, 2022
1 parent 0f85e69 commit 17a8e66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ORM-Insider.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set "scriptver=2.9.5"
set "scriptver=2.9.6"
title ORM-Insider %scriptver%
mode con:cols=90 lines=31
chcp 866 >nul
Expand Down Expand Up @@ -153,6 +153,7 @@ if errorlevel 1 goto:ENROLL_SKIP_CHECK
reg delete "%WSH%\Account" /f
reg delete "%WSH%\Applicability" /f
reg delete "%WSH%\Cache" /f
reg delete "%WSH%\ClientState" /f
reg delete "%WSH%\UI" /f
reg delete "%cver%\WindowsUpdate\SLS\Programs\WUMUDCat" /f
reg delete "%cver%\WindowsUpdate\SLS\Programs\Ring%Ring%" /f
Expand Down Expand Up @@ -180,6 +181,8 @@ reg add "%WSH%\Applicability" /f /t REG_DWORD /v RingId /d %RID%
reg add "%WSH%\Applicability" /f /t REG_SZ /v Ring /d "%Ring%"
reg add "%WSH%\Applicability" /f /t REG_SZ /v ContentType /d "%Content%"
reg add "%WSH%\Applicability" /f /t REG_SZ /v BranchName /d "%Channel%"
reg add "%WSH%\ClientState" /f /t REG_DWORD /v PilotInfoRing /d 3
reg add "%WSH%\ClientState" /f /t REG_DWORD /v ErrorState /d 1
reg add "%WSH%\UI\Selection" /f /t REG_SZ /v UIRing /d "%Ring%"
reg add "%WSH%\UI\Selection" /f /t REG_SZ /v UIContentType /d "%Content%"
reg add "%WSH%\UI\Selection" /f /t REG_SZ /v UIBranch /d "%Channel%"
Expand Down

0 comments on commit 17a8e66

Please sign in to comment.