• Como abrir o jogo Valorant?

    1
    0 Votes
    1 Posts
    653 Views
    No one has replied
  • problems typing keys with nircmd

    nircmd keys bat typing
    3
    0 Votes
    3 Posts
    3k Views
    F
    @Russ hello. I was able to run the sendkeypress command, but I'm trying to do several commands in the same file and only the first command is executed. I wrote the list of commands below and only the command "nircmd sendkeypress ctrl+shift+esc" is executed, the other commands are not executed. What can it be? nircmd sendkeypress ctrl+shift+esc nircmd wait 1000 nircmd setcursor 1055 615 nircmd wait 1000 nircmd sendmouse left down nircmd wait 1000 nircmd sendkeypress alt+f4
  • Starting Spotify and playing a specific song

    1
    0 Votes
    1 Posts
    682 Views
    No one has replied
  • VLC Media Player / Multimedia keys

    1
    1 Votes
    1 Posts
    661 Views
    No one has replied
  • Warzone

    Moved
    7
    0 Votes
    7 Posts
    4k Views
    Arthur OscarA
    @frankerebus i did something similar too.. but as you say, assuming you only play cod and no updates open in battle.net window... now im trying to make a imagesearch to find play button to detect if cod is the active game on battle.net and to click on it... i already did works runing script manually, but when i tell to triggercmd to do it... it returns 0 on my search... trying to figure why... any idea? i replyied in other topic here https://www.triggercmd.com/forum/topic/1303/problem-run-call-of-duty-warzone/8?_=1684440229512
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Start Disney+ App of Microsoft Store

    3
    0 Votes
    3 Posts
    2k Views
    Carlos Eduardo 2C
    start Disneyplus:
  • 0 Votes
    11 Posts
    8k Views
    RussR
    @John-Paul, please try this in a .bat script: taskkill /im spotify.exe start spotify:episode:0yAefXW3oX7WbliU0DU8QB ping localhost nircmd sendkeypress spc
  • how to open fortnite

    1
    0 Votes
    1 Posts
    615 Views
    No one has replied
  • minimize windows

    2
    0 Votes
    2 Posts
    604 Views
    RussR
    @Its-xLuiz please try this: nircmd sendkeypress rwin+home && nircmd sendkeypress rwin+down Windows key + Home minimizes all windows except the current one. Windows key + Down arrow minimizes the current Window.
  • Dynamic variable and interactive response custom args

    2
    0 Votes
    2 Posts
    457 Views
    RussR
    @glytch3r-arts, thanks for the idea. I'm thinking about this. It would be a feature request because the Alexa skills currently don't interact beyond when they trigger the command. I'd have to add a way to do that, which might not be too difficult to implement in the non-Smart Home version of the TRIGGERcmd Alexa skills.
  • Pausar, Siguiente & Anterior cancion?

    1
    0 Votes
    1 Posts
    369 Views
    No one has replied
  • Como suspender o pc pela alexa?

    4
    1 Votes
    4 Posts
    3k Views
    XanderX
    "Edson, how did you turn on the suspended pc by alexa?" @Magno-Diego PCs that have no power (e.g. hibernating) can't be woken by internal commands ... because they're off. If you have multiple PCs, you could look into Wake On Lan. And, just so you know, once a PC is locked, there is -no- way to unlock it with commands. That's a security feature of Windows; always has been.
  • Launch a website

    Moved
    10
    0 Votes
    10 Posts
    11k Views
    S
    @Russ That's what I ended up going with. One script & trigger to initiate and another one in the reverse. Thanks
  • Central Server to send commands to multiple PCs

    12
    0 Votes
    12 Posts
    3k Views
    Richard BinckleyR
    @Russ Well, it appears the alexa software in order to accommodate several different phrases to do specific commands, there is not much a third party can do about it. Seems like just using "Channel" or "Select Channel" will cause alexa to try to attribute te command to a fire TV device. I have run into other conflicts like trying a command "run Judy Justice" and it would try to bring up the prime TV judy justice channel on my Echo Show! Ended up using "run Barbara's Judy Justice" and it works fine. Thanks again for this great software package. I have a combination of TP-Link light switches and X10 light switches and using your software allows me to alexa connect the X10 switches saving me from changing them out.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • Error

    9
    0 Votes
    9 Posts
    2k Views
    F
    You can test if it actually is in the Python PATH, if you open a cmd and type in chromedriver and hit Enter. If Starting ChromeDriver 2.15.322448 is appearing, the PATH is set appropriately and there is something else going wrong. Then try the following: Download ChromeDriver Then you have multiple options: Add it to your system path Put it in the same directory as your python script Specify the location directly via executable_path driver = webdriver.Chrome(executable_path='C:/path/to/chromedriver.exe') Before you add the chromedriver to your path, make sure it's the same version as your browser. If not, you will need to match versions: either update/downgrade you chrome, and upgrade/downgrade your webdriver.
  • Run a program as an administrator.

    2
    1
    0 Votes
    2 Posts
    642 Views
    RussR
    @Gabriel-Luiz-0, I think you're asking how to run that .exe as administrator? Please check out this solution. You'd create a scheduled task that runs your .exe as administrator, and you run that task via TRIGGERcmd.
  • Run a .ps1 Powershell script as an administrator.

    2
    0 Votes
    2 Posts
    677 Views
    RussR
    @Gabriel-Luiz-0, please checkout this solution. You create a scheduled task that runs your .ps1 as administrator, and you run that task via TRIGGERcmd.
  • Update Windows

    Moved
    3
    0 Votes
    3 Posts
    2k Views
    Gabriel Luiz 0G
    @Rubenix-Panoramix What command to use in Windows 11?