why bother, I think there is a setting in Powershell that will hide the startup message
– rioV8Oct 04 '22 at 21:33
3
Have you maybe tried doing what the message says and download the newer Powershell version?
– Remy LebeauOct 04 '22 at 21:38
1
The linked post shows how to pass parameters to the PowerShell [CLI](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_powershell_exe) ) on startup. Use `-NoLogo` to suppress the unwanted message (including the first two lines with the copyright message).
– mklement0Oct 04 '22 at 22:28
@RemyLebeau this message always pops up in PS5, even if you have PS7 installed. It's just the default banner which comes with PS5 which MS never bothered to update.
– bluufOct 05 '22 at 09:48