Re: How can I disable a device in windows using python

2007-02-28 Thread Phoe6
On Feb 27, 2:21 pm, Duncan Booth <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am trying to disable it programmatic using python. I checked python > > wmi and i could not find ways to disable/enable, (listing is however, > > possible). > > > Where should I look for to enable/disable devices in pyth

Re: How can I disable a device in windows using python

2007-02-27 Thread Duncan Booth
"Phoe6" <[EMAIL PROTECTED]> wrote: > Hi all, > I am trying to disable the NIC card (and other cards) enabled in my > machine to test diagnostics on that card. > I am trying to disable it programmatic using python. I checked python > wmi and i could not find ways to disable/enable, (listing is howe

Re: How can I disable a device in windows using python

2007-02-26 Thread Tim Golden
Phoe6 wrote: > Hi all, > I am trying to disable the NIC card (and other cards) enabled in my > machine to test diagnostics on that card. > I am trying to disable it programmatic using python. I checked python > wmi and i could not find ways to disable/enable, (listing is however, > possible). Sinc

Re: How can I disable a device in windows using python

2007-02-26 Thread Gary Herron
Phoe6 wrote: > Hi all, > I am trying to disable the NIC card (and other cards) enabled in my > machine to test diagnostics on that card. > I am trying to disable it programmatic using python. I checked python > wmi and i could not find ways to disable/enable, (listing is however, > possible). > > W

How can I disable a device in windows using python

2007-02-26 Thread Phoe6
Hi all, I am trying to disable the NIC card (and other cards) enabled in my machine to test diagnostics on that card. I am trying to disable it programmatic using python. I checked python wmi and i could not find ways to disable/enable, (listing is however, possible). Where should I look for to en