@russ I will always post, I love being part of a community of people who love technology and automation
Posts made by Dazzlly
- 
    RE: Extend Monitorsposted in Windows
- 
    RE: Extend Monitorsposted in Windows@russ I didn't know either, when I started looking for commands related to CMD and projection of monitors I discovered such a command, now that I'll have more time at the end of the year, I'm going to look for more commands related to CMD, your Program opened up a world of possibilities for me with automation and the computer, I'm very happy with it 
- 
    RE: Control Computer RGB lightingposted in Windows@russ Thanks, I hadn't paid attention to this software, I'll run some tests soon... 
- 
    RE: Control Computer RGB lightingposted in Windows@Michael-Sacco how did you do it? I want to replicate it on mine I'm going to make some changes because I don't use Corsair's ICUE, I use Aura Sync Logitech G Hub and Razer Synapse 
- 
    first monitor onlyposted in Windows{ 
 "trigger": "first monitor only",
 "command": "DisplaySwitch.exe /internal",
 "offCommand": "",
 "ground": "background",
 "voice": "first monitor only",
 "allowParams": "false"
 }
- 
    second monitor onlyposted in Windows{ 
 "trigger": "second monitor only",
 "command": "DisplaySwitch.exe /external",
 "offCommand": "",
 "ground": "background",
 "voice": "second monitor only",
 "allowParams": "false"
 }
- 
    Clone Monitorsposted in Windows{ 
 "trigger": "Clone Monitors",
 "command": "DisplaySwitch.exe /clone",
 "offCommand": "",
 "ground": "background",
 "voice": "Clone Monitors",
 "allowParams": "false"
 }
- 
    Extend Monitorsposted in Windows{ 
 "trigger": "Estend monitor",
 "command": "DisplaySwitch.exe /external",
 "offCommand": "",
 "ground": "foreground",
 "voice": "Estend",
 "voiceReply": "",
 "allowParams": "false"
 }
- 
    Abrir YouTube no Opera /ou\ Opera GXposted in Windows{ 
 "trigger": "YouTube",
 "command": "start Opera https://www.youtube.com",
 "ground": "foreground",
 "voice": "Comand YouTube"
 },