RDS Блокировка входа по RDP Открыть редактор групповых политик: gpedit.msc Перейти в раздел: Computer Configuration - Windows Settings - Security Settings - Local Policies - User Rights Assignment Открыть пункт: Deny logon through Remote Desktop Services Добавить пользователей для блокировки Закрыть групповые политики Обновить политики: gpupdate /force Включение микрофона Открыть групповую политику : gpedit.msc ) Перейти в раздел: Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host Включить опцию: Allow audio and video playback redirection Включить опцию: Allow audio recording redirection Обновить политику:  gpupdate /force Перезапустить сервер Исправление буфера обмена Создать PowerShell скрипт ( rdpclip.ps1 ) и внести в него следующее: (Get-WmiObject -Query "select * from Win32_Process where name='RDPClip.exe'"|?{$_.GetOwner().User -eq $ENV:USERNAME}).Terminate() rdpclip.exe Запустить, когда буфер обмена перестает работать.