Hide 'Gallery' from navigation pane
File ExplorerVersion minimale de Windows: 22000Réversible
Hides the 'Gallery' section from the File Explorer navigation pane.
Code à appliquer
Hide 'Gallery' from navigation paneRegistry
Windows Registry Editor Version 5.00
; Hide Gallery on Navigation Pane for current user
[HKEY_CURRENT_USER\Software\Classes\CLSID\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}]
"System.IsPinnedToNameSpaceTree"=dword:00000000
; Add `Show Gallery` option to File Explorer folder options, with default set to disabled
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\NavPane\ShowGallery]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HKeyRoot"=dword:80000001
"Id"=dword:0000000d
"RegPath"="Software\\Classes\\CLSID\\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}"
"Text"="Show Gallery"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="System.IsPinnedToNameSpaceTree"
Code pour annuler
Show 'Gallery' from navigation paneRegistry
Windows Registry Editor Version 5.00
; Show Gallery on Navigation Pane for current user
[HKEY_CURRENT_USER\Software\Classes\CLSID\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}]
"System.IsPinnedToNameSpaceTree"=dword:00000001
; Add `Show Gallery` option to File Explorer folder options, with default set to enabled
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\NavPane\ShowGallery]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"Id"=dword:0000000d
"RegPath"="Software\\Classes\\CLSID\\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}"
"Text"="Show Gallery"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="System.IsPinnedToNameSpaceTree"
Envie de combiner ceci avec d'autres ajustements ?
Ouvrir le configurateurAjustements associés
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.