mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-26 14:26:10 +01:00
Update VoiceControl.md
This commit is contained in:
parent
3deb7fbd99
commit
07444ceb70
@ -13,11 +13,18 @@ Executing PowerShell Scripts by Voice
|
||||
-------
|
||||
1. Launch *Serenade* and click the Pause button to enable Listening mode.
|
||||
2. Launch *Windows Terminal* and click into the window.
|
||||
3. Speak into the microphone: `Computer, open calculator app` - this executes the PowerShell script `open-calculator-app.ps1` to launch the calculator application.
|
||||
3. Speak into the microphone: `Computer, open calculator` - this executes the PowerShell script `open-calculator.ps1` which launches the calculator application.
|
||||
|
||||
More supported voice commands are:
|
||||
|
||||
|
||||
Computer, open `application`
|
||||
----------------------------
|
||||
* launches the given application.
|
||||
* replace `application` by: "Calculator", "Git Extensions", "Netflix", "Notepad", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal".
|
||||
* when finished use: *Computer, close `application`* to close the application.
|
||||
|
||||
|
||||
Computer, open `name` browser
|
||||
--------------------------------
|
||||
* launches the given Web browser or opens a new tab.
|
||||
@ -25,13 +32,6 @@ Computer, open `name` browser
|
||||
* when finished use: *Computer, close `name` browser* to close the Web browser.
|
||||
|
||||
|
||||
Computer, open `name` app
|
||||
--------------------------
|
||||
* launches the given application.
|
||||
* replace `name` by: "Calculator", "Git Extensions", "Netflix", "Notepad", "Spotify", "Thunderbird", "Visual Studio", or "Windows Terminal".
|
||||
* when finished use: *Computer, close `name` app* to close the application.
|
||||
|
||||
|
||||
Computer, open `name` drive
|
||||
----------------------------
|
||||
* launches the File Explorer with the given drive.
|
||||
|
Loading…
Reference in New Issue
Block a user