Skip to content

Commit

Permalink
fix: wake on lan disabled automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Feb 9, 2024
1 parent 047402c commit 7dc96dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/playbook/Executables/FINALIZE.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ for %%a in (
"EnablePME"
"EnablePowerManagement"
"EnableSavePowerNow"
"EnableWakeOnLan"
"FlowControl"
"FlowControlCap"
"GigaLite"
Expand All @@ -92,7 +91,6 @@ for %%a in (
"LsoV2IPv4"
"LsoV2IPv6"
"MasterSlave"
"ModernStandbyWoLMagicPacket"
"MPC"
"NicAutoPowerSaver"
"Node"
Expand All @@ -117,8 +115,6 @@ for %%a in (
"WakeOnPattern"
"WakeOnSlot"
"WakeUpModeCap"
"WoWLANLPSLevel"
"WoWLANS5Support"
) do (
rem Check without '*'
for /f %%b in ('reg query "%netKey%" /v "%%~a" 2^>nul ^| findstr "HKEY" 2^>nul') do (
Expand Down

0 comments on commit 7dc96dd

Please sign in to comment.