Update FAQ.md

This commit is contained in:
Markus Fleschutz 2025-05-11 10:35:36 +02:00 committed by GitHub
parent c895894c10
commit c623ffdb06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,6 +142,12 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need
* **For Windows Terminal:** open Settings > Profiles > Windows PowerShell > Command line and add " -nologo". * **For Windows Terminal:** open Settings > Profiles > Windows PowerShell > Command line and add " -nologo".
</details> </details>
<details><summary>Where to find more PowerShell scripts?</summary>
* [https://www.sharescripts.io](ShareScripts.io)
</details>
<details><summary>How to write good PowerShell scripts?</summary> <details><summary>How to write good PowerShell scripts?</summary>
**Good PowerShell scripts are both user-friendly and platform-independent. As a starting point I recommend the following:** **Good PowerShell scripts are both user-friendly and platform-independent. As a starting point I recommend the following:**