Skip to content

Commit dee8fd2

Browse files
committed
[Unattended answer file] Disable Win11 settings for x86
1 parent 6759c9e commit dee8fd2

File tree

3 files changed

+44
-45
lines changed

3 files changed

+44
-45
lines changed

Panels/Unattend_Files/Addition/NewUnattendWiz.Designer.vb

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Panels/Unattend_Files/Addition/NewUnattendWiz.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ To begin creating your answer file, click Next.</value>
152152
<metadata name="DarkToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
153153
<value>17, 17</value>
154154
</metadata>
155-
<metadata name="DarkToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
156-
<value>17, 17</value>
157-
</metadata>
158155
<metadata name="TimeZonePageTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
159156
<value>150, 17</value>
160157
</metadata>

Panels/Unattend_Files/Addition/NewUnattendWiz.vb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,8 @@ Public Class NewUnattendWiz
11381138
Case 2
11391139
SelectedArchitecture = DismProcessorArchitecture.ARM64
11401140
End Select
1141+
' Disable Windows 11 settings for x86
1142+
WinSVSettingsPanel.Enabled = Not (SelectedArchitecture = DismProcessorArchitecture.Intel)
11411143
End Sub
11421144

11431145
Private Sub CheckBox3_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox3.CheckedChanged

0 commit comments

Comments
 (0)