> Is this a WMI function or a PyWin32 function? I guess I'm not seeing > how to actually implement this in Python. Sounds intriguing though. Neither, nor. It's a Win32 function, period (not Py). You would have to use ctypes or some such to call it. See http://msdn2.microsoft.com/en-us/library/ms724509.aspx Regards, Martin