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

      Shutdown PC not working

      Windows
      • • • sinedrock
      9
      0
      Votes
      9
      Posts
      3.4k
      Views

      will williamW

      Trigger : desliga pc
      Command : shutdown /s /t 2
      Off Command
      Ground : foreground
      Voice : desligar pc
      Voice Reply
      Allow Parameters : false

    • Santiago OrtizS

      Need a command to open apps on my pc, like games, Spotify or Netflix! Its URGENT

      Windows
      • • • Santiago Ortiz
      9
      0
      Votes
      9
      Posts
      4.5k
      Views

      André Ricardo da CostaA

      @Russ Nice! I used the same method and managed to make the WhatsApp Desktop application downloaded from the Windows Store open by Alexa's voice command. And this is helpful, as I use whatsapp a lot on the web. I will continue testing other functions of the Trigger CMD ! Thank you!

    • NaNo NetN

      I need help to "javascript error occurred in the main process"

      General Discussion
      • • • NaNo Net
      9
      0
      Votes
      9
      Posts
      725
      Views

      NaNo NetN

      @Russ 6aaf83bd-9770-4de5-a697-781d7b5ba91f-image.png

    • Steve PorterS

      Installed agent on Rasberry Pi, broke Windows installation

      Windows
      • • • Steve Porter
      9
      0
      Votes
      9
      Posts
      729
      Views

      Steve PorterS

      Multiple times, after a fresh install of Pi. I just don't get it. I'll keep digging, thanks Russ.

    • Waldex SantosW

      next track and previous track

      Mac
      • • • Waldex Santos
      9
      0
      Votes
      9
      Posts
      3.1k
      Views

      RussR

      @Hector-M, this command works for me:

      afa0d876-61ba-49e5-a1df-86ba8bb4a86f-image.png

      nircmd sendkeypress ctrl+right

      I just tested it from my phone. You have to have the Spotify window in the foreground.

      https://nircmd.nirsoft.net/sendkeypress.html

    • ?

      Run command as a standard user instead of root?

      General Discussion
      • • • A Former User
      9
      0
      Votes
      9
      Posts
      476
      Views

      RussR

      @Lewis-S, awesome. Nice job figuring that out.

    • ipaivaipI

      It works just perfect, but Brazilian Portuguese sentences are weird

      General Discussion
      • • • ipaivaip
      9
      0
      Votes
      9
      Posts
      515
      Views

      RussR

      @Ícaro-Paiva, that's only for the non-SmartHome skill.

    • P

      Sleep command

      Windows
      • • • Paulo Filho
      9
      0
      Votes
      9
      Posts
      2.6k
      Views

      Wandreus Mühl DouradoW

      I created the same command, however, when it is run, either by Alexa, or by the website, an error message appears saying that rundll32.exe cannot be executed
      Captura de Tela (85).png

    • Diogo MenegonD

      Set Windows volume to X

      Windows
      • • • Diogo Menegon
      9
      0
      Votes
      9
      Posts
      992
      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

    • Irfan KhanI

      Integromat connect keeps breaking

      General Discussion
      • • • Irfan Khan
      9
      0
      Votes
      9
      Posts
      549
      Views

      Irfan KhanI

      @Russ looks like its been stable! thank you!

    • W

      I subscribed but still can't add more machines / commands

      General Discussion
      • • • Wholepunch
      9
      0
      Votes
      9
      Posts
      512
      Views

      W

      @Russ I'll get it together over the weekend, but essentially the RPITX project provided most of the answers for me https://github.com/F5OEO/rpitx it's a bit of a cludge as it uses a short wire on a Pi GPIO pin to TX, but it works just fine. I've also got a HackRF One, which was really useful for capturing and decoding the signal from the gate remote, but with a cheap RTL-SDR dongle you can do that with RPITX as well. I've even seen people getting stuff like rolljamming working with the Pi - which has been in the news in the UK as the basis of replay attacks used by car thieves. Radio was a whole new world to me and I have to say that after a few intense weeks of getting various projects built, I still feel like I know next to nothing :-). Main thing I learned - the right type of antenna for the application is crucial. Anyway, I'll waffle on about it in the forum but please don't hesitate to get in touch if I can help.

      Ade

    • P

      Triggercmd smart home not reachable

      Google Home
      • • • Pr0k0
      9
      1
      Votes
      9
      Posts
      1.1k
      Views

      Cris SilvaC

      @russ thank you!

    • tuicemenT

      Say room temperature and humidity

      Raspberry Pi
      • raspberry pi alexa google assistan • • tuicemen
      9
      0
      Votes
      9
      Posts
      1.0k
      Views

      tuicemenT

      If your like me and find the decimal point in the return a bit confusing you can change the line

      os.system('~/.TRIGGERcmdData/sendresult.sh ' + 'Temp={0:0.1f} Humidity={1:0.1f}'.format(t,h))

      to

      os.system('~/.TRIGGERcmdData/sendresult.sh ' + 'Temp={0:0.0f} Humidity={1:0.0f}'.format(t,h))

      if you wish the return to send a Fahrenheit value instead of Celsius you can add the line

      t = (t* 1.8) + 32

      just after the line

      #Print Temperature and Humidity on Shell window
    • Philip NguyenP

      Laptop Battery Management - Automated On/Off Cycle

      Example Commands
      • • • Philip Nguyen
      9
      0
      Votes
      9
      Posts
      2.0k
      Views

      xlPatriciaX

      Hello! I was using this script on my laptop and it was working normally. After formatting it this afternoon, I reinstalled everything again and got tcmd to work as it was before, but now it is not reading the battery %, it just keeps activating plugOn all the time regardless of how much battery is left.

      I don't understand scripts, so I apologize in advance for not being able to provide more information or details. If anyone can help me, I would be grateful.

      Just to let you know, I followed all the steps described here. I have tcmd utility in the C:\Windows folder, I downloaded BatteryInfoView.exe, I configured plugOn and plugOff in trigger_cmd and in Alexa and even so only plugOn is activated in a loop with Alexa's routines.

      Oh, and I apologize for having revived the topic. I thought it best to leave everything in the same place.

    • L

      Error

      Windows
      • • • Lexar's
      9
      0
      Votes
      9
      Posts
      948
      Views

      F

      You can test if it actually is in the Python PATH, if you open a cmd and type in chromedriver and hit Enter. If Starting ChromeDriver 2.15.322448 is appearing, the PATH is set appropriately and there is something else going wrong. Then try the following:

      Download ChromeDriver

      Then you have multiple options:

      Add it to your system path Put it in the same directory as your python script Specify the location directly via executable_path driver = webdriver.Chrome(executable_path='C:/path/to/chromedriver.exe')

      Before you add the chromedriver to your path, make sure it's the same version as your browser.

      If not, you will need to match versions: either update/downgrade you chrome, and upgrade/downgrade your webdriver.

    • kellanistK

      Javascript error occurred in the main process

      General Discussion
      • • • kellanist
      9
      1
      Votes
      9
      Posts
      586
      Views

      RussR

      @mark-hollis, thanks. I thought I had it fixed this morning and found out just recently it went down again. Working on it again now.

    • Barry HamiltonB

      Unable to log into dashboard

      General Discussion
      • • • Barry Hamilton
      9
      1
      Votes
      9
      Posts
      398
      Views

      RussR

      @barry-hamilton, @Ricale-Kincheski, @k8nr, @marcelo-muller, @Moacir-Vilela-Sêga, thank you for reporting the problem. I do see I had a problem in the logs. I'm looking into it now.

    • FiveF

      Change voicemeeter banana Hardware Output

      General Discussion
      • • • Five
      9
      0
      Votes
      9
      Posts
      1.3k
      Views

      FiveF

      @Gustavo-Yrepá I just made a command with NirCMD into voicemeeter to change where the sound is going. Works pretty fine. But i'm still struggling with setting up everything to work with my Macrodroid app (I use it to automate a lot of things.

    • h6477801471H

      command solution

      Instructions
      • • • h6477801471
      9
      0
      Votes
      9
      Posts
      823
      Views

      RussR

      @h6477801471 , I answered you here:
      https://www.triggercmd.com/forum/topic/2725/monitor-control-command-issue/2

    • Jose CarlosJ

      Usuarios no windows 11 não conecta, fica sem Ip

      General Discussion
      • • • Jose Carlos
      9
      0
      Votes
      9
      Posts
      605
      Views

      RussR

      @Smart-Communities, you could install the background service and make your commands background commands. Then they'll run in the context of the TRIGGERcmdAgent Windows service.

      f683db7c-3ad3-4144-9c6b-5db1c47c9024-image.png

      4dd69c6c-2590-455c-bf91-848d720392f2-image.png

      9329ed07-e07b-410f-b78d-dcc50bb58fb8-image.png