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
    • B

      Open running app

      • • bridges2
      2
      0
      Votes
      2
      Posts
      168
      Views

      RussR

      @bridges2, you can use nircmd to do that:

      nircmd win activate title "Calculator"

      I made this video on how to install nircmd so you can run it from anywhere:
      https://www.youtube.com/watch?v=xub4pjenLVs

    • EvelynnE

      This topic is deleted!

      • • Evelynn
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • Noah NaumanN

      Remote Mega Download

      • • Noah Nauman
      10
      0
      Votes
      10
      Posts
      20.0k
      Views

      O

      @Russ could you walk me through how to do this in simple terms and lots of clear step by step instructions? I've never used these softwares before so you can imagine how confusing this is for me to understand without having any experience doing anything remotely similar to this.

    • V

      Abrir o jogo direto na Game pass em tela cheia e so jogar

      • • Viniciusmbs
      2
      0
      Votes
      2
      Posts
      381
      Views

      Saraa CerisolaS

      obrigado pela informação

    • James ClarkJ

      This topic is deleted!

      • • James Clark
      2
      0
      Votes
      2
      Posts
      1
      Views
    • pongsatonn siripetP

      This topic is deleted!

      • • pongsatonn siripet
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • pongsatonn siripetP

      How to Setting Power Automate Triggercmd

      • • pongsatonn siripet
      4
      0
      Votes
      4
      Posts
      233
      Views

      RussR

      @pongsatonn-siripet, I looked the the Microsoft article you sent.

      I see this on that page about the error you're getting:

      Cause
      This error means a Power Automate license is required for the current user to do the action

    • Luiz Henrique Dela GiustinaL

      Problem: Run Call Of Duty Warzone

      • • Luiz Henrique Dela Giustina
      28
      0
      Votes
      28
      Posts
      2.9k
      Views

      Marcos BarquetM

      @Arthur-Oscar could you share the files again, thanks!

    • levi junco 0L

      trigger cmd does not respect the waiting time of my batch file

      • • levi junco 0
      3
      0
      Votes
      3
      Posts
      163
      Views

      Matthew PoppellM

      @levi-junco-0 You bloody legend thank you levi - this has been messing with me for hours.

    • Bruno TomarchioB

      PROBLEM WITH STARTING THE PROGRAM

      error • • Bruno Tomarchio
      13
      0
      Votes
      13
      Posts
      785
      Views

      RussR

      @Bruno-Tomarchio, ok good. Thanks for letting me know.

    • Bruno TomarchioB

      PROBLEM WITH THE STARTING OF THE PROGRAM

      • • Bruno Tomarchio
      2
      0
      Votes
      2
      Posts
      77
      Views

      RussR

      @Bruno-Tomarchio , can you send a screenshot? Not sure what drop-down menu you mean.

    • D

      Can I use triggercmd to start my PC when it's fully shutdown?

      • • D0llyy
      4
      0
      Votes
      4
      Posts
      550
      Views

      RussR

      @D0llyy, yes there are many tools for many OS's that can send the magic packet to wake up another computer.

      Windows: https://www.nirsoft.net/utils/wake_on_lan.html
      Mac: https://formulae.brew.sh/formula/wakeonlan
      Ubuntu: sudo apt-get install wakeonlan

    • Joao victor 0J

      Shutdown but computer starts few seconds later

      • • Joao victor 0
      2
      0
      Votes
      2
      Posts
      248
      Views

      XanderX

      @Joao-victor-0 That's not TriggerCMD causing the problem, it's another device connected to your PC that's causing it to power back on. If you run the command outside of TCMD, it will do the same thing.

      Try unplugging your USB devices and see which one is reawakening your PC.

    • Thiago SoaresT

      Installation error

      • • Thiago Soares
      1
      0
      Votes
      1
      Posts
      148
      Views

      No one has replied

    • RussR

      Winamp visuals control panel

      • • Russ
      1
      0
      Votes
      1
      Posts
      167
      Views

      No one has replied

    • Diogo MenegonD

      Set Windows volume to X

      • • Diogo Menegon
      9
      0
      Votes
      9
      Posts
      936
      Views

      HS Tattoo ContatoH

      Olá a todos, Eu sou novo e estava tentando definir o volume do computador para um valor específico, como 30%, 40%, 50%......
      Não sou da área e foi difícil para mim entender como usar o NIRCMD do Nirsoft.net. Resolvi explorar as opções de uma forma lógica (para mim) e que fosse simples, mesmo que isso gere vários comandos., Eu consegui fazer com sucesso. Criei linhas de comando novas, baixando o volume a zero e aumentando ao número desejado, com base no script do Russ ♥. (A propósito, que trabalho incrível amigo)

      (Hello everyone, I am new and I was trying to set the computer volume to a specific value like 30%, 40%, 50%......
      I'm not from the area and it was difficult for me to understand how to use NIRCMD from Nirsoft.net. I decided to explore the options in a logical way (for me) and in a simple way, even if it generates several commands., I managed to do it successfully. I created new command lines, lowering the volume to zero and increasing it to the desired number, based on Russ ♥'s script. (By the way, what an amazing job my friend))

      -Script do media.ahk:

      ........voldown:
      Send {Volume_Down 50}
      return

      mute:
      Send {Volume_Mute}
      return

      20:
      Send {Volume_Down 50}
      Send {Volume_Up 10}
      return

      30:
      Send {Volume_Down 50}
      Send {Volume_Up 15}
      return

      40:
      Send {Volume_Down 50}
      Send {Volume_Up 20}
      return

      50:
      Send {Volume_Down 50}
      Send {Volume_Up 25}
      return

      60:
      Send {Volume_Down 50}
      Send {Volume_Up 30}
      return

      70:
      Send {Volume_Down 50}
      Send {Volume_Up 35}
      return

      80:
      Send {Volume_Down 50}
      Send {Volume_Up 40}
      return

      90:
      Send {Volume_Down 50}
      Send {Volume_Up 45}
      return

      100:
      Send {Volume_Up 50}
      return

      18dd40c6-69b3-4d33-a1f2-46f3235d5e43-image.png
      f087ebcc-72d7-4c75-93d8-cdb221c03fae-image.png

      Fiquem em paz

    • E

      Open Valorant // Abrir o Valorant

      • • Ed
      6
      0
      Votes
      6
      Posts
      3.0k
      Views

      RussR

      @D0llyy you should quote it if there's a space in the path.

      Like this: "C:\Program Files\Google\Chrome\Application\chrome.exe"

      Otherwise Windows will try to run c:\Program with parameter Files\Google\Chrome\Application\chrome.exe because of that space.

    • D

      Can some one please make a an updated tutorial or write the instructions on how to this topic "Open a Specific Netflix Movie with Alexa"

      • • D0llyy
      1
      0
      Votes
      1
      Posts
      147
      Views

      No one has replied

    • RussR

      Download Youtube videos

      • • Russ
      1
      0
      Votes
      1
      Posts
      212
      Views

      No one has replied

    • ?

      Supernew to Triggercmd, here are some noob questions :)

      • • A Former User
      2
      0
      Votes
      2
      Posts
      156
      Views

      RussR

      @Summer-Lovlinger, osascript is only on Mac computers, so you'll need to find another solution.

      I've found that I can make Spotify play/pause by pressing the spacebar, so a command like this works for me:

      nircmd sendkeypress spc

      You can download nircmd from here then run it and add it to your c:\windows folder so you can run it without specifying the full path.

      You can find all of the Spotify hotkeys by pressing CTRL+/. I found that here.