Schedule machine to wake up

后端 未结 4 1376
暗喜
暗喜 2020-12-08 22:17

What\'s the best way to programmatically cause a Windows XP (or above) machine to wake up at a specific time. (Ideally a lot like how Media Center can start up automatically

4条回答
  •  一整个雨季
    2020-12-08 22:49

    Your best bet is using Wake on LAN capability. This will require another machine to send a packet of a special kind to wake your machine up.

    This will not be helpful if your machine is not connected to the network or you for some reason don't wasnt to move this logic onto another machine. But it's useful for some configurations where you have multiple machines and want to wake them up programmatically.

提交回复
热议问题