Looks like all the properties for that class are read-only. Another thing.. I'm 99% sure the WQL interface as microsoft affectionately calls their ODBC'ish interface to WMI can only be used to query information - you can't set things through it.(even if they're not read only) So if you're wanting to modify values or execute methods you must use the WMI object interface.