mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-16 17:51:28 +01:00
Update FAQ.md
This commit is contained in:
parent
35d77e4250
commit
ac8d22a6ca
10
Docs/FAQ.md
10
Docs/FAQ.md
@ -62,14 +62,14 @@ How to use PowerShell in Windows context menus?
|
||||
|
||||
How to execute PowerShell scripts by voice?
|
||||
-------------------------------------------
|
||||
1. Download and install Serenade from https://serenade.ai/.
|
||||
2. Download this PowerShell script collection and set the search path to it.
|
||||
1. Download and install *Serenade* from https://serenade.ai/.
|
||||
2. Download and install the *PowerShell Scripts*, then set the search path to it.
|
||||
3. Execute once: `./export-to-serenade.ps1 Computer` (this creates a custom JavaScript file at `$HOME/.serenade/scripts/PowerShell.js` using wakeword 'Computer').
|
||||
4. Start Serenade and click the Pause button to enable Listening mode.
|
||||
5. Open Windows Terminal and click into the window.
|
||||
4. Launch *Serenade* and click the Pause button to enable Listening mode.
|
||||
5. Launch *Windows Terminal* and click into the window.
|
||||
6. Say: `Computer, open calculator` (this launches the calculator app using PowerShell script: open-calculator.ps1).
|
||||
|
||||
See the [list of voice commands](VoiceCommands.md) for more information.
|
||||
See the [list of supported voice commands](VoiceCommands.md) for more information.
|
||||
|
||||
|
||||
Which editor to use for PowerShell scripts?
|
||||
|
Loading…
Reference in New Issue
Block a user