安装WSL后系统左则有企鹅小图标

想去除企鹅小图标

Windows Registry Editor Version 5.00

; Created by: Shawn Brink
; Created on: November 5, 2021
; Tutorial: https://www.elevenforum.com/t/add-or-remove-linux-in-navigation-pane-of-file-explorer-in-windows-11.2531/


[HKEY_CURRENT_USER\Software\Classes\CLSID\{B2B4A4D1-2754-4140-A2EB-9A76D9D7CDC6}]
@="Linux"
"System.IsPinnedToNameSpaceTree"=dword:00000000

 

恢复小图标

Windows Registry Editor Version 5.00

; Created by: Shawn Brink
; Created on: November 5, 2021
; Tutorial: https://www.elevenforum.com/t/add-or-remove-linux-in-navigation-pane-of-file-explorer-in-windows-11.2531/


[HKEY_CURRENT_USER\Software\Classes\CLSID\{B2B4A4D1-2754-4140-A2EB-9A76D9D7CDC6}]
"System.IsPinnedToNameSpaceTree"=-

 

posted @ 2024-12-25 16:44  LearningAlbum  阅读(180)  评论(0)    收藏  举报