diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 4d4c8f9f..3e0070a7 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -53,10 +53,11 @@
How to execute PowerShell scripts on Windows? 1. **In the Windows desktop:** right-click the script and select: *Execute with PowerShell* -2. **On the command-line: (CLI)** launch a terminal application (e.g. *Windows Terminal*), then type: `./`. -3. **Connect a context menu item with a script**. +2. **On the command-line:** launch a terminal application (e.g. *Windows Terminal*), then type: `./`. +3. **By context menu:** see below. 4. **By voice control:** see repo [talk2windows](https://github.com/fleschutz/talk2windows) for more information. 5. **By automation software:** see [Jenkins](https://www.jenkins.io) or [AutoHotKey (AHK)](https://www.autohotkey.com/) for more information. +6. **Automatically on login:** see below.
How to execute PowerShell scripts in Windows context menus?