### Execute PowerShell Script for Setup Source: https://github.com/fleschutz/talk2windows/blob/main/README.md This command allows the execution of PowerShell scripts, which is necessary for setting up voice commands with Serenade. Run this in an elevated PowerShell prompt. ```powershell Set-ExecutionPolicy RemoteSigned ``` -------------------------------- ### Install Application Voice Command Source: https://github.com/fleschutz/talk2windows/blob/main/README.md Installs a Microsoft Store application by specifying the application name. To uninstall, use 'Windows, uninstall '. ```powershell Windows, install ``` -------------------------------- ### Open Application Voice Command Source: https://github.com/fleschutz/talk2windows/blob/main/README.md Launches a specified application. To close the application, use 'Windows, close '. ```powershell Windows, open ``` -------------------------------- ### Open Website Voice Command Source: https://github.com/fleschutz/talk2windows/blob/main/README.md Opens a specified website in the default web browser or a new tab. Use 'Windows, close tab' when finished. ```powershell Windows, open website ``` -------------------------------- ### Greeting Voice Command Source: https://github.com/fleschutz/talk2windows/blob/main/README.md Allows for a simple greeting to the computer. ```powershell Windows, ``` -------------------------------- ### Open Calculator Voice Command Source: https://github.com/fleschutz/talk2windows/blob/main/README.md Initiates the 'open-calculator.ps1' script to launch the Windows Calculator application via voice command. ```powershell Windows, open calculator ``` -------------------------------- ### Execute Shortcut Voice Command Source: https://github.com/fleschutz/talk2windows/blob/main/README.md Triggers a predefined keyboard shortcut or action on the Windows system. ```powershell Windows, ``` -------------------------------- ### Check System Item Voice Command Source: https://github.com/fleschutz/talk2windows/blob/main/README.md Queries the system for various information such as weather, system status, or specific data points. ```powershell Windows, check ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.