0

After installing Visual Studio Code, every time I compile a code, I receive a note like this:

image

How can I fix this?

mklement0
  • 382,024
  • 64
  • 607
  • 775
  • why bother, I think there is a setting in Powershell that will hide the startup message – rioV8 Oct 04 '22 at 21:33
  • 3
    Have you maybe tried doing what the message says and download the newer Powershell version? – Remy Lebeau Oct 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). – mklement0 Oct 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. – bluuf Oct 05 '22 at 09:48

0 Answers0