Skip to content

Commit 0181542

Browse files
authored
ci: disabling two 10B regkeys to address 12B aggressions (#7528)
1 parent c7b2a7a commit 0181542

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vhdbuilder/packer/windows/windows_settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,15 +823,15 @@
823823
"WindowsSkuMatch": "2022*",
824824
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Policies\\Microsoft\\FeatureManagement\\Overrides",
825825
"Name": "140377743",
826-
"Value": "1",
826+
"Value": "0",
827827
"Type": "DWORD"
828828
},
829829
{
830830
"Comment": "2025-10B",
831831
"WindowsSkuMatch": "23H2*",
832832
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Policies\\Microsoft\\FeatureManagement\\Overrides",
833833
"Name": "66715279",
834-
"Value": "1",
834+
"Value": "0",
835835
"Type": "DWORD"
836836
},
837837
{
@@ -899,4 +899,4 @@
899899
"Type": "DWORD"
900900
}
901901
]
902-
}
902+
}

0 commit comments

Comments
 (0)