运用下面脚本即可强制同步更新lync的通讯录了(把下面命令行保存为bat文件即可)
dir "%USERPROFILE%\Local Settings\Application Data\Microsoft\Communicator"
RD /s "%USERPROFILE%\Local Settings\Application Data\Microsoft\Communicator"
MD "%USERPROFILE%\Local Settings\Application Data\Microsoft\Communicator"
pause
Reg Add HKLM\Software\Policies\Microsoft\Communicator /v GalDownloadInitialDelay /t REG_DWORD /d 0 /f
阅读(857) | 评论(0) | 转发(0) |