Redirect your My Documents Pictures and Music to a NAS or Network path in Windows 10

Problem:
Rather than having all machines in my household having an individual instance of My Documents Music and Pictures I wanted to point them all to my NAS unit over a network share.

Solution:
As this is a home not a corporate setup we have no access to group policy so the easiest way to do this is to add the registry entries manually. All you need to do is create the below registry keys for each of the folders you want redirected and then enter you path.

Documents

Filter: Windows 10
Action: Add Value
Process Action Post Login: False
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Data Type: REG_EXPAND_SZ
Value: {F42EE2D3-909F-4907-8871-4C22FC0BF756}
Data: \\Your_Server\Share\%username%\Documents
Description: Documents in User’s Files

Pictures

Filter: Windows 10
Action: Add Value
Process Action Post Login: False
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Data Type: REG_EXPAND_SZ
Value: {0DDD015D-B06C-45D5-8C4C-F59713854639}
Data: \\Your_Server\Share\%username%\Pictures
Description: Pictures in User’s Files

Music

Filter: Windows 10
Action: Add Value
Process Action Post Login: False
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Data Type: REG_EXPAND_SZ
Value: {A0C69A99-21C8-4671-8703-7934162FCF1D}
Data: \\Your_Server\Share\%username%\Music
Description: Music in User’s Files

Desktop

Filter: Windows 10
Action: Add Value
Process Action Post Login: False
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Data Type: REG_EXPAND_SZ
Value: {754AC886-DF64-4CBA-86B5-F7FBF4FBCEF5}
Data: \\Your_Server\Share\%username%\Desktop
Description: Desktop in User’s Files

Videos

Filter: Windows 10
Action: Add Value
Process Action Post Login: False
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Data Type: REG_EXPAND_SZ
Value: {35286A68-3C57-41A1-BBB1-0EAE73D76C95}
Data: \\Your_Server\Share\%username%\Videos
Description: Videos in User’s Files

Downloads

Filter: Windows 10
Action: Add Value
Process Action Post Login: False
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Data Type: REG_EXPAND_SZ
Value: {7D83EE9B-2244-4E70-B1F5-5393042AF1E4}
Data: \\Your_Server\Share\%username%\Downloads
Description: Downloads in User’s Files

Leave a Reply

Your email address will not be published. Required fields are marked *