BKPB
Member
- Messages
- 91
- Reaction score
- 10
Disabling the "Gallery" folder display in Explorer doesn't work in Windows 11
I made changes to install. wim
I used three options separately and three options at the same time.
1. Navigation pane - Gallery • Delete
2. The registry Remove_folder_Gallery.reg
3. After installation Remove_folder_Gallery.reg
Neither method worked.
But if I run Remove_folder_Gallery. reg or Remove_folder_Gallery. cmd
manually from the Desktop, then my registry file works and deletes the Gallery folder from explorer.
Windows Registry Editor Version 5.00
; Hide the Gallery folder in Windows Explorer 11
[HKEY_CURRENT_USER\Software\Classes\CLSID\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}]
"System.IsPinnedToNameSpaceTree"=dword:00000000
@echo off
REM Hide the Gallery folder in File Explorer
reg add "HKCU\Software\Classes\CLSID\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}" /v "System.IsPinnedToNameSpaceTree" /t REG_DWORD /d "0" /f
Why is this happening ?
You may not have enough rights, but it works from the Desktop without any problems.
Please help me solve this problem.
I made changes to install. wim
I used three options separately and three options at the same time.
1. Navigation pane - Gallery • Delete
2. The registry Remove_folder_Gallery.reg
3. After installation Remove_folder_Gallery.reg
Neither method worked.
But if I run Remove_folder_Gallery. reg or Remove_folder_Gallery. cmd
manually from the Desktop, then my registry file works and deletes the Gallery folder from explorer.
Windows Registry Editor Version 5.00
; Hide the Gallery folder in Windows Explorer 11
[HKEY_CURRENT_USER\Software\Classes\CLSID\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}]
"System.IsPinnedToNameSpaceTree"=dword:00000000
@echo off
REM Hide the Gallery folder in File Explorer
reg add "HKCU\Software\Classes\CLSID\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}" /v "System.IsPinnedToNameSpaceTree" /t REG_DWORD /d "0" /f
Why is this happening ?
You may not have enough rights, but it works from the Desktop without any problems.
Please help me solve this problem.
Last edited: