@samitouri / QOSAMI-WSL / commits / d55fd427

Quick fix to remove CLI from ADXM (#40467)

Craig Loewen committed May 8, 2026 at 14:45 UTC d55fd427615a98935e107c6d91245a9734514d25
2 files changed +9 -9
intune/WSL.admx
+2 -2
@@ -187,11 +187,11 @@
187 </disabledValue>
188 </policy>
189
190 - <policy name="WSLContainerCLIRegistryAllowlist" class="Machine" displayName="$(string.WSLContainerCLIRegistryAllowlist)" explainText="$(string.WSLContainerCLIRegistryAllowlistExplain)" presentation="$(presentation.WSLContainerCLIRegistryAllowlist)" key="Software\Policies\WSL">
190 + <policy name="WSLContainerRegistryAllowlist" class="Machine" displayName="$(string.WSLContainerRegistryAllowlist)" explainText="$(string.WSLContainerRegistryAllowlistExplain)" presentation="$(presentation.WSLContainerRegistryAllowlist)" key="Software\Policies\WSL">
191 <parentCategory ref="WSLContainer" />
192 <supportedOn ref="windows:SUPPORTED_Windows10" />
193 <elements>
194 - <list id="WSLContainerCLIRegistryAllowlist_Input" key="Software\Policies\WSL\WSLContainerCLIRegistryAllowlist" valuePrefix="AllowedRegistry" />
194 + <list id="WSLContainerRegistryAllowlist_Input" key="Software\Policies\WSL\WSLContainerRegistryAllowlist" valuePrefix="AllowedRegistry" />
195 </elements>
196 </policy>
197
intune/en-US/WSL.adml
+7 -7
@@ -50,20 +50,20 @@
50 <string id="NetworkingModeMirrored">Mirrored</string>
51 <string id="NetworkingModeVirtioProxy">VirtioProxy</string>
52
53 - <string id="WSLContainer">WSL Container</string>
53 + <string id="WSLContainer">WSL container</string>
54
55 - <string id="AllowWSLContainer">Allow WSL Container</string>
56 - <string id="AllowWSLContainerExplain">This policy controls whether WSL Container can be used on this machine. When enabled or not configured, users and Windows applications can run Linux containers via WSL. When set to disabled, WSL Container is blocked for all users and Windows apps cannot run Linux containers. Warning: Setting this to 'Disabled' can break Windows apps that depend on Linux containers.</string>
55 + <string id="AllowWSLContainer">Allow WSL container</string>
56 + <string id="AllowWSLContainerExplain">This policy controls whether WSL container can be used on this machine. When enabled or not configured, users and Windows applications can run Linux containers via WSL. When set to disabled, WSL container is blocked for all users and Windows apps cannot run Linux containers. Warning: Setting this to 'Disabled' can break Windows apps that depend on Linux containers.</string>
57
58 - <string id="WSLContainerCLIRegistryAllowlist">Allowlist for WSL container CLI registries</string>
59 - <string id="WSLContainerCLIRegistryAllowlistExplain">When enabled, the WSL Container CLI will only be allowed to pull images from the registries listed here.</string>
58 + <string id="WSLContainerRegistryAllowlist">Allowlist for WSL container registries</string>
59 + <string id="WSLContainerRegistryAllowlistExplain">When enabled, WSL container will only be allowed to pull images from the registries listed here. This affects both the WSL container CLI and all applications using the WSL container API.</string>
60 </stringTable>
61 <presentationTable>
62 <presentation id="DefaultNetworkingMode">
63 <dropdownList refId="DefaultNetworkingMode_Dropdown" noSort="true" defaultItem="1">Default Networking Mode</dropdownList>
64 </presentation>
65 - <presentation id="WSLContainerCLIRegistryAllowlist">
66 - <listBox refId="WSLContainerCLIRegistryAllowlist_Input">Allowed registries</listBox>
65 + <presentation id="WSLContainerRegistryAllowlist">
66 + <listBox refId="WSLContainerRegistryAllowlist_Input">Allowed registries</listBox>
67 </presentation>
68 </presentationTable>
69 </resources>