diff --git a/docs/tech/Remove-deactivated-Onedrive-accounts-from-Explorer-sidebar.md b/docs/tech/Remove-deactivated-Onedrive-accounts-from-Explorer-sidebar.md new file mode 100644 index 0000000..11c2238 --- /dev/null +++ b/docs/tech/Remove-deactivated-Onedrive-accounts-from-Explorer-sidebar.md @@ -0,0 +1,15 @@ +# 将已经失效的 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 - ` (链接到您的 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. 最后,重启你的电脑。 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 7bca011..e33b4ba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -85,6 +85,7 @@ nav: - "在 Ubuntu 24.04 上添加交换空间": tech/How-to-Add-Swap-Space-on-Ubuntu-2404.md - "Docker Compose: 限制容器的资源使用": tech/Docker-Compose-Limiting-container-resource-usage.md - "创建和管理 Linux 服务器用于身份验证的 SSH 密钥": tech/Creating-and-Managing-SSH-Keys-for-Authentication-on-Linux-Servers.md + - "将已经失效的 Onedrive 账户从资源管理器边侧栏去除": tech/Remove-deactivated-Onedrive-accounts-from-Explorer-sidebar.md - "MkDocs 参考": examples/index.md plugins: