From 036c9a39daba2c590b6c26f4ea2314b227d33752 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 15 May 2024 13:54:09 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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?