Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide: Try the new cross-platform PowerShell https://aka.ms/pscore6

Tags:

powershell

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\Users\manar>

Every time I open a PowerShell windows I get this message. Does anyone have an idea on how to hide this recommendation? Thanks!


1 Answers

You can suppress the entire top banner with the -NoLogo command line switch.

To make this the default when launching from the taskbar in Windows 10:

  • Right-click the pinned Windows PowerShell item
  • Right-click "Windows PowerShell" -> Select Properties
  • Add -NoLogo to the Target value:

enter image description here

like image 103
Mathias R. Jessen Avatar answered Sep 18 '25 08:09

Mathias R. Jessen