Operation Description Required Parameters Example Command change_volume_level Increase or decrease the audio volume level by 10 points “increase” or “decrease” #win_action(“change_volume_level”, “increase”) launch_app Open an installed app The name of the application to open #win_action(“launch_app”, “Calculator”) list_apps Get a list of installed apps N/A #win_action(“list_apps”) launch_screen_cast Cast your screen to a wireless device N/A #win_action(“launch_screen_cast”) launch_troubleshoot Open one of the audio, camera, printer, network, Bluetooth, or Windows update troubleshooters The troubleshooting category #win_action(“launch_troubleshoot”, “Audio”) manage_device Open device settings to add, remove, or manage devices N/A #win_action(“manage_device”) mute_volume Mute or unmute the…