List of supported disabledProfileSources in schema #6357

Closed
opened 2026-01-31 00:36:36 +00:00 by claunia · 1 comment
Owner

Originally created by @chelnak on GitHub (Feb 9, 2020).

Is there a list of disabledProfileSources anywhere? I couldn't find anything in the profiles.json schema.

Googling around I found three supported entries:

    "disabledProfileSources": [
      "Windows.Terminal.Azure",
      "Windows.Terminal.PowershellCore",
      "Windows.Terminal.Wsl",
    ]

But would like to hide cmd and Windows PowerShell.

Cheers 👍

Originally created by @chelnak on GitHub (Feb 9, 2020). Is there a list of disabledProfileSources anywhere? I couldn't find anything in the profiles.json schema. Googling around I found three supported entries: ``` "disabledProfileSources": [ "Windows.Terminal.Azure", "Windows.Terminal.PowershellCore", "Windows.Terminal.Wsl", ] ``` But would like to hide `cmd` and `Windows PowerShell`. Cheers 👍
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 00:36:36 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Feb 10, 2020):

cmd and Windows PowerShell aren't dynamic profiles and aren't subject to the dynamic profile system -- we could use better docs here, but for now it will suffice to switch them to hidden:true. That's actually why we left the hidden property in the user settings there: so it was more discoverable.

@DHowett-MSFT commented on GitHub (Feb 10, 2020): `cmd` and `Windows PowerShell` aren't dynamic profiles and aren't subject to the dynamic profile system -- we could use better docs here, but for now it will suffice to switch them to `hidden:true`. That's actually why we left the hidden property in the user settings there: so it was more discoverable.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6357