Wake On Lan Help Please

Soldato
Joined
18 May 2010
Posts
12,850
Hi,

I would like to be able to automatically start up a computer on the same network every time I start up my desktop, I would have thought this would have been relatively straight forward using a scheduled task and a command line script or something but it appears its not that simple.

Can anyone share any suggestions of how they have overcome this please?

Thanks
 
I know the devices BIOS supports it but that's as far as I've got as I wanted to identify a solution before attempting to try it

I was hoping to avoid 3rd party software I suppose I'm just surprised its not a feature within Windows

Thanks for the link I'll have a look
 
Check the BIOS has it enabled and check the NIC itself to see if the Wake on Magic Packet and any other WOL features are enabled.
 
To start you off..

Find out the MAC address of the PC you want to wake up. Set it to sleep

On another machine, open up a CMD window go to the folder with mc-wol.exe in

If it's in C:\WOL , type in..

cd C:\WOL

Then type in

mc-wol 00:11:22 (replace with the real mac) and the pc should wake.


--


Then try it from a shutdown state
 
Back
Top Bottom