Hide 'Home' from navigation pane
File ExplorerMinimale Windows-buildversie: 22000Omkeerbaar
Hides the 'Home' section from the File Explorer navigation pane.
Toe te passen code
Hide 'Home' from navigation paneRegistry
Windows Registry Editor Version 5.00
; Hide Home on Navigation Pane for current user
[HKEY_CURRENT_USER\Software\Classes\CLSID\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}]
@="CLSID_MSGraphHomeFolder"
"System.IsPinnedToNameSpaceTree"=dword:00000000
; Add `Show Home` option to File Explorer folder options, with default set to disabled
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\NavPane\ShowHome]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HKeyRoot"=dword:80000001
"Id"=dword:0000000d
"RegPath"="Software\\Classes\\CLSID\\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}"
"Text"="Show Home"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="System.IsPinnedToNameSpaceTree"
Code om ongedaan te maken
Show 'Home' from navigation paneRegistry
Windows Registry Editor Version 5.00
; Show Home on Navigation Pane for current user
[HKEY_CURRENT_USER\Software\Classes\CLSID\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}]
@="CLSID_MSGraphHomeFolder"
"System.IsPinnedToNameSpaceTree"=dword:00000001
; Add `Show Home` option to File Explorer folder options, with default set to enabled
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\NavPane\ShowHome]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"Id"=dword:0000000d
"RegPath"="Software\\Classes\\CLSID\\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}"
"Text"="Show Home"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="System.IsPinnedToNameSpaceTree"
Wilt u dit combineren met andere aanpassingen?
Configurator openenGerelateerde aanpassingen
Explorer to Home Change the default location that File Explorer opens to 'Home'
Explorer to This PC Change the default location that File Explorer opens to 'This PC'
Explorer to Downloads Change the default location that File Explorer opens to 'Downloads'
Explorer to OneDrive Change the default location that File Explorer opens to 'OneDrive'
Show file extensions for known file types
This will show file extensions for known file types. By default, Windows hides file extensions for known file types which can lead to confusion and security risks.