Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update registry key for 23H2 #3860

Closed
wants to merge 4 commits into from

Conversation

junjiezhang1997
Copy link
Collaborator

What type of PR is this?
/kind feature

What this PR does / why we need it:
Update registry key for 23H2.
Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

none

@junjiezhang1997 junjiezhang1997 added windows VHD your change will be included in the following VHDs labels Nov 28, 2023
@coveralls
Copy link

coveralls commented Nov 28, 2023

Pull Request Test Coverage Report for Build 8170250551

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.39%

Totals Coverage Status
Change from base Build 8164781036: 0.0%
Covered Lines: 2292
Relevant Lines: 2887

💛 - Coveralls

@@ -471,7 +471,7 @@ function Update-Registry {
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides" -Name 3767762061 -Value 1 -Type DWORD
}

if ($env:WindowsSKU -Like '2022*') {
if (($env:WindowsSKU -Like '2022*') -or ($env:WindowsSKU -Like '23H2*')) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to check which registry keys are needed for 23H2.

@junjiezhang1997 junjiezhang1997 marked this pull request as draft December 4, 2023 04:36
@junjiezhang1997 junjiezhang1997 force-pushed the junjiezhang/add-registry-key-for-23H2 branch from f8ab8e1 to 15eb86d Compare March 6, 2024 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VHD your change will be included in the following VHDs windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants