ms25 Posted May 24, 2005 Posted May 24, 2005 During a silent install of Windows XP Professional, is there a way to make XP choose which of the two sound cards to set as the default choice?I have:- VIA Audio (attached to motherboard so i can't remove it)- Creative Sound Blaster PCI (new one)XP sets VIA Audio as the default sound card for all sound, i want XP to set Creative Sound Blaster PCI as the default one. instead of having to manually do it myself.thanks for reading
trickytwista Posted May 24, 2005 Posted May 24, 2005 you can disable onboard audio (VIA) in your bios settings...cheers
ms25 Posted May 24, 2005 Author Posted May 24, 2005 ooh, sounds technical. didn't think of that! i'll give it a go! thanks for replying
trickytwista Posted May 24, 2005 Posted May 24, 2005 its easy bud....just find it in list and choose disable .... also dont forget 2 save the changes afterwards
bledd Posted May 25, 2005 Posted May 25, 2005 yeah, it'll most likely come under 'PCI devices' or 'Onboard devices'
erik_demon Posted May 25, 2005 Posted May 25, 2005 (edited) I do it with an AutoIt script at first boot:(this autoit is for a dutch version of XP, you have to modify it)Opt("MouseCoordMode", 0)run("control mmsys.cpl")WinWaitActive ("Eigenschappen voor Geluiden en audioapparaten")MouseClick("left", 175, 50, 1);goto the audio tabMouseClick("left", 324, 118, 1); open the dropbox to select your deviceSend ("sb"); name of your sound device, I have a Soundblaster audigy 2 so it starts with the letters sbMouseClick("left", 322, 432, 1); click applyMouseClick("left", 155, 432, 1); close the program Edited May 25, 2005 by erik_demon
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