manipulating the Windows Device Manager
Joe Francia
usenet at joefrancia.com
Mon Nov 17 22:46:45 EST 2003
Erick Bodine wrote:
> I want to be able to disable/enable a hardware device on a Windoze box
> for testing purposes through Python. Cursory searches of the the
> win32all extensions, this group and google have not been too
> fruitfull. There appears to be a route through WMI but I was
> wondering if anyone had done this already before I plumb the depths of
> MSDN.
>
> Thanks,
>
> ERick
If you want to go the WMI route, I recommend Tim Golden's excellent WMI
module: http://tgolden.sc.sabren.com/python/wmi.html
Peace,
Joe
More information about the Python-list
mailing list