diff --git a/docs/FAQ.md b/docs/FAQ.md index d5ab7ecb..3ed7a1d2 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -131,7 +131,8 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need
How to remove the banner message in PowerShell? -* **Quite simple:** just start powershell.exe with option '-nologo'. +* **In general:** start powershell.exe with option '-nologo'. +* **For Windows Terminal:** open Settings > Profiles > Windows PowerShell > Command line and add " -nologo".
How to write good PowerShell scripts?