Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Change Wake on lan setting from windows.

Change Wake on lan setting from windows.

Scheduled Pinned Locked Moved C / C++ / MFC
question
4 Posts 3 Posters 0 Views 1 Watching
  • 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.
  • O Offline
    O Offline
    onlyjaypatel
    wrote on last edited by
    #1

    Hi All, I want to know ,Is that possible to get any setting from CMOS? Actualy I want to Get and Set "Wake on LAN" setting in CMOS. Right now I have to set it manualy. I want to make a small program that can get status of Wake on lan setting and set or reset the same setting too.Is there any method available? Thank you. Jay.

    D B 2 Replies Last reply
    0
    • O onlyjaypatel

      Hi All, I want to know ,Is that possible to get any setting from CMOS? Actualy I want to Get and Set "Wake on LAN" setting in CMOS. Right now I have to set it manualy. I want to make a small program that can get status of Wake on lan setting and set or reset the same setting too.Is there any method available? Thank you. Jay.

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      onlyjaypatel wrote:

      I want to make a small program that can get status of Wake on lan setting and set or reset the same setting too.Is there any method available?

      One is using WMI with GUID_POWER_DEVICE_WAKE_ENABLE. Another way is the HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0001\PnPCapabilities value.

      "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

      "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

      O 1 Reply Last reply
      0
      • O onlyjaypatel

        Hi All, I want to know ,Is that possible to get any setting from CMOS? Actualy I want to Get and Set "Wake on LAN" setting in CMOS. Right now I have to set it manualy. I want to make a small program that can get status of Wake on lan setting and set or reset the same setting too.Is there any method available? Thank you. Jay.

        B Offline
        B Offline
        benjymous
        wrote on last edited by
        #3

        Unlikely, since that's a BIOS function, so there's no way of guaranteeing that the BIOS on the computer supports that feature. If you know the exact hardware, then theoretically you could access and modify the low level CMOS RAM yourself (I guess you'd need to write a device driver to achieve this!)

        Help me! I'm turning into a grapefruit! Buzzwords!

        1 Reply Last reply
        0
        • D David Crow

          onlyjaypatel wrote:

          I want to make a small program that can get status of Wake on lan setting and set or reset the same setting too.Is there any method available?

          One is using WMI with GUID_POWER_DEVICE_WAKE_ENABLE. Another way is the HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0001\PnPCapabilities value.

          "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

          "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

          O Offline
          O Offline
          onlyjaypatel
          wrote on last edited by
          #4

          Thanx for reply. I have tried both your ways but in both case the BIOS setting must ON. In my case i have to set "Wake on LAN from s5" to "Power ON" in bios. Only windows setting is not working. Any method to set "Wake on LAN from s5" to "Power ON" in bios. Thanx Jay.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups