Suppress Windows Powershell advertisement in windows terminal.
July 8, 2022•140 words
Credit to this StackOverflow Post
If you're using the original Powershell in Windows, you may frequently be greeted by this prompt.
Windows Powershell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS C:\
If you are slightly annoyed by it or find that it is causing Powershell to take longer to startup, there is a way to disable it.
Using Windows Terminal, you can modify the Powershell launch settings by going to the pro...
Read post