Wake-On-Lan Support #344
marvinlehmann
started this conversation in
Ideas
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I think it would be nice to have a function for enabling/disabling wake-on-lan. =)
Settings for Wake-On-Lan
0. Enabling it in BIOS/UEFI
1. Disabling fast startup and/or hibernation
Turning off fast startup:
Disabling hibernation, which disables the former too (?):
Sophia-Script-for-Windows/Sophia Script/Sophia Script for Windows 10 PowerShell 7/Module/Sophia.psm1
Lines 4003 to 4055 in cb9af2a
2. NIC Power Management
2.1: Checking "Allow the computer to turn off this device to save power" ✅
Sophia-Script-for-Windows/Sophia Script/Sophia Script for Windows 10 PowerShell 7/Module/Sophia.psm1
Lines 5572 to 5634 in cb9af2a
2.2: Checking "Allow this device to wake the computer" ✅
2.3: Checking "Only allow a magic packet to wake the computer" ✅
3. Advanced NetAdapter Properties
Beta Was this translation helpful? Give feedback.
All reactions