TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • Eliseu JoséE

      How to UNLOCK the Windows screen?

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

      C

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

    • Carlos JuniorC

      Add two commands in a single trigger

      Windows
      • • • Carlos Junior
      2
      0
      Votes
      2
      Posts
      393
      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
    • kellanistK

      Powershell scripts no longer working

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

      RussR

      @kellanist, great. That makes sense.

    • trinibT

      Open youtube link on any browser & play using autohotkey😎

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

      No one has replied

    • Tiago Ivanov LavinasT

      A JavaScript error occurred in the main process

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

      RussR

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

    • Adam SA

      Install fails everytime, "JavaScript error in the main process.

      General Discussion
      • • • Adam S
      5
      0
      Votes
      5
      Posts
      701
      Views

      Tiago Ivanov LavinasT

      @Adam-S It worked. Thanks.

    • E

      The sleep comand doesnr suspend the pc its hibernating

      Windows
      • • • Ego95
      6
      0
      Votes
      6
      Posts
      760
      Views

      RussR

      @Diego-Ulises-Pérez-Ruiz, maybe you need to specify the full path to nircmd.exe in your command, like c:\tools\nircmd.exe ...

      Also, by manually, I assume you mean when you run it manually from the command line it works. What if you run it manually via TRIGGERcmd using the green Trigger button on the website, or from the green Play arrow in the GUI Editor ? We should make sure those work before attempting Alexa.

    • Sam ShumS

      New Computer Alexa doesnt work

      Alexa
      • • • Sam Shum
      11
      0
      Votes
      11
      Posts
      1.2k
      Views

      RussR

      Thanks @Xander. I'm glad that worked.

    • G

      How to create a trigger

      General Discussion
      • • • gigaboy
      3
      0
      Votes
      3
      Posts
      546
      Views

      G

      @Russ
      Perfect! Thanks for your help!

    • G

      Ubuntu 22 - Installation throws permission denied, no prompt for token

      Linux
      • • • gigaboy
      9
      0
      Votes
      9
      Posts
      947
      Views

      G

      @Russ
      the restart and status check worked!

      I used apt for the removal and node update.

      Thanks again for your help!

    • RussR

      Download a Youtube video by passing the URL as a parameter

      Windows
      • panel parameter python • • Russ
      1
      0
      Votes
      1
      Posts
      404
      Views

      No one has replied

    • E

      Second Monitor Off

      General Discussion
      • • • Ego95
      1
      -1
      Votes
      1
      Posts
      403
      Views

      No one has replied

    • E

      Turn Off only second Monitor

      Windows
      • • • Ego95
      1
      0
      Votes
      1
      Posts
      328
      Views

      No one has replied

    • Oliver RO

      Command to Windows Hibernating

      Windows
      • • • Oliver R
      2
      0
      Votes
      2
      Posts
      391
      Views

      E

      @Oliver-R Thanks a lot

    • JRSF HomeJ

      Closing Apps created in Edge / Chrome Browsers

      General Discussion
      • • • JRSF Home
      4
      0
      Votes
      4
      Posts
      804
      Views

      JRSF HomeJ

      I've found out a bit more about why the taskkill command does not always work. If there is more than one instance of the browser open, only the one that Windows perceives to be active shows up in the task list. So if the browser App is minimised or you switch focus to another browser window, it 'dissappears' from the task list and the taskkill command fails.

      Unfortunately I haven't found a workaround yet!

    • V

      Command ran with error code 1 trying shutdown command

      General Discussion
      • • • vitormbn
      2
      0
      Votes
      2
      Posts
      540
      Views

      RussR

      @vitormbn , if you run the same command from a CMD window does it work? Error code 1 means it's running the command but it's failing. Ideally it will fail in the same way so you can see the error. One possible reason for the failure might be you don't have admin access on your machine.

    • Paul KellyP

      TriggerCMD throws an Application Error upon computer shutdown.

      General Discussion
      • • • Paul Kelly
      5
      0
      Votes
      5
      Posts
      775
      Views

      Paul KellyP

      @Russ Done. Will keep you in the loop.
      Thank you!

    • Tony SeabackT

      Cant Get Background Services to Work anymore

      General Discussion
      • • • Tony Seaback
      2
      0
      Votes
      2
      Posts
      500
      Views

      RussR

      @Tony-Seaback

      I replied to you here, but basically I broke the background service in version 1.0.45. I just need to upgrade the node version and update the agent. I'll do that today. Stay tuned.

      https://www.triggercmd.com/forum/topic/3227/background-agent-commands-not-syncing-or-service-not-starting-please-assist-please-thank-you

      EDIT: Please upgrade to version 1.0.46. It should fix the windows background service. Sorry about the bug.

    • P

      Background service

      General Discussion
      • • • pixelatedscreen
      4
      0
      Votes
      4
      Posts
      842
      Views

      RussR

      @Tony-Seaback, I replied to you here, but basically I broke the background service. I just need to upgrade the node version and update the agent. I'll do that today. Stay tuned.

      https://www.triggercmd.com/forum/topic/3227/background-agent-commands-not-syncing-or-service-not-starting-please-assist-please-thank-you

      EDIT: Please upgrade to version 1.0.46. It should fix the windows background service. Sorry about the bug.

    • Tony SeabackT

      background agent commands not syncing or service not starting please assist. PLEASE ! thank you

      General Discussion
      • • • Tony Seaback
      2
      0
      Votes
      2
      Posts
      380
      Views

      RussR

      @Tony-Seaback, I see the problem. I broke the background service in this latest version 1.0.45. I'll produce a new version today and get back to you.

      EDIT: Please upgrade to version 1.0.46. It should fix the windows background service. Sorry about the bug.