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

Update FAQ.md

This commit is contained in:
Markus Fleschutz
2022-09-19 15:27:27 +02:00
committed by GitHub
parent 08cedf6696
commit 1b63bb91b9

@ -41,7 +41,7 @@ How to get the PowerShell Scripts?
How to execute PowerShell Scripts? How to execute PowerShell Scripts?
---------------------------------- ----------------------------------
1. In the Windows desktop by double-clicking the script. 1. In the Windows desktop: right-click the script and select: *Execute with PowerShell*
2. In a command-line interface (CLI, e.g. *Windows Terminal*, either local or remote via SSH) by typing: `./NAME_OF_SCRIPT`. 2. In a command-line interface (CLI, e.g. *Windows Terminal*, either local or remote via SSH) by typing: `./NAME_OF_SCRIPT`.
3. By connecting a context menu item with a script. 3. By connecting a context menu item with a script.
4. By voice control, e.g. see repo [talk2windows](https://github.com/fleschutz/talk2windows) for more information. 4. By voice control, e.g. see repo [talk2windows](https://github.com/fleschutz/talk2windows) for more information.