Disable Wake-from-Standby by Magic Packet - Windows XP/Vista/Win7/2008 and Mac OS 10.4/10.5/10.6/10.7
| 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
| 310 | |
| Disable Wake-from-Standby by Magic Packet - Windows XP/Vista/Win7/2008 and Mac OS 10.4/10.5/10.6/10.7 | |
| Wake-on-LAN | |
| 0 | |
| BigFix | |
| <Unspecified> | |
| N/A | |
| 8/13/2010 12:00:00 AM | |
| Wake LAN Magic Packet TABLE | |
| besSupport on 10/17/2012 1:14:47 PM | |
| danielheth on 10/17/2012 1:14:47 PM | |
| 5122 Views / 8 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 2 fixlets | * Results in a true/false |
(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 |
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 |
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: |

