Add Remove-deactivated-Onedrive-accounts-from-Explorer-sidebar to Snippets.md
Deploy / deploy (push) Successful in 47s

This commit is contained in:
2026-03-23 22:12:56 +08:00
parent 10544cfd99
commit fcb528ac46
5 changed files with 199 additions and 17 deletions
+11 -1
View File
@@ -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`. 如图所示:
![](https://static.cattom.site/new_blog_image/Remove-deactivated-Onedrive-accounts-from-Explorer-sidebar%20-%201.png?x-oss-process=style/blog)
3. 请逐个搜索,直到找到一个含有 `OneDrive - Personal` 或 `OneDrive - <CompanyName>` (链接到您的 OneDrive for Business 帐户) 作为默认值的条目,类似于以下屏幕截图:
![](https://static.cattom.site/new_blog_image/Remove-deactivated-Onedrive-accounts-from-Explorer-sidebar%20-%201.png?x-oss-process=style/blog)
4. 将 `System.IsPinnedToNameSpaceTree` 值修改为 `0` > 确定。
5. 最后,重启你的电脑。