• Who actually is behind triggercmd?

    6
    0 Votes
    6 Posts
    1k Views
    RussR
    @rsoane, it seems to be up for me. Can you send me a screenshot of what you see?
  • 0 Votes
    9 Posts
    136 Views
    RussR
    Awesome @Vinicius-Gimenez-Figuerola. Thanks for letting me know it's working for you.
  • Purchased but Cancelled Renewal

    3
    0 Votes
    3 Posts
    72 Views
    XanderX
    @Pierce-Ó-Brádaigh the 10 minute delay is a spam prevention mechanism. most spammers will not wait. these are the attempted logins of spammers for the last several days. It's gone as high as 1300 in the past [image: 1784555972563-6b5eed70-d4b9-4a3e-a570-e09dc48dac5e-image.png]
  • 0 Votes
    3 Posts
    243 Views
    Christopher FooteC
    @Russ thanks so much
  • remove profile

    1
    0 Votes
    1 Posts
    176 Views
    No one has replied
  • Subscription Cancel

    8
    0 Votes
    8 Posts
    2k Views
    RussR
    @Sreehari-J, I see your subscription in Paypal. Do you want me to cancel it?
  • Macro to enter text

    6
    0 Votes
    6 Posts
    534 Views
    RussR
    @zedsyd4-EZ, great, I'm glad that worked.
  • Subscription for 1 pc only

    2
    0 Votes
    2 Posts
    250 Views
    RussR
    @zedsyd4-EZ, sorry no. The system is built to understand subscribed, or not subscribed, and subscribed means multiple PC's and multiple commands per minute.
  • 0 Votes
    1 Posts
    217 Views
    No one has replied
  • Cheap screen to send text to with an ssh command

    1
    3
    0 Votes
    1 Posts
    303 Views
    No one has replied
  • Linux deb gives forbidden when trying to download

    2
    0 Votes
    2 Posts
    345 Views
    RussR
    @Yoni, thank you for reporting this. Please try again. It should work now.
  • CLAUDE.md to use local AI model

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Background Service Stopping

    2
    0 Votes
    2 Posts
    352 Views
    RussR
    @Brad-Magri-Olson, thank you for reporting the issue. I'm on version 1.0.54 and so far I'm not able to reproduce the issue. Can you try upgrading to 1.0.54? I tried downgrading my agent and I still couldn't reproduce it. Also, can you tell me what background command you're running? Also, what antivirus software do you use? I wonder if that's killing the service.
  • Email says command didn't run, but it did.

    3
    0 Votes
    3 Posts
    498 Views
    RussR
    @David-Coulson, I fixed it. Now you won't get these "TRIGGERcmd - Your command didn't run" emails if the trigger was from Home Assistant. [image: 1767926942339-05213127-87ef-4be4-8f7a-ca4b3ae145f3-image.png] Thanks again for reporting the problem.
  • Firest time setting up, oauth failure

    3
    0 Votes
    3 Posts
    453 Views
    Asit MishraA
    @Russ Thanks!
  • Unable to Subscribe - Link Appears to be Broken

    6
    1
    0 Votes
    6 Posts
    723 Views
    Timothy MartinT
    @Russ Done - works like a champ now - thanks again!
  • Windows Defender triggered by installer

    2
    0 Votes
    2 Posts
    618 Views
    RussR
    Thanks @kellanist. I'll take a look. I hoped Microsoft would whitelist apps signed by my code signing certificate by now. Maybe I'm missing something. If it's new, I think it must be because I recently renewed my certificate. EDIT: I submitted the agent to Microsoft just now, so hopefully they'll whitelist it soon. Otherwise I just have to wait for its reputation to build as users install it. [image: 1766530798934-0cde63ea-3d0e-4b4a-b6e0-13c398ae26ef-image.png] This is what I saw when I submitted the agent installer: "The SmartScreen warning that you reported indicates that the application and/or certificate used to sign it do not yet have a reputation established in our system. Applications without a known reputation will show warnings when downloaded or installed. This does not prevent users from still clicking through to download or run the application. To do so, they can select "More info" -> "Run anyway" option within SmartScreen prompt window. Reputation is established by how your download is used by Windows, Edge, Internet Explorer users and the SmartScreen Service intelligence algorithms. Downloads are assigned a reputation rating based on many criteria, such as download traffic, download history, past anti-virus results and URL reputation.  This reputation may be based on the downloaded program or can also be assigned to the publisher, based on digital certificate information. Once your signing certificate has gained reputation in our system, all applications or releases signed with your certificate should have warn-free experience"
  • How do I Cancel My Subscription

    2
    0 Votes
    2 Posts
    526 Views
    RussR
    @jett, you'll need to cancel your subscription from your Paypal account.
  • 0 Votes
    7 Posts
    1k Views
    S
    @Russ because I never clicked that and had no idea what it does. It worked. Now it shows the full name of the PC and the indicator is black. I appreciate the help Russ. Have a good weekend and a happy Thanksgiving.
  • Opening in a particular Window size

    13
    0 Votes
    13 Posts
    3k Views
    RussR
    @JRSF-Home, sorry, I forgot (again) that timeout command doesn't wait if the script is running in a context that doesn't have a console, like when the TRIGGERcmd agent runs it. It just moves on immediately. This chatgpt session explains it: https://chatgpt.com/share/691cf13c-2f64-8004-8b12-78dd516285a9 You can see here that another user had the same problem. My suggestion is to use the ping command like this: ping 127.0.0.1 -n 3 Adjust that 3 number depending on how long you want to wait. Here's my improved script that uses ping to wait, and it uses CTRL-SHIFT-J to go directly to the Console tab: "C:\Program Files\Google\Chrome\Application\chrome.exe" --new-window https://www.youtube.com/watch?v=1I9qC0Zo_PM ping 127.0.0.1 -n 5 REM x y width height nircmd win setsize stitle "Allow friends to control Spotify" 200 100 800 1000 nircmd win activate stitle "Allow friends to control Spotify" REM open dev tools to the Console tab nircmd sendkeypress ctrl+shift+j ping 127.0.0.1 -n 3 REM type document.querySelector('like-button-view-model button[aria-label*="like"]').click() nircmd sendkeypress d o c u m e n t 0xBE q u e r y Shift+s e l e c t o r Shift+0x39 0xDE l i k e 0xBD b u t t o n 0xBD v i e w 0xBD m o d e l spc b u t t o n 0xDB nircmd sendkeypress a r i a 0xBD l a b e l Shift+0x38 0xBB Shift+0xDE l i k e Shift+0xDE 0xDD 0xDE Shift+0x30 0xBE c l i c k Shift+0x39 Shift+0x30 REM press enter nircmd sendkeypress 0x0D ping 127.0.0.1 -n 2 REM close dev tools nircmd sendkeypress F12 Here's a video of it working on my laptop: https://youtu.be/p-uJ8j1__zw