From 568707d547ec4ebd7e8fd063e181e7b241b93795 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 15 May 2024 13:49:48 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index d5a95fd8..d5ab7ecb 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -131,7 +131,7 @@ 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'. +* **Quite simple:** just start powershell.exe with option '-nologo'.
How to write good PowerShell scripts?