Update FAQ.md

This commit is contained in:
Markus Fleschutz 2024-05-15 13:54:09 +02:00 committed by GitHub
parent 568707d547
commit 036c9a39da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,7 +131,8 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need
<details><summary>How to remove the banner message in PowerShell?</summary>
* **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".
</details>
<details><summary>How to write good PowerShell scripts?</summary>