Francesco Posted September 3, 2011 Posted September 3, 2011 (edited) CauseVista and Win7 have a different security center WMI namespace.FixReplace the two lines in WMI.js objWMIService=GetObject("winmgmts:\\\\" + "." + "\\root\\SecurityCenter"); with objWMIService=GetObject("winmgmts:\\\\" + "." + "\\root\\SecurityCenter" + (getOSver() != "XP" ? "2" : "")); Edited September 3, 2011 by Francesco
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now