Disable/Filter Microphone(s) in Windows 7 VDI via Registry

Registry Permissions for user HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio This has to done in a offline mode, for XenDesktop with PVS; mount the VHD file from Disk Management and set the permissions. Disable Microphone(s) HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Capture\{GUID} DeviceState=10000001 DeviceState=4 Script to Disable all non Standard Microphone (Allow only Plantronics/HDX headsets) $audioCaptureRegPath = “HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Capture” $systemNameVal = “{b3f8fa53-0004-438e-9003-51a46e139bfc},6” $MICS = Get-Item $audioCaptureRegPath $MICS.GetSubKeyNames() …

WordPress Appliance - Powered by TurnKey Linux