Zephyr543记录一个 OneDrive 直连方法 中发帖

使用 onedirve 的同时开着代理会导致 onedirve 无法连接,解决方案参考微软官方文档: 
OneDrive policies (IT Admins - Use OneDrive policies to control sync settings - SharePoint in Microsoft 365 | Microsoft Learn)
使用终端(管理员)运行以下命令:
reg add "HKLM\SOFTWARE\Policies\Microsoft\OneDrive" /v IgnoreWebProxy /t REG_DWORD /d 1 /f

即可解决。
无须修改代理规则,无须解除 UWP 应用回环限制。
另外现在 OneDrive 是 win32 应用不是 UWP 应用。