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

    How to turn my WINDOWS pc on using wol?

    General Discussion
    3
    5
    2.2k
    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
      raquel
      last edited by

      Can someone help me?

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

        @raquel, have you seen this video yet?

        https://youtu.be/4M_4NhrHx0c

        Russell VanderMey

        Marcelo BotelhoM 1 Reply Last reply Reply Quote 0
        • Marcelo BotelhoM
          Marcelo Botelho
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • Marcelo BotelhoM
            Marcelo Botelho @Russ
            last edited by

            Hello @Russ, I know you must be tired of explaining how to open windows through alexa until you record a video
            However, I am new to the programming world (I started because of your program) and I still have difficulty because of the language difference (until I try to translate your video through Google)

            I activated a Network Card Function in Bios, All right
            But at the time make the command I don't know how to proceed
            I Tried
            WakeOnLAN c8: 60: 00: 9b: 69: 1a (com meu endereço de rede)
            and
            /root/computer_on_off.sh
            .
            .
            Is Computer_on_off.sh a shortcut I need to take to trigger?

            If you teach me the step by step of the written command for me it’s easier to translate
            Thanks in advance for your patience

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

              @Marcelo-Botelho, you don't need to use the computer_on_off.sh. That's a complicated scenario, so you should not start there.

              You have two computers, and you're trying to use one computer to turn on the other computer, correct?

              My video shows me using a Raspberry Pi to turn on my Windows computer, but you don't have to use a Raspberry Pi. If you have two Windows computers, you could use this utility instead:
              https://www.nirsoft.net/utils/wake_on_lan.html

              WakeMeOnLan.exe has a spanish version, and a GUI which can make it easy to test, then after you get that working, you can make a TRIGGERcmd command like this:

              c:\tools\WakeMeOnLan.exe /wakeup 40-65-81-A7-16-23
              

              This assumes you copied the WakeMeOnLan.exe utility into t:\tools and 40-65-81-A7-16-23 is the mac address of the nic in the computer you're turning on.

              You can find the mac address by typing ipconfig /all on the computer you want to turn on. You'll get output like this:

              Ethernet adapter Ethernet:
              
                 Connection-specific DNS Suffix  . : lan
                 Description . . . . . . . . . . . : Realtek PCIe GbE Family Controller
                 Physical Address. . . . . . . . . : **C4-65-26-2A-93-97**
                 ...
              

              Russell VanderMey

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