On first launch, if Powershell Core is installed, set it as the default profile #3825

Closed
opened 2026-01-30 23:30:54 +00:00 by claunia · 1 comment
Owner

Originally created by @zadjii-msft on GitHub (Sep 11, 2019).

Originally assigned to: @DHowett-MSFT on GitHub.

Follow up to #2603

Prior to that PR, when we first launched, we'd set powershell core to the default profile if it was installed, instead of Powershell.

With the switch to dynamic profiles, we stopped doing that. Windows Powershell is now always the default.

We should restore that behavior. The check should be simple. Modifying the user's defaultProfile in place might be a bit trickier. Adding tests also takes time, and we want to get #2515 out the door sooner than later.

Originally created by @zadjii-msft on GitHub (Sep 11, 2019). Originally assigned to: @DHowett-MSFT on GitHub. Follow up to #2603 Prior to that PR, when we first launched, we'd set powershell core to the default profile if it was installed, instead of Powershell. With the switch to dynamic profiles, we stopped doing that. Windows Powershell is now always the default. We should restore that behavior. The check should be simple. Modifying the user's `defaultProfile` in place might be a bit trickier. Adding tests also takes time, and we want to get #2515 out the door sooner than later.
Author
Owner

@ghost commented on GitHub (Apr 22, 2020):

:tada:This issue was addressed in #5232, which has now been successfully released as Windows Terminal Preview v0.11.1121.0.🎉

Handy links:

@ghost commented on GitHub (Apr 22, 2020): :tada:This issue was addressed in #5232, which has now been successfully released as `Windows Terminal Preview v0.11.1121.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v0.11.1121.0) * [Store Download](https://www.microsoft.com/store/apps/9n0dx20hk701?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3825