skype for business 無法共享桌面、無法傳輸圖片


以管理員身份運行如下PowerShell命令,清除Skype for Business緩存記錄

 

#以管理員身份運行如下PowerShell命令,清除Skype for Business緩存記錄
Stop-Process -Name "lync*"
Stop-Process -Name "outlook*"
Stop-Process -Name "UcMapi*"
Remove-Item –path "$env:USERPROFILE\appdata\Local\Microsoft\Office\16.0\Lync\*" –recurse
Get-Item -Path "HKCU:\Software\Microsoft\Office\16.0\Lync\*" -Include *@*| Remove-Item -Recurse
Get-Item -Path "HKCU:\Software\Microsoft\*" -Include MSOIdentityCRL | Remove-Item -Recurse
Get-Item -Path "HKCU:\Software\Microsoft\Office\16.0\Common\Identity\Identities\*" -Include *adal*| Remove-Item -Recurse
Get-Item "cert:\CurrentUser\My\*" | Where-Object {$_.Issuer -like "CN=Communications Server"} | Remove-Item 

 

Skype for business-Screen sharing option not available

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM