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

    Pause movie on Netflix

    Windows
    4
    10
    1.5k
    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.
    • RobertofilhoR
      Robertofilho
      last edited by

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

      RussR 1 Reply Last reply Reply Quote 0
      • RussR
        Russ @Robertofilho
        last edited by Russ

        @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

          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?

          RussR 1 Reply Last reply Reply Quote 0
          • RussR
            Russ @pedrosaude
            last edited by Russ

            @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 Reply Quote 0
            • P
              pedrosaude @Russ
              last edited by

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

              RussR 1 Reply Last reply Reply Quote 0
              • RussR
                Russ @pedrosaude
                last edited by

                @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 Reply Quote 0
                • Bruno QueirozB
                  Bruno Queiroz
                  last edited by

                  @Russ how would i do with opera gx?

                  1 Reply Last reply Reply Quote 0
                  • P
                    pedrosaude @Russ
                    last edited by

                    @Russ Thank you!

                    1 Reply Last reply Reply Quote 0
                    • P
                      pedrosaude
                      last edited by

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

                      Failed to copy!

                      1 Reply Last reply Reply Quote 0
                      • Bruno QueirozB
                        Bruno Queiroz
                        last edited by

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

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