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:
- 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.
- Look for the specific PowerShell profile section. It should look something like this: "commandline": "powershell.exe"
- 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.
- 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.