Hi Team,
USB CDC device - enumeration sound to disable when device connected or disconnected.
Is there any way to disable sound in windows device driver (for USB CDC device or USB audio device).
Is I need to implement any logic in my driver code to disable beep sound (either in D0entry or D0 exit) driver power code? when device connected or disconnected.
Is it possible to disable beep sound from my own filter driver? because if we connect Audio device, it will be having a MSFT inbox driver for Audio. Please suggest in such cases.
Waiting for your kind inputs.