Answer the question
In order to leave comments, you need to log in
How to open a "clean" powershell console?
How to call or what to write in the config, so that when you open the PowerShell console, it would be without service messages, such as:
PowerShell 7.1.3
Copyright (c) Microsoft Corporation.
https://aka.ms/powershell
Type 'help' to get help.
Loading personal and system profiles took 1334ms.
Answer the question
In order to leave comments, you need to log in
You can use the command line parameter pwsh.exe -NoLogo
Subscribe, if suddenly there is an option to override this through the profile, or environment variables.
not quite "remove" but it also allows you to get a blank screen when starting posh
1.
run powershell and look at the value of the $PROFILE variable - it will show where the autoloaded Posh profile for your user is stored
2.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question