Share via

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

Anonymous
2023-10-03T21:37:30+00:00

After checking and installing all updates for windows and windows terminal, I still get the same message every time I open itl. How do I delete this on my Json file? I tried adding the -NoLogo.exe to the command line and still didn't work.

Windows for home | Windows 11 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. David Sanchez 19,050 Reputation points Independent Advisor
    2023-10-03T23:51:41+00:00

    Hi KornyKornzz! My name is David. I am a user of Microsoft products like you, and it is a pleasure to greet you.

    I understand that you want to remove the PowerShell update message in your Windows Terminal. I will be happy to assist you with this. Please follow these steps:

    1. Open Windows Terminal and click on the drop-down arrow near the tabs and select Settings. Now select "Open JSON file". This should open the settings.json file in your default text editor.
    2. Look for the specific PowerShell profile section. It should look something like this: "commandline": "powershell.exe"
    3. Modify the "commandline" attribute by adding -NoLogo like this: "commandline": "powershell.exe -NoLogo".

    Note: Make sure to modify the line that points to PowerShell and not CMD.

    Keep in mind that the -NoLogo switch should be added to the powershell.exe command line as shown above, not as -NoLogo.exe.

    1. Save and close the settings.json file.

    After making the changes, close Windows Terminal completely and then re-launch it. The message should no longer appear.

    Let me know if the shared information has been helpful. Regards.

    100+ people found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-12-29T12:07:58+00:00

    After checking and installing all updates for windows and windows terminal, I still get the same message every time I open itl. How do I delete this on my Json file? I tried adding the -NoLogo.exe to the command line and still didn't work.

    -NoLogo.exe

    10+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-10-04T17:23:00+00:00

    THANK YOU!

    9 people found this answer helpful.
    0 comments No comments