码迷,mamicode.com
首页 > 其他好文 > 详细

skype for business 无法共享桌面、无法传输图片

时间:2018-12-18 17:13:02      阅读:2004      评论:0      收藏:0      [点我收藏+]

标签:path   pre   shell   object   HERE   sky   name   move   图片   

以管理员身份运行如下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 无法共享桌面、无法传输图片

标签:path   pre   shell   object   HERE   sky   name   move   图片   

原文地址:https://www.cnblogs.com/panpanwelcome/p/10137932.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!