After installing the lastest windows update, my sound does not work. It shows a red X in the taskbar and on hover it says "No Audio Output Device is installed.":
How can I fix it?
After installing the lastest windows update, my sound does not work. It shows a red X in the taskbar and on hover it says "No Audio Output Device is installed.":
How can I fix it?
Use the following steps:
REG EXPORT "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations" WinStations_backup.reg
$WinStationsPath="HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations"
$value = Get-ItemProperty -Path $WinStationsPath -Name DefaultSecurity
Set-ItemProperty -Path $WinStationsPath -Name ConsoleSecurity -Value $value.DefaultSecurity