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

Update FAQ.md

This commit is contained in:
Markus Fleschutz
2024-05-29 15:54:39 +02:00
committed by GitHub
parent 1d1ad6c85a
commit 64f4430c7c

@ -136,6 +136,11 @@ 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>What's recommended for the best PowerShell experience?</summary>
1. Use *Windows Terminal* with 50% transparency, no PowerShell banner message, and font 'Fira Code'.
</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:**