Question:
How I can disable this message that shows when Powershell starts?
The message is:
Loading personal and system profiles took xxx ms
I know it shows when profile loading time is slow.
However I have satisfied my profile loading time.
Is there any way to disable this message?
Note that this message seems like shows on Powershell 5.1+ only.
I using:
Powershell 5.1
Windows10 1709
Answer:
Change the property of the Powershell link target like this:
1 2 |
%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -nologo |
Then the message should disappear