以管理员身份运行如下PowerShell命令,清除Skype for Business缓存记录
#以管理员身份运行如下PowerShell命令,清除Skype for Business缓存记录 Stop-Process -Name "lync*" Stop-Process -Name "outlook*" Stop-Process -Name "UcMapi*" Remove-Item –path "$env:USERPROFILEappdataLocalMicrosoftOffice16.0Lync*" –recurse Get-Item -Path "HKCU:SoftwareMicrosoftOffice16.0Lync*" -Include *@*| Remove-Item -Recurse Get-Item -Path "HKCU:SoftwareMicrosoft*" -Include MSOIdentityCRL | Remove-Item -Recurse Get-Item -Path "HKCU:SoftwareMicrosoftOffice16.0CommonIdentityIdentities*" -Include *adal*| Remove-Item -Recurse Get-Item "cert:CurrentUserMy*" | Where-Object {$_.Issuer -like "CN=Communications Server"} | Remove-Item
Skype for business-Screen sharing option not available