Jump to content

Recommended Posts

Posted

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


Posted (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 tab
MouseClick("left", 324, 118, 1); open the dropbox to select your device
Send ("sb"); name of your sound device, I have a Soundblaster audigy 2 so it starts with the letters sb
MouseClick("left", 322, 432, 1); click apply
MouseClick("left", 155, 432, 1); close the program

Edited by erik_demon

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...