TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Example Commands
    3. Windows
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • F

      Como abrir o jogo Valorant?

      • • faelfranco
      1
      0
      Votes
      1
      Posts
      513
      Views

      No one has replied

    • F

      problems typing keys with nircmd

      nircmd keys bat typing • • fmaick93
      3
      0
      Votes
      3
      Posts
      2.1k
      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

    • Alonso MesíaA

      Starting Spotify and playing a specific song

      • • Alonso Mesía
      1
      0
      Votes
      1
      Posts
      508
      Views

      No one has replied

    • Gianni PolitoG

      VLC Media Player / Multimedia keys

      • • Gianni Polito
      1
      1
      Votes
      1
      Posts
      474
      Views

      No one has replied

    • Arnold Martinez CastilloA

      Warzone

      • • Arnold Martinez Castillo
      7
      0
      Votes
      7
      Posts
      2.5k
      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

    • Antonio Romero MoraA

      This topic is deleted!

      • • Antonio Romero Mora
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • Alex Molina LeonA

      Start Disney+ App of Microsoft Store

      • • Alex Molina Leon
      3
      0
      Votes
      3
      Posts
      1.4k
      Views

      Carlos Eduardo 2C

      start Disneyplus:

    • S

      Play spotify song with cmd in a particular minute. (Code and Help to Fix)

      • • Santiago
      11
      0
      Votes
      11
      Posts
      7.3k
      Views

      RussR

      @John-Paul, please try this in a .bat script:

      taskkill /im spotify.exe start spotify:episode:0yAefXW3oX7WbliU0DU8QB ping localhost nircmd sendkeypress spc
    • Jhon PiñeresJ

      how to open fortnite

      • • Jhon Piñeres
      1
      0
      Votes
      1
      Posts
      436
      Views

      No one has replied

    • Its xLuizI

      minimize windows

      • • Its xLuiz
      2
      0
      Votes
      2
      Posts
      423
      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.

    • glytch3r artsG

      Dynamic variable and interactive response custom args

      • • glytch3r arts
      2
      0
      Votes
      2
      Posts
      310
      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.

    • Haz Clover24H

      Pausar, Siguiente & Anterior cancion?

      • • Haz Clover24
      1
      0
      Votes
      1
      Posts
      278
      Views

      No one has replied

    • Edson RodriguesE

      Como suspender o pc pela alexa?

      • • Edson Rodrigues
      4
      1
      Votes
      4
      Posts
      2.2k
      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.

    • RussR

      Launch a website

      • • Russ
      10
      0
      Votes
      10
      Posts
      10.4k
      Views

      S

      @Russ That's what I ended up going with. One script & trigger to initiate and another one in the reverse. Thanks

    • Richard BinckleyR

      Central Server to send commands to multiple PCs

      • • Richard Binckley
      12
      0
      Votes
      12
      Posts
      2.6k
      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.

    • xlPatriciaX

      This topic is deleted!

      • • xlPatricia
      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • L

      Error

      • • Lexar's
      9
      0
      Votes
      9
      Posts
      1.9k
      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.

    • Gabriel Luiz 0G

      Run a program as an administrator.

      • • Gabriel Luiz 0
      2
      0
      Votes
      2
      Posts
      448
      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.

    • Gabriel Luiz 0G

      Run a .ps1 Powershell script as an administrator.

      • • Gabriel Luiz 0
      2
      0
      Votes
      2
      Posts
      467
      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.

    • RussR

      Update Windows

      • • Russ
      3
      0
      Votes
      3
      Posts
      2.1k
      Views

      Gabriel Luiz 0G

      @Rubenix-Panoramix What command to use in Windows 11?