• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Pause movie on Netflix

Windows
4
10
1.7k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    Robertofilho
    last edited by Nov 9, 2020, 3:26 AM

    Hello Russ, is there a command that allows you to pause and unpause the movie on Netflix?

    R 1 Reply Last reply Nov 10, 2020, 1:43 AM Reply Quote 0
    • R
      Russ @Robertofilho
      last edited by Russ Nov 10, 2020, 1:50 AM Nov 10, 2020, 1:43 AM

      @Robertofilho, assuming you're watching Netflix in Chrome in Windows, try this batch file:

      nircmd win activate process chrome.exe
      nircmd win max process chrome.exe
      nircmd sendkeypress spc
      

      You'll need to download nircmd first.
      https://www.nirsoft.net/utils/nircmd2.html#using

      Put nircmd.exe in one of the folders in your PATH environment variable points to, or you can specify the path where you put it like this:

      c:\tools\nircmd.exe sendkeypress spc
      

      Russell VanderMey

      1 Reply Last reply Reply Quote 0
      • P
        pedrosaude
        last edited by Sep 20, 2021, 6:09 PM

        Hello, Russ!
        I didn't manage to do as you said. What I did was:
        Extracted the NirCmd files to c:\tools,
        and added the folder c:\tools to my PATH enviroment as you can see in the image below:
        path.png

        But when I run the commands you asked for I get this:
        'nircmd' não é reconhecido como um comando interno
        ou externo, um programa operável ou um arquivo em lotes.

        My PC is in Brazilian Portuguese but translating it would be:
        'nircmd' is not recognized as a intern or extern command, an executable or a batch file.

        What did I do wrong?

        R 1 Reply Last reply Sep 20, 2021, 10:43 PM Reply Quote 0
        • R
          Russ @pedrosaude
          last edited by Russ Sep 20, 2021, 10:44 PM Sep 20, 2021, 10:43 PM

          @pedrosaude, that c:\tools entry in your PATH variable looks good, can you show me your c:\tools folder too? I just want to confirm nircmd.exe is in there.

          I have 3 ideas.

          1. Maybe you tested running nircmd without closing and re-opening your cmd window first, so in that cmd window it wasn't in the PATH. You can see your variables if you type set in your cmd window.
          2. In your .bat file you could specify the full path to nircmd.exe like this:
          c:\tools\nircmd.exe win activate process chrome.exe
          c:\tools\nircmd.exe win max process chrome.exe
          c:\tools\nircmd.exe sendkeypress spc
          
          1. You could try using the "Copy To Windows Directory" button instead of putting it in the c:\tools folder and adding c:\tools to your PATH. C:\Windows is already part of your PATH.

          8985ad7b-5c09-43de-a532-891cb73fea35-image.png

          Russell VanderMey

          P 1 Reply Last reply Sep 21, 2021, 1:13 PM Reply Quote 0
          • P
            pedrosaude @Russ
            last edited by Sep 21, 2021, 1:13 PM

            @Russ 8ed6a62a-e4ae-4981-85be-bfeeb0cf4e2a-image.png
            nircmd.exe is not there...
            I'm not sure which file to download...

            R 1 Reply Last reply Sep 22, 2021, 12:04 AM Reply Quote 0
            • R
              Russ @pedrosaude
              last edited by Sep 22, 2021, 12:04 AM

              @pedrosaude , you can find the download link at the bottom of this page:
              https://www.nirsoft.net/utils/nircmd.html

              Russell VanderMey

              P 1 Reply Last reply Sep 23, 2021, 2:27 PM Reply Quote 0
              • B
                Bruno Queiroz
                last edited by Sep 23, 2021, 5:18 AM

                @Russ how would i do with opera gx?

                1 Reply Last reply Reply Quote 0
                • P
                  pedrosaude @Russ
                  last edited by Sep 23, 2021, 2:27 PM

                  @Russ Thank you!

                  1 Reply Last reply Reply Quote 0
                  • P
                    pedrosaude
                    last edited by Sep 23, 2021, 2:31 PM

                    c84079a4-f6f3-4670-ba31-200c40673737-image.png

                    Failed to copy!

                    1 Reply Last reply Reply Quote 0
                    • B
                      Bruno Queiroz
                      last edited by Sep 23, 2021, 6:21 PM

                      @pedrosaude watch the video of Russ https://www.youtube.com/watch?v=xub4pjenLVs

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post