Dynaletik Posted February 5, 2005 Posted February 5, 2005 I got an SoundBlaster Audigy 1 in my Computer. On the card, there is an Firewire controller. I don't need this controller so I disable it every time I install Win XP. Is there any way to disable the 1394 controller and the creative gameport unattended (I don't need that)? I already tried a regsnap and made a reg file with the modified, removed and new keys, but when I want to execute it, Windows gives me an error:
Bâshrat the Sneaky Posted February 5, 2005 Posted February 5, 2005 I got an SoundBlaster Audigy 1 in my Computer. On the card, there is an Firewire controller. I don't need this controller so I disable it every time I install Win XP. Is there any way to disable the 1394 controller and the creative gameport unattended (I don't need that)? I already tried a regsnap and made a reg file with the modified, removed and new keys, but when I want to execute it, Windows gives me an error:hmm... it seems you can't add/apply those regkeys because they are already in use by the system. So you will have to add/apply them BEFORE the system uses them.Applying this regfile from cmdlines.txt may work I think.
Dynaletik Posted February 5, 2005 Author Posted February 5, 2005 I'll try....thanks in advance Bâshrat.
Afterdawn Posted February 5, 2005 Posted February 5, 2005 http://support.microsoft.com/default.aspx?...b;EN-US;Q311272You want this command-line tool. With this tool you can disable devices in a script!Use something like:devcon disable device_idWith devcon find *you see all the device_ids!
Afterdawn Posted February 5, 2005 Posted February 5, 2005 You shouldn't add the part with the & (Ampersand), because that way it will give an error! Example, I use this to disable my PC-speaker:Devcon disable ACPI\PNP0800or you could use this:Devcon disable *\PNP0800Actually, this command to check for IDs is better:Devcon hwids *
Dynaletik Posted February 5, 2005 Author Posted February 5, 2005 Yes I saw..that will disable every component of one vendor....I use these lines now to disable the 2 components:cmd2[pn]=['%cdrom%\\Install\\devcon.exe disable PCI\CC_0C00']cmd3[pn]=['%cdrom%\\Install\\devcon.exe disable PCI\CC_0980']It's in WPI.
Bâshrat the Sneaky Posted February 5, 2005 Posted February 5, 2005 Yes I saw..that will disable every component of one vendor....I use these lines now to disable the 2 components:cmd2[pn]=['%cdrom%\\Install\\devcon.exe disable PCI\CC_0C00']cmd3[pn]=['%cdrom%\\Install\\devcon.exe disable PCI\CC_0980']It's in WPI.Does it work, or haven't you tested it yet?
Dynaletik Posted February 5, 2005 Author Posted February 5, 2005 oh yeah...doesn't work. Now I execute a cmd file with WPI that calls the devcon.execmdow.exe @ /HID@echo off%systemdrive%\Install\devcon.exe disable PCI\CC_0C00%systemdirve%\Install\devcon.exe disable PCI\CC_0980That works...any idea how it works with WPI?
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