How to remove File Explorer shortcuts to Pictures / Music / Videos?

nielsgeode

New Member
Messages
3
Reaction score
0
When you open file explorer, the default setting is to show shortcuts for:

Home
Gallery
Desktop
Downloads
Documents
Pictures
Music
Videos

I want a build an iso with many modifications, including removing some of these shortcuts so that when you install windows from this ISO, only Desktop and Downloads remain. How can I do this?
 
For Gallery, you have the option in NTLite (in Settings)
For others, I never looked
 
Regedit:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\
Example - delete Desktop (save reg file):
INI:
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
 
Regedit:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\
Example - delete Desktop (save reg file):
INI:
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
I saved it as a reg, added it to the registry (as admin) and rebooted. Howeve,r the the desktop shortcut is still there when I open file explorer.
 
Back
Top