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
)
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)