Panzercrisis
Panzercrisis

Reputation: 4750

How to set permissions on the default audio device so that it can be changed programmatically?

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

Answers (1)

Roman Ryltsov
Roman Ryltsov

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

Related Questions