How do I disable the message "Try the new cross-platform PowerShell" message when running Powershell after latest windows update

14

Since the latest Windows 10 update, when opening Powershell I get the message "Try the new cross-platform PowerShell https://aka.ms/pscore6".

I would like to turn that notification off. Any ideas?

Tyler Clendenin

Posted 2019-06-11T14:31:43.610

Reputation: 251

Duplicate of this this or this?

– lx07 – 2019-06-11T16:30:08.930

Not exactly, though that does get rid of the message, it gets rid of the other banner information as well. I would like to preserve the Loading personal and system profiles took xxx ms message. – Tyler Clendenin – 2019-06-12T13:15:57.060

Answers

7

Modify your PowerShell shortcut to include the -NoLogo switch.

PowerSheller

Posted 2019-06-11T14:31:43.610

Reputation: 71

3Not exactly, though that does get rid of the message, it gets rid of the other banner information as well. I would like to preserve the Loading personal and system profiles took xxx ms message. – Tyler Clendenin – 2019-06-17T14:38:31.097

By the way, the message about how long it took to load your profile only appears if PowerShell thinks it took too long. – Swonkie – 2019-10-23T07:46:55.260