Windows 10: execute APPCOMMAND_MEDIA_*** from cmd?

Discus and support execute APPCOMMAND_MEDIA_*** from cmd? in Windows 10 Ask Insider to solve the problem; so long story short I found this https://www.push2run.com/ that lets me use a google/nest home speaker to control my PC. The app takes direct links to... Discussion in 'Windows 10 Ask Insider' started by /u/nexusx86, May 10, 2020.

  1. execute APPCOMMAND_MEDIA_*** from cmd?


    so long story short I found this https://www.push2run.com/ that lets me use a google/nest home speaker to control my PC. The app takes direct links to apps or apps with arguments added on. Through this, there is the ability to reboot the PC, shut it down, change volume, run specific programs, etc. I want to be able to use 'ok google tell my computer to pause' and it execute APPCOMMAND_MEDIA_PLAY_PAUSE which is the same play pause button you would press on a keyboard with media controls for play/pause and APPCOMMAND_MEDIA_NEXT_TRACK for skipping forward a track or previous track.

    moderate internet searching indicates I can do this on a per-app basis like with VLC or Spotify, however, I really would like to do universal commands that work with any media app I'm using. One app where I can throw arguments to do the play/pause, next and previous is really what I'm after.

    Thank you!

    submitted by /u/nexusx86
    [link] [comments]

    :)
     
    /u/nexusx86, May 10, 2020
    #1

  2. Check Windows CMD execution history

    May I know how can I filter out those cmd execution entries at Windows Event Log? There are many records at Windows Event Log.
     
    James ZYZHANG, May 10, 2020
    #2
  3. Dutch2 Win User
    Can not execute/run FCAT-VR in powershell or CMD

    If typing that I did get a message “the server service is not started.”

    So I did enable server in the Windows services and now after typing “net session” recieving the message “There are no entries in the list”
     
    Dutch2, May 10, 2020
    #3
  4. execute APPCOMMAND_MEDIA_*** from cmd?

    Check Windows CMD execution history

    Recently, there is black window pop up when I am using my computer. I think it should be a cmd script or batch script trigger by something. However, the black window disappear quickly, so I cannot capture what
    is displayed. I tried to find the execution history at Window Schedule. There is no record for task executed at the time I saw black window.

    May I know if there is any log in windows I can find out when cmd script was executed and where the cmd script is? Thanks.

    I am using Windows 10.
     
    James ZYZHANG, May 10, 2020
    #4
Thema:

execute APPCOMMAND_MEDIA_*** from cmd?

Loading...
  1. execute APPCOMMAND_MEDIA_*** from cmd? - Similar Threads - execute APPCOMMAND_MEDIA_*** cmd

  2. .jar files only execute through CMD

    in Windows 10 Network and Sharing
    .jar files only execute through CMD: Every once in a while, my pc no longer recognizes a default app for jar files and I have to manually run them. I can open them with the command 'javaw.exe -jar' but they will not open otherwise. I have gone to Task Manager to check the path of the javaw.exe that runs when I...
  3. .jar files only execute through CMD

    in Windows 10 Gaming
    .jar files only execute through CMD: Every once in a while, my pc no longer recognizes a default app for jar files and I have to manually run them. I can open them with the command 'javaw.exe -jar' but they will not open otherwise. I have gone to Task Manager to check the path of the javaw.exe that runs when I...
  4. .jar files only execute through CMD

    in Windows 10 Software and Apps
    .jar files only execute through CMD: Every once in a while, my pc no longer recognizes a default app for jar files and I have to manually run them. I can open them with the command 'javaw.exe -jar' but they will not open otherwise. I have gone to Task Manager to check the path of the javaw.exe that runs when I...
  5. Most windows executable commands not recognized by CMD and PowerShell.

    in Windows 10 Gaming
    Most windows executable commands not recognized by CMD and PowerShell.: Out of nowhere commands which involve executables like explorer.exe, msedge.exe, mspaint.exe, where, etc. are not working in command prompt or PowerShell. The output of the command prompt seem to be quite simple: ```C:\Users\grass>where 'where' is not recognized as an...
  6. Most windows executable commands not recognized by CMD and PowerShell.

    in Windows 10 Software and Apps
    Most windows executable commands not recognized by CMD and PowerShell.: Out of nowhere commands which involve executables like explorer.exe, msedge.exe, mspaint.exe, where, etc. are not working in command prompt or PowerShell. The output of the command prompt seem to be quite simple: ```C:\Users\grass>where 'where' is not recognized as an...
  7. Execute command automatically directly at start of cmd?

    in Cortana
    Execute command automatically directly at start of cmd?: Is it possible that a command like "cd \... " so that I am directly in the selected directory after each startup? Befehl direkt bei Start von cmd automatisch ausführen?
  8. Executing a .bat file on CMD

    in Windows 10 Support
    Executing a .bat file on CMD: Hello all, For a programming process we need to execute a .bat file from CMD. I'm on Windows 10 x64. When I paste the path to the file and hit Enter, the message below is expected to show up: Setting up environment for Qt usage... It happened a time and when we wanted to...
  9. 10 CMD commands that can be executed with PowerShell

    in Windows 10 News
    10 CMD commands that can be executed with PowerShell: [ATTACH] PowerShell is Microsoft’s own alternative to their own Command Prompt. Earlier, Microsoft announced that they will be open sourcing PowerShell and will be bringing it to recent versions and different Linux flavors like Ubuntu, CentOS, Red Hat Enterprise Linux,...
  10. autoclose cmd after execution

    in Windows 10 Support
    autoclose cmd after execution: Hello, i need to autoclose cmd, after execution. I changed dword 32 value in regedit under HKEY_CLASSES_ROOT\batfile\shell\open\command to: "cmd.exe /k "%1" %*" Now it won't autoclose, i needed it to see error message and now i can't google default value. Thanks for help....