TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • R

      Turn PC on/off

      Windows
      • • • Rodney Mathee
      4
      0
      Votes
      4
      Posts
      151
      Views

      RussR

      @Rodney-Mathee, I'm glad you told me it's wifi, not wired ethernet. That changes things. For one, that WakeMeOnLan.exe tool from Nirsoft won't work because it doesn't support wireless networks.

      I've never tried "wake-on-wlan" but in theory it's possible with the right hardware.
      https://documentation.ubuntu.com/core/explanation/system-snaps/network-manager/how-to-guides/configure-the-snap/wake-on-wlan/

    • LokilatorL

      Trigger for standby (Alexa)

      Windows
      • • • Lokilator
      4
      0
      Votes
      4
      Posts
      207
      Views

      RussR

      @Lokilator nice, I've used the shutdown command in the past. I haven't seen that one.

    • Pepe TopsP

      Limit of triggers in the free option?

      Linux
      • • • Pepe Tops
      4
      0
      Votes
      4
      Posts
      129
      Views

      RussR

      @Pepe-Tops , good to know. I'll test and fix that if I can reproduce it.

    • Alisson TeixeiraA

      é possivel desligar o Computador e Monitor com um comando?

      Windows
      • • • Alisson Teixeira
      2
      0
      Votes
      2
      Posts
      27
      Views

      RussR

      @Alisson-Teixeira, I translated that as:

      "I would like to know if it's possible to turn off the monitor and the computer at the same time with just one command? In the free version? With the example command, the monitor enters power saving mode, but doesn't turn off completely...

      Question for Windows please"

      You can run multiple commands in one command by putting && between commands, like this:

      nircmd.exe monitor off && shutdown /s /t 10
    • Guilherme MatosG

      Created new account on the same PC

      Alexa
      • • • Guilherme Matos
      2
      0
      Votes
      2
      Posts
      70
      Views

      RussR

      @Guilherme-Matos, I tried it. When I ran the TRIGGERcmd Agent in the other user account on my computer, the token prompt did show up, but I had to click the agent's icon at the bottom of the screen because it was behind my browser. I had to bring it to the front.

      If you don't get an icon at the bottom, let me know, and please tell me whether you're using the latest version. I'm running version 1.0.56 which I'm about to release. I added an emoji icon picker for commands.

    • RussR

      How to run commands from Home Assistant

      Home Assistant
      • • • Russ
      15
      0
      Votes
      15
      Posts
      12.8k
      Views

      RussR

      @Andru, thanks for the idea. I'll look into it.

    • Matt PackwoodM

      Apple Silicon / Rosetta 2 being discontinued.

      Mac
      • • • Matt Packwood
      2
      0
      Votes
      2
      Posts
      95
      Views

      RussR

      @Matt-Packwood, I thought I did produce an Apple Silicon version. Are you saying this version isn't an Apple Silicon version?

      https://agents.triggercmd.com/TRIGGERcmdAgent-arm64.dmg

    • RussR

      TRIGGERcmd Misson Control app

      Windows
      • • • Russ
      1
      0
      Votes
      1
      Posts
      29
      Views

      No one has replied

    • RussR

      Claude SKILL.md

      MCP
      • • • Russ
      1
      0
      Votes
      1
      Posts
      51
      Views

      No one has replied

    • D

      Abort shutdown

      Windows
      • • • Dinas
      5
      0
      Votes
      5
      Posts
      704
      Views

      H

      @Jhon-Piñeres
      The answer is probably found elsewhere since you asked your question, but because this was the first thread i found i think i post my solution here:

      Command for shutting down:
      shutdown /s /t 120

      I choose 2 Minutes because thats the a longer time i need to leave but so normaly enough time to stop if i forgot something.

      Off Command:
      shutdown /a

      Now i can tell my alexa to shut down my pc, by switching on shutdown, but i have also 2 minutes to cancel the shutdown by telling alexa to turn off shutdown.