TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Ro Silva
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Ro Silva

    @Ro Silva

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Ro Silva Unfollow Follow

    Latest posts made by Ro Silva

    • RE: Nircmd muteappvolume error

      Solved, I used WinGet (Auto Hot Key).
      Code Working:

      Browser_Home:: 
      WinGet, pid, PID, ahk_exe SolarlandClient-Win64-Shipping.exe
      run, C:\tools\nircmd.exe muteappvolume /%pid% 2
      return
      
      posted in General Discussion
      Ro SilvaR
      Ro Silva
    • Nircmd muteappvolume error

      Hello, I'm trying to mutate the game "Farlight 84" using nircmd.
      When I put the name of the game that appears in the task manager it does not work.
      Code (not work):
      start C:\Users\myuser\nircmd.exe muteappvolume /SolarlandClient-Win64-Shipping.exe 2
      When I put the id of the game that appears in the task manager it works.
      Code (work):
      start C:\Users\myuser\nircmd.exe muteappvolume /3608 2
      alt text
      This error only happens with this application, I manage to mutate the vlc using vlc.exe.
      The problem using the game id is that it always changes when I open it.
      Does anyone know how I can mute the app using the name?

      posted in General Discussion
      Ro SilvaR
      Ro Silva