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
    • Leron TolmachevL

      Triggers appearing in view runs but not actually triggering.

      Mac
      • • • Leron Tolmachev
      18
      0
      Votes
      18
      Posts
      231
      Views

      RussR

      Thanks @Leron-Tolmachev .

    • ?

      TRIGGERcmd not starting at boot

      General Discussion
      • • • A Former User
      48
      1
      Votes
      48
      Posts
      3.5k
      Views

      Fabrizio HolsteinF

      Hello!

      I formatted my computer, and when I tried to use TriggerCMD, it didn’t start automatically. I’ve tried all the solutions mentioned here, but nothing works.

    • Tiago Ivanov LavinasT

      A JavaScript error occurred in the main process

      General Discussion
      • • • Tiago Ivanov Lavinas
      10
      0
      Votes
      10
      Posts
      150
      Views

      RussR

      @Tiago-Ivanov-Lavinas, great. Not sure what happened the first time, but renaming that folder is like a fresh agent install.

    • kellanistK

      Powershell scripts no longer working

      General Discussion
      • • • kellanist
      6
      0
      Votes
      6
      Posts
      74
      Views

      RussR

      @kellanist, great. That makes sense.

    • XanderX

      1.0.47 not installing, no log

      General Discussion
      • • • Xander
      4
      0
      Votes
      4
      Posts
      63
      Views

      RussR

      @Xander, awesome. I'm glad that worked.

    • RussR

      New SmartThings integration (2023)

      Announcements
      • smartthings • • Russ
      45
      0
      Votes
      45
      Posts
      5.3k
      Views

      Cristian DindinelliC

      @Cristian-Dindinelli said in New SmartThings integration (2023):

      hi, i just changed my pc and i messed up everything so i deleted triggercmd from smartthing, but now i can't install it anymore. This link https://developer.smartthings.com/workspace/projects/new won't make me create a new project but send me to an other page.

      After some extra step, I could connect to smartthing, but only devices with "voice" command are shared, any advice?

    • Carlos JuniorC

      Add two commands in a single trigger

      Windows
      • • • Carlos Junior
      2
      0
      Votes
      2
      Posts
      27
      Views

      RussR

      @Carlos-Junior, you could create a script with two commands in it like this:

      taskkill /f /fi "USERNAME eq %USERNAME%" /fi "WINDOWTITLE ne" shutdown /s /f /t 0

      Then your command would run that script with a command like this:

      c:\scripts\close_all_shutdown.bat

      If you don't want to create a script, you can generally run multiple commands with one command line by separating the commands with && like this:

      taskkill /f /fi "USERNAME eq %USERNAME%" /fi "WINDOWTITLE ne" && shutdown /s /f /t 0
    • RussR

      Upgrade all of your software.

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

      No one has replied

    • Eliseu JoséE

      How to UNLOCK the Windows screen?

      Windows
      • • • Eliseu José
      4
      0
      Votes
      4
      Posts
      1.8k
      Views

      C

      @Russ There has to be a way. Many systems, like VNC for example, use this feature.

    • trinibT

      Open youtube link on any browser & play using autohotkey😎

      Example Commands
      • • • trinib
      1
      0
      Votes
      1
      Posts
      52
      Views

      No one has replied