Reputation: 4750
Right now I'm trying to set the default audio device on Windows 7 programmatically, and the main issue I'm running into right now is permissions. I've gone into regedit.exe and tried to set these permissions, but that's turning out to be something of an issue. Any advice? Thanks!
Upvotes: 0
Views: 950
Reputation: 69687
From MSDN Working with Device Roles:
Applications cannot change the roles that are assigned to audio endpoint devices. The operating system allows only the user to assign device roles.
Upvotes: 1