fmeltzer Posted May 9, 2007 Posted May 9, 2007 Any idea how I can enable and disable a device from the command line?I'm using the "Microsoft Loopback Adapter" to communicate with Virtual PC's. I would like to be able to switch this device on/off quickly.. If it's enabled when logging in on the corp. network, the login takes 'forever'.. I know that this is a bug in the login script, but that script is out of my hands..-- fm
Sonic Posted May 9, 2007 Posted May 9, 2007 Use devcon utility.Find the hwid of your virtual network.devcon findall * | find "The name of your network card"It's like PCI\VEN....After to disable your card use devcon toodevcon disable PCI\VEN...You don't need to put full hwid. Few first charac. are enough ....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now