Add Remove-deactivated-Onedrive-accounts-from-Explorer-sidebar to Snippets.md
Deploy / deploy (push) Successful in 47s
Deploy / deploy (push) Successful in 47s
This commit is contained in:
+11
-1
@@ -153,4 +153,14 @@ services:
|
||||
|
||||
### 参考
|
||||
|
||||
[Windows VirtIO Drivers - Proxmox VE](https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers)
|
||||
[Windows VirtIO Drivers - Proxmox VE](https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers)
|
||||
|
||||
## 将已经失效的 Onedrive 账户从资源管理器边侧栏去除
|
||||
|
||||
1. 按住 ++windows+r++ 然后输入 `regedit` ,然后点击 OK。
|
||||
2. 导航到 `HKEY_CLASSES_ROOT` > `CLSID`。在这个文件夹内,请按住 ++ctrl+f++ 搜索 `OneDrive`. 如图所示:
|
||||

|
||||
3. 请逐个搜索,直到找到一个含有 `OneDrive - Personal` 或 `OneDrive - <CompanyName>` (链接到您的 OneDrive for Business 帐户) 作为默认值的条目,类似于以下屏幕截图:
|
||||

|
||||
4. 将 `System.IsPinnedToNameSpaceTree` 值修改为 `0` > 确定。
|
||||
5. 最后,重启你的电脑。
|
||||
Reference in New Issue
Block a user