 | | Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks. | Windows 7 - User Folders - Restore Default Location User Folders - Restore Default Location How to Restore the Default Location of Windows 7 User Folders
Published by Brink
07-28-2009
| User Folders - Restore Default Location How to Restore the Default Location of Windows 7 User Folders  Information This will show you how to restore the default location of all or a single Windows 7 user folder of your choice.  Tip If you have duplicate user folders instead, then you will need to backup the contents of the duplicate user folders, do OPTION TWO below, delete the duplicate folders, then you may need to restart the computer a couple of times first before the default location is restored. EXAMPLE: User folders NOTE: This is at the default C:\Users\(user-name) and Start Menu (shell:UsersFilesFolder) locations. OPTION ONE Through User Folder Properties NOTE: If using this option does not restore the default user folder location, then use OPTION TWO below instead. 1. Open the Start Menu, and type shell:UsersFilesFolder in the search line and press enter. 2. Right click on the user folder (ex: My Music) that you want to restore the default location for, and click on Properties. 3. Click on the Location tab, and Restore Default button. (See screenshot below) 4. Click on OK. (See screenshot below) NOTE: Notice that the location has changed to the default C:\Users\(user-name) location. 5. Click on Yes. (See screenshot below) 6. Click on Yes. (See screenshot below) WARNING: If you do not click on Yes, then you will have two copies of this user folder at the C:\Users\(user-name) location. One will be a normal folder (same name) with the contents and the other as the now restored user folder. It is recommended that you click on YES. 7. After a few seconds when the location has been restored, the Properties window (screenshot under step 4) will then close. OPTION TWO Through a Reg File Download  Note This is a more thorough method of restoring the default location of a user folder.
The reg files in the ZIP downloads below will restore the default values at this registry location below. Code: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
 Warning If you have any duplicate user folders, or user folders that do not have a Location properties tab (Option One), then you will need to: - Backup their contents to another location.
- Delete all duplicate user folders and user folders without a Location properties tab.
- Now proceed with the steps below
1. To Restore Default Contacts Folder LocationA) Click on the download button below to download the Restore_Default_Contacts_Location.zip file.
2. To Restore Default Desktop Folder LocationA) Click on the download button below to download the Restore_Desktop_Default_Location.zip file.
3. To Restore Default My Documents Folder LocationA) Click on the download button below to download the Restore_Documents_Default_Location.zip file.
4. To Restore Default Downloads Folder LocationA) Click on the download button below to download the Restore_Downloads_Default_Location.zip file.
5. To Restore Default Favorites Folder LocationA) Click on the download button below to download the Restore_Favorites_Default_Location.zip file.
6. To Restore Default Links Folder LocationA) Click on the download button below to download the Restore_Default_Links_Location.zip file.
7. To Restore Default My Music Folder LocationA) Click on the download button below to download the Restore_Music_Default_Location.zip file.
8. To Restore Default My Pictures Folder LocationA) Click on the download button below to download the Restore_Pictures_Default_Location.zip file.
9. To Restore Default Saved Games Folder LocationA) Click on the download button below to download the Restore_Default_Saved_Games_Location.zip file.
10. To Restore Default Searches Folder LocationA) Click on the download button below to download the Restore_Default_Searches_Location.zip file.
11. To Restore Default My Videos Folder LocationA) Click on the download button below to download the Restore_Videos_Default_Location.zip file.
12. Click on Save, and save the .zip file to the Desktop. 13. Open the .zip file and extract the .reg file to the desktop. 14. Right click on the .reg (On Desktop) file and click on Merge. 15. Click on Run, Yes, Yes, and OK when prompted. 16. Open the Start Menu, then type regedit in the search box and press enter. 17. If prompted by UAC, then click on Yes (administrator) or enter administrator's password (if standard user). 18. In regedit, navigate to the location below. (see screenshot below) Code: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
 19. In the right pane of Shell Folders, right click on the user folder in the Name column (see table below) that you want to restore the default location of, then click on Modify. (see screenshot above)| User Folder | Name in Registry |
|---|
| Contacts | {56784854-C6CB-462B-8169-88E350ACB882} | | Desktop | Desktop | | Documents | Personal | | Downloads | {374DE290-123F-4565-9164-39C4925E467B} | | Favorites | Favorites | | Links | {BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968} | | Music | My Music | | Pictures | My Pictures | | Saved Games | {4C5C32FF-BB9D-43B0-B5B4-2D72E54EAAA4} | | Searches | {7D1D3A04-DEBB-4115-95CF-2F29DA2920DA} | | Videos | My Video |
20. Type in the full default path (see table below) of the user folder, and click on OK. (see screenshot below) NOTE: Substitute User-Name in the full path with your user account name instead.
| User Folder | Default Path |
|---|
| Contacts | C:\Users\User-Name\Contacts | | Desktop | C:\Users\User-Name\Desktop | | Documents | C:\Users\User-Name\Documents | | Downloads | C:\Users\User-Name\Downloads | | Favorites | C:\Users\User-Name\Favorites | | Links | C:\Users\User-Name\Links | | Music | C:\Users\User-Name\Music | | Pictures | C:\Users\User-Name\Pictures | | Saved Games | C:\Users\User-Name\Saved Games | | Searches | C:\Users\User-Name\Searches | | Videos | C:\Users\User-Name\Videos |
21. Close Regedit. 22. Open a elevated command prompt. 23. In the elevated command prompt, Copy and Paste the command below for the user folder icon that you want to restore to default. (see table below) NOTE: This will set the user folder attributes back to default. You can Copy and Paste these to make it easier for you. | User Folder | Command |
|---|
| Contacts | attrib +r -s -h %USERPROFILE%\Contacts /S /D | | Desktop | attrib +r -s -h %USERPROFILE%\Desktop /S /D | | Documents | attrib +r -s -h %USERPROFILE%\Documents /S /D | | Downloads | attrib +r -s -h %USERPROFILE%\Downloads /S /D | | Favorites | attrib +r -s -h %USERPROFILE%\Favorites /S /D | | Links | attrib +r -s -h %USERPROFILE%\Links /S /D | | Music | attrib +r -s -h %USERPROFILE%\Music /S /D | | Pictures | attrib +r -s -h %USERPROFILE%\Pictures /S /D | | Saved Games | attrib +r -s -h %USERPROFILE%\"Saved Games" /S /D | | Searches | attrib +r -s -h %USERPROFILE%\Searches /S /D | | Videos | attrib +r -s -h %USERPROFILE%\Videos /S /D |
24. Close the elevated command prompt. 25. Open the Start Menu, then Copy and Paste the Shell command (see table below) in the search box for the User folder that you want to restore, and press Enter. NOTE: If this opens the missing personal user folder, then you are done and can skip step 26 and go to step 27 instead.| User Folder | Shell Command |
|---|
| Contacts | shell:Contacts | | Desktop | shell:desktop | | Documents | shell:Personal | | Downloads | shell:downloads | | Favorites | shell:Favorites | | Links | shell:Links | | Music | shell:My Music | | Pictures | shell:My Pictures | | Saved Games | shell:SavedGames | | Searches | shell:Searches | | Videos | shell:My Video |
26. Log off and log on, or restart the computer to finish restoring the user folder location. NOTE: Sometimes you may need to restart more than once for the changes to be applied. 27. When done, you can delete the downloaded .reg and .zip files if you like. That's it,
Shawn |  Published by | | Administrator Join Date: Oct 2008 Location: Texas Posts: 17,035 | |
 Tutorial Tools | | | | | | | | | |
10-11-2009
|
#1 | | |
Hi, I was doing this procedure and mistakenly click "yes" as warned in step 6, now I have to desktop folders, and I can't eliminate the duplicate. Can you please give me a link to the post were this is being solved?, I tried trough the search but I couldn't find any solution.
P.D. I now this is a how to but I don't wanna open a new post unless is necessary. Thanks a lot
| My System Specs | | System Manufacturer/Model Number Custom Made OS Windows 7 CPU Intel Quad Core 2.4Mhz Motherboard MSI G31 Memory 4GB Graphics Card Nvidia 9800GTX+ Sound Card Realtek Integrated 5.1 sound card Monitor(s) Displays Sharp Aquos LCD TV 37" Keyboard Logitech G15 Mouse Genius Optical Mouse PSU Thermaltake TR2-RX Case Achilles Gaming Case Cooling Thermaltake ISGC fan x4 Hard Drives Maxtor Diamond Max 250GB Sata II
Western Digital Blue Caviar 320GB Sata II
Maxtor Diamond Max 80GB IDE Internet Speed 2mbps |
10-11-2009
|
#2 | | Windows 7 Ultimate x64 SP1 beta Texas |
Hello Crasher,
The duplicate Desktop folder, without the default icon and just a yellow folder, should just be a normal folder without the Location tab in it's properties page. Copy all of the contents of this folder into the true Desktop folder, with the default icon, then see if you can delete it.
If not, then do OPTION TWO in the tutorial, restart the computer, and see if you can delete the duplicate Desktop (without default icon) afterwards. | My System Specs | | System Manufacturer/Model Number Self built custom OS Windows 7 Ultimate x64 SP1 beta CPU Intel i7-980X 3.3 Ghz Motherboard ASUS P6X58D Premium Memory 12 GB (2GBx6) DDR3 PC3-16000 2000 MHz Kingston HyperX Graphics Card EVGA GeForce GTX 480 SuperClocked 1536MB Sound Card Realtek HD Audio ALC889 Integrated Chip Monitor(s) Displays 28" Hanns-G HG281DJB and 23" Acer H233H Screen Resolution 28" 1920x1200 and 23" 1920x1080 Keyboard Logitech Cordless Desktop MX 5500 Revolution Mouse Logitech Cordless Desktop MX 5500 Revolution PSU OCZ Series Gold OCZZ1000M 1000W Case Corsair Obsidian 800D Cooling Thermalright Ultra 120 Extreme Copper CPU heat sink w/120 MM Hard Drives 50 GB OCZ Vertex 2 SSD
** 2 x 1TB Samsung HDD HD154UI SATA Internet Speed up to 20 Mb/s Download and up to 5 Mb/s Upload Other Info Microsoft LifeCam Cinema
** Samsung CLX-3175FW Printer
** D-Link DIR-855 Router
** Motorola SB6120 Cable Modem
** ASRock ION 330 server
** 2x APC Back-UPS XS 1500 |
02-07-2010
|
#3 | | |
Tried this and still no "my pictures" I attempted this solution several times and have rebooted a number of times, but still "My Pictures" doesn't show up under my User directory. I used method 2, the registry fix and shell command. I used regedit to look at the value and it seems right. I have checked ownership of "pictures" and I own the folder.
But nothing I do seems to make the "My Pictures" show up where it can actually be used.
I have attached a screen shot. Any and all suggestions welcome. | My System Specs | | |
02-07-2010
|
#4 | | Windows 7 Ultimate x64 SP1 beta Texas |
Hello DoctorJ, and welcome to Seven Forums.
Sometimes it may take a bit for it to return. When you type in the Shell command for it, where does it open to? | My System Specs | | System Manufacturer/Model Number Self built custom OS Windows 7 Ultimate x64 SP1 beta CPU Intel i7-980X 3.3 Ghz Motherboard ASUS P6X58D Premium Memory 12 GB (2GBx6) DDR3 PC3-16000 2000 MHz Kingston HyperX Graphics Card EVGA GeForce GTX 480 SuperClocked 1536MB Sound Card Realtek HD Audio ALC889 Integrated Chip Monitor(s) Displays 28" Hanns-G HG281DJB and 23" Acer H233H Screen Resolution 28" 1920x1200 and 23" 1920x1080 Keyboard Logitech Cordless Desktop MX 5500 Revolution Mouse Logitech Cordless Desktop MX 5500 Revolution PSU OCZ Series Gold OCZZ1000M 1000W Case Corsair Obsidian 800D Cooling Thermalright Ultra 120 Extreme Copper CPU heat sink w/120 MM Hard Drives 50 GB OCZ Vertex 2 SSD
** 2 x 1TB Samsung HDD HD154UI SATA Internet Speed up to 20 Mb/s Download and up to 5 Mb/s Upload Other Info Microsoft LifeCam Cinema
** Samsung CLX-3175FW Printer
** D-Link DIR-855 Router
** Motorola SB6120 Cable Modem
** ASRock ION 330 server
** 2x APC Back-UPS XS 1500 |
02-07-2010
|
#5 | | |

Quote: Originally Posted by Brink Hello DoctorJ, and welcome to Seven Forums.
Sometimes it may take a bit for it to return. When you type in the Shell command for it, where does it open to?
It opens the correct location, My Pictures. I just can't see it in my user directory (nor can programs).
I have been trying other things, I changed to folder setting to display hidden files. It turns out "My Pictures" is a hidden folder. When I click on properties for that folder, the "hidden" property is checked, but greyed out so I can not alter it.
Any suggestions on how to unhide the folder. I think I will be good if I can restore the directory to be not hidden. | My System Specs | | |
02-07-2010
|
#6 | | Windows 7 Ultimate x64 SP1 beta Texas |
DoctorJ,
Open a elevated command prompt, then type the command below and press enter to see if that may help bring it out of hiding for you. attrib +r -s -h %USERPROFILE%\Pictures /S /D | My System Specs | | System Manufacturer/Model Number Self built custom OS Windows 7 Ultimate x64 SP1 beta CPU Intel i7-980X 3.3 Ghz Motherboard ASUS P6X58D Premium Memory 12 GB (2GBx6) DDR3 PC3-16000 2000 MHz Kingston HyperX Graphics Card EVGA GeForce GTX 480 SuperClocked 1536MB Sound Card Realtek HD Audio ALC889 Integrated Chip Monitor(s) Displays 28" Hanns-G HG281DJB and 23" Acer H233H Screen Resolution 28" 1920x1200 and 23" 1920x1080 Keyboard Logitech Cordless Desktop MX 5500 Revolution Mouse Logitech Cordless Desktop MX 5500 Revolution PSU OCZ Series Gold OCZZ1000M 1000W Case Corsair Obsidian 800D Cooling Thermalright Ultra 120 Extreme Copper CPU heat sink w/120 MM Hard Drives 50 GB OCZ Vertex 2 SSD
** 2 x 1TB Samsung HDD HD154UI SATA Internet Speed up to 20 Mb/s Download and up to 5 Mb/s Upload Other Info Microsoft LifeCam Cinema
** Samsung CLX-3175FW Printer
** D-Link DIR-855 Router
** Motorola SB6120 Cable Modem
** ASRock ION 330 server
** 2x APC Back-UPS XS 1500 |
02-07-2010
|
#7 | | |

Quote: Originally Posted by Brink DoctorJ,
Open a elevated command prompt, then type the command below and press enter to see if that may help bring it out of hiding for you. attrib +r -s -h %USERPROFILE%\Pictures /S /D That worked! For some reason it took a couple of attempts (or maybe the effect just was not immediate). But eventually it worked. Do I need to reset that folder to be a system folder? (thats what the -s does, right? make it not system).
Thank you very much for you help. All this was a fix to a previous botched attempt to move My Pictures to a different drive. I will be more careful this time. | My System Specs | | |
02-07-2010
|
#8 | | Windows 7 Ultimate x64 SP1 beta Texas |
You're most welcome DoctorJ.
No need to reset it. That is the default attribute setting for that user folder. | My System Specs | | System Manufacturer/Model Number Self built custom OS Windows 7 Ultimate x64 SP1 beta CPU Intel i7-980X 3.3 Ghz Motherboard ASUS P6X58D Premium Memory 12 GB (2GBx6) DDR3 PC3-16000 2000 MHz Kingston HyperX Graphics Card EVGA GeForce GTX 480 SuperClocked 1536MB Sound Card Realtek HD Audio ALC889 Integrated Chip Monitor(s) Displays 28" Hanns-G HG281DJB and 23" Acer H233H Screen Resolution 28" 1920x1200 and 23" 1920x1080 Keyboard Logitech Cordless Desktop MX 5500 Revolution Mouse Logitech Cordless Desktop MX 5500 Revolution PSU OCZ Series Gold OCZZ1000M 1000W Case Corsair Obsidian 800D Cooling Thermalright Ultra 120 Extreme Copper CPU heat sink w/120 MM Hard Drives 50 GB OCZ Vertex 2 SSD
** 2 x 1TB Samsung HDD HD154UI SATA Internet Speed up to 20 Mb/s Download and up to 5 Mb/s Upload Other Info Microsoft LifeCam Cinema
** Samsung CLX-3175FW Printer
** D-Link DIR-855 Router
** Motorola SB6120 Cable Modem
** ASRock ION 330 server
** 2x APC Back-UPS XS 1500 |
03-21-2010
|
#9 | | |
I want to say thank you very much! I've had this problem for months now---I was afraid of changing the registry. Well, I finally did it and at first I thought I messed something up but after restarting everything is back to normal.
Thank you so much! | My System Specs | | OS Windows 7 Ultimate x64 CPU AMD Phenom 2 720 Motherboard Gigabyte AM3 Memory 4 GB Graphics Card GTX 260 Sound Card Onboard Monitor(s) Displays 2 PSU Corsair 650 Case CM 690 Cooling 4 Fans Hard Drives 4 Internet Speed Comcast Cable 22mbs All times are GMT -5. The time now is 08:05 AM. |  |