IT Info

ASUS Z270 WOL설정

kjun.kr 2019. 4. 21. 23:26
728x90

 1. BIOS

고급 > APM Configuration 에서

ERP 항목은 끈다.

Power on by PCI-E 항목을 켠다.

 

2. OS

- 네트워크 어댑터 설정 변경

장치관리자 > 네트워크 어댑터 

설정할 네트워크 장치 선택 후 우클릭 메뉴에서 속성 클릭

전원관리 탭에서 절전옵션은 모두 체크해제하고 Wake on LAN 항목을 모두 체크

 

- 레지스트리 변경 

실행 > regedit

컴퓨터\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power

으로 이동 하여 HiberbootEnabled 값을 0 으로 변경

 

https://rog.asus.com/forum/showthread.php?101283-Wake-on-LAN-not-working-from-shutdown-Asus-Deluxe-Z170 


BIOS...
Make screenshots
Update BIOS
Set settings how they were before update
Set Advanced\APM Configuration\ErP Ready = DISABLED
Set Advanced\APM Configuration\Power on by PCI-E = ENABLED


WINDOWS...
Open Powershell/CMD with ADMIN rights
Run: REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 0 /F
Open device manager, find your NIC, open, drivers tab - Update driver. If nothing found, download directly from manufacturer website
Once updated, reboot.
After reboot, open NIC properties\Power Management tab:
Tick all boxes - Allow computer to turn off device, allow to wake up, only allow magic packet.
Open NIC properties\Advanced tab and (where available):
Set Enable PME = ENABLED
Set Energy Efficient Ethernet / Green etc = DISABLED
Wake on Magic Packet = ENABLED
Wake on Pattern Match = ENABLED
Reboot, then after reboot shutdown. 
728x90