Redirect Windows User Folders Using Regedit
Redirecting standard Windows user folders—such as Documents, Downloads, Desktop, and Pictures—to a different drive letter helps save space on your primary system drive (C:) and improves data organization. While Windows provides a graphical interface for moving some folders, using the Windows Registry Editor (Regedit) provides a direct, powerful method to change the target paths for all personal folders simultaneously.
Step 1: Create the New Folders on the Target Drive
Before modifying the registry, you must prepare the destination on your secondary drive.
- Open File Explorer.
- Navigate to your target drive (e.g.,
D:). - Create the folders you plan to redirect (e.g.,
D:\Desktop,D:\Documents,D:\Downloads,D:\Pictures,D:\Music,D:\Videos).
Step 2: Open the Registry Editor
- Press Win + R on your keyboard to open the Run dialog.
- Type
regeditand press Enter. - Click Yes if prompted by User Account Control (UAC).
Step 3: Navigate to the User Shell Folders Key
In the Registry Editor address bar at the top, paste the following path and press Enter:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Step 4: Modify the Folder Paths
Inside this key, you will see multiple values representing standard Windows user folders. Double-click the entry you wish to redirect and change its Value data to your new folder path:
- Desktop: Double-click
Desktopand change the value toD:\Desktop - Documents: Double-click
Personaland change the value toD:\Documents - Pictures: Double-click
My Picturesand change the value toD:\Pictures - Music: Double-click
My Musicand change the value toD:\Music - Videos: Double-click
My Videoand change the value toD:\Videos - Downloads: Double-click
{374DE290-123F-4565-9164-39C4925E467B}or{7D83EE97-7133-45F6-8F99-6387BE82B14A}and change the value toD:\Downloads
(Note: Replace D:\ with your actual target drive
letter.)
Step 5: Move Existing Files to the New Location
Changing the registry keys updates the default save locations, but it does not automatically transfer your existing files.
- Open your original user folder located at
C:\Users\<YourUsername>\. - Cut (or copy) the files from your old folders (Documents, Downloads, etc.).
- Paste the files into the corresponding newly created folders on your secondary drive.
Step 6: Restart Windows Explorer or Reboot
To apply the registry changes:
- Press Ctrl + Shift + Esc to open the Task Manager.
- Locate Windows Explorer under the Processes tab.
- Right-click Windows Explorer and select Restart.
- Alternatively, restart your computer to ensure all applications recognize the updated folder paths.