Untitled

Anonymous
plain_text
07/23/2024 6:25 AM
840 B
18
Indexable
New-Item -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Force
 
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Name IsWVDEnvironment -PropertyType DWORD -Value 1 -Force
 
New-Item -Path "HKCU\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\WebRTC Redirector" -Force
 
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Name UseHardwareEncoding -PropertyType DWORD -Value 1 -Force
 
New-Item -Path "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\WebRTC Redirector\Policy" -Force
 
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Name ShareClientDesktop -PropertyType DWORD -Value 1 -Force
 
Editor is loading...
Leave a Comment