1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-09 17:06:49 +02:00

Update FAQ.md

This commit is contained in:
Markus Fleschutz
2024-05-15 13:49:48 +02:00
committed by GitHub
parent 8258e56563
commit 568707d547

@ -131,7 +131,7 @@ 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> <details><summary>How to remove the banner message in PowerShell?</summary>
* Quite simple: just start powershell.exe with option '-nologo'. * **Quite simple:** just start powershell.exe with option '-nologo'.
</details> </details>
<details><summary>How to write good PowerShell scripts?</summary> <details><summary>How to write good PowerShell scripts?</summary>