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

How to turn my WINDOWS pc on using wol?

General Discussion
3
5
2.3k
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 May 29, 2020, 5:21 PM

    Can someone help me?

    R 1 Reply Last reply May 30, 2020, 12:08 AM Reply Quote 0
    • R
      Russ @raquel
      last edited by Russ May 30, 2020, 12:08 AM May 30, 2020, 12:08 AM

      @raquel, have you seen this video yet?

      https://youtu.be/4M_4NhrHx0c

      Russell VanderMey

      M 1 Reply Last reply Jun 1, 2020, 3:33 AM Reply Quote 0
      • M
        Marcelo Botelho
        last edited by Jun 1, 2020, 3:25 AM

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • M
          Marcelo Botelho @Russ
          last edited by Jun 1, 2020, 3:33 AM

          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

          R 1 Reply Last reply Jun 2, 2020, 12:19 AM Reply Quote 0
          • R
            Russ @Marcelo Botelho
            last edited by Russ Jun 2, 2020, 12:21 AM Jun 2, 2020, 12:19 AM

            @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
            3 out of 5
            • First post
              3/5
              Last post