You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a basic policy check for DisabledProfileSources, so that
organizations can easily disable certain profiles like the Azure one.
Closes#17964
## Validation Steps Performed
* Add a policy to disable Azure under HKCU. Disabled ✅
* Add a policy to disable nothing under HKLM. Enabled ✅
(...because it overrides the HKCU setting.)
(cherry picked from commit 3a06826)
Service-Card-Id: PVTI_lADOAF3p4s4AmhmQzgT6i0c
Service-Version: 1.22
<stringid="DisabledProfileSourcesText">Profiles will not be generated from any sources listed here. Source names can be arbitrary strings. Potential candidates can be found as the "source" property on profile definitions in Windows Terminal's settings.json file.
12
+
13
+
Common sources are:
14
+
- Windows.Terminal.Azure
15
+
- Windows.Terminal.PowershellCore
16
+
- Windows.Terminal.Wsl
17
+
18
+
For instance, setting this policy to Windows.Terminal.Wsl will disable the builtin WSL integration of Windows Terminal.
19
+
20
+
Note: Existing profiles will disappear from Windows Terminal after adding their source to this policy.</string>
21
+
</stringTable>
22
+
<presentationTable>
23
+
<presentationid="DisabledProfileSources">
24
+
<multiTextBoxrefId="DisabledProfileSources">List of disabled sources (one per line)</multiTextBox>
0 commit comments