From 8258e56563c042fb62f93bd18020db9b3a974a63 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 15 May 2024 13:48:58 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index c8189927..d5a95fd8 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -129,6 +129,11 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need * or simply your **favorite text editor** as an alternative. +
How to remove the banner message in PowerShell? + +* Quite simple: just start powershell.exe with option '-nologo'. +
+
How to write good PowerShell scripts? **Good PowerShell scripts are both user-friendly and platform-independent. As a starting point I recommend the following:**