Can't change parameters #20547

Closed
opened 2026-01-31 07:17:12 +00:00 by claunia · 3 comments
Owner

Originally created by @xmha97 on GitHub (Sep 26, 2023).

Windows Terminal version

1.17.11461.0

Windows build number

10.0.22621.0

Other Software

PowerShell (From Microsoft Store)

Steps to reproduce

  1. Open Terminal
  2. Open the settings page
  3. Open the PowerShell profile page
  4. Try to change command line (I want to add "-nologo" switch) but it doesn't change on Microsoft Store version of PowerShell

Expected Behavior

Change the command line to: "C:\Users\Muhammadhussein\AppData\Local\Microsoft\WindowsApps\pwsh.exe" -nologo

image

Actual Behavior

The command line does not change and is:
"C:\Users\Muhammadhussein\AppData\Local\Microsoft\WindowsApps\pwsh.exe"

Originally created by @xmha97 on GitHub (Sep 26, 2023). ### Windows Terminal version 1.17.11461.0 ### Windows build number 10.0.22621.0 ### Other Software PowerShell (From Microsoft Store) ### Steps to reproduce 1. Open Terminal 2. Open the settings page 3. Open the PowerShell profile page 4. Try to change command line (I want to add "-nologo" switch) but it doesn't change on Microsoft Store version of PowerShell ### Expected Behavior Change the command line to: `"C:\Users\Muhammadhussein\AppData\Local\Microsoft\WindowsApps\pwsh.exe" -nologo` ![image](https://github.com/microsoft/terminal/assets/23485114/cfc22350-c9fa-4707-8bff-d340c77a90e4) ### Actual Behavior The command line does not change and is: `"C:\Users\Muhammadhussein\AppData\Local\Microsoft\WindowsApps\pwsh.exe"`
claunia added the Needs-TriageIssue-BugNeeds-Author-FeedbackNo-Recent-Activity labels 2026-01-31 07:17:12 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Sep 26, 2023):

Could you share your settings.json file/?

@zadjii-msft commented on GitHub (Sep 26, 2023): Could you share your [settings.json file](https://github.com/microsoft/terminal/wiki/Frequently-Asked-Questions-(FAQ)#where-can-i-find-the-settings-file)/?
Author
Owner

@237dmitry commented on GitHub (Sep 26, 2023):

Try without fullpath. Just pwsh.exe -nologo

      {
        "colorScheme": "Campbell",
        "commandline": "pwsh.exe -nologo",
        "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
        "hidden": false,
        "name": "PowerShell",
        "source": "Windows.Terminal.PowershellCore"
      },
@237dmitry commented on GitHub (Sep 26, 2023): Try without fullpath. Just `pwsh.exe -nologo` ``` { "colorScheme": "Campbell", "commandline": "pwsh.exe -nologo", "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, "name": "PowerShell", "source": "Windows.Terminal.PowershellCore" }, ```
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Sep 30, 2023):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (Sep 30, 2023): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**. <!-- Policy app identification https://img.shields.io/static/v1?label=PullRequestIssueManagement. -->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#20547