Disable Wake-from-Standby by Magic Packet - Windows XP/Vista/Win7/2008 and Mac OS 10.4/10.5/10.6/10.7
Log In or Register to download the BES file, and more.

0 Votes

Description

Network adapters can be configured to wake a computer from standby if they receive a Wake-on-LAN Magic Packet.

This Fixlet will disable the ability for network adapters to wake the computer from standby.

Note: This does not affect a computers ability to Wake-on-LAN from the powered off or Hibernate power state.

Note: This Task is not applicable on computers designated as Last Man Standing.


Property Details

ID310
TitleDisable Wake-from-Standby by Magic Packet - Windows XP/Vista/Win7/2008 and Mac OS 10.4/10.5/10.6/10.7
CategoryWake-on-LAN
Download Size0
SourceBigFix
Source ID<Unspecified>
Source SeverityN/A
Source Release Date8/13/2010 12:00:00 AM
KeywordsWake LAN Magic Packet TABLE
Added by on 10/17/2012 1:14:47 PM
Last Modified by on 10/17/2012 1:14:47 PM
Counters 5122 Views / 8 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 2 fixlets   * Results in a true/false
Show indented relevance
(it = "WinXP" OR it = "WinXP-2003" OR it = "WinVista" OR it = "Win7" OR it = "Win2008" OR it = "Win2008R2" OR it = "Mac OS X") of name of operating system
Used in 1 fixlet   * Results in a true/false
Show indented relevance
if ((it = "WinXP" OR it = "WinXP-2003" OR it = "WinVista" OR it = "Win7" OR it = "Win2008" OR it = "Win2008R2") of name of operating system) then ((exists values whose(name of it = "PnPCapabilities" AND it as integer = 48 ) of keys whose(value "Characteristics" of it as integer = 132) of key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}" of registry)) else (if (name of operating system ="Mac OS X") then (if exists file "/Library/Preferences/SystemConfiguration/com.apple.PowerManagement.plist" then ((if it = 1 then true else false) of integer "Wake On LAN" of dictionary "AC Power" of dictionary "Custom Profile" of dictionary of file "/Library/Preferences/SystemConfiguration/com.apple.PowerManagement.plist") else false) else false)
Used in 3 fixlets   * Results in a true/false
Show indented relevance
not exists settings whose(name of it contains "PowerManagement_LastManStanding" AND value of it = "1") of client

Actions

Action 1

Action Link Click here to disable Wake-from-Standby on all network adapters.
Script Type BigFix Action Script
if{name of operating system = "Mac OS X"}
    wait pmset -a womp 0
else if{(it = "WinXP" OR it = "WinXP-2003" OR it = "WinVista" OR it = "Win7" OR it = "Win2008" OR it = "Win2008R2") of name of operating system}
    delete __appendfile
    delete disableWakeFromStandby.reg
appendfile {"Windows Registry Editor Version 5.00%0d%0a%0d%0a" & concatenation "%0d%0a" of ( "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}}\" & name of it &"]%0d%0a%22PnPCapabilities%22=dword:00000030%0d%0a")of keys whose (value "Characteristics" of it as integer = 132 AND (not exists value "PnPCapabilities" of it OR value "PnPCapabilities" of it as integer != 48 )) of key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}}" of registry}
copy __appendfile disableWakeFromStandby.reg
waithidden cmd /c regedit -s disableWakeFromStandby.reg
action requires restart
endif
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!