Hi djblake,
This behavior occurs if:
• You've relocated the Documents folder to a network or removable drive earlier, and the path is currently unreachable. (OR)
• The Documents folder is pointing to a Root folder of a fixed drive (example, D:)
If you’ve relocated the Documents folder to a network or removable drive earlier, and the path is currently unreachable, follow the steps mentioned below to fix the issue:
This happens if the corresponding shell folder was relocated earlier and is pointing to an invalid location. For instance, if an user relocates the Documents folder to a removable hard drive and then disconnects the removable hard drive at a later stage, this problem is seen. If you wish to reset the shell folder paths to the default location, use the following steps:
- Click Start, type regedit.exe and press ENTER
- Navigate to the following location:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ User Shell Folders
- Double-click the registry value associated with the shell folder.
- Set its value data accordingly.
For example, to reset the Documents folder path, double-click Personal and set its data to %USERPROFILE%\Documents
Importantly, make sure that the Value type is REG_EXPAND_SZ, as we're using an expandable string (%userprofile%) in the Value data. If the value is already set as REG_SZ, delete it and create a new value of the correct type.
- Exit the Registry Editor.
Registry Disclaimer:
Important The above section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
How to back up and restore the registry in Windows**http://support.microsoft.com/kb/322756**
If the Documents folder is pointing to a Root folder of a fixed drive (example, D:), follow the steps mentioned below:
Revert the Documents folder to its original location, or relocate it to a folder which is at least one level deep from the Root folder (Example: D:\Documents, or D:\Users\Documents etc). To do so, follow these steps:
* Create the destination folder first
* Click the Start button
* Right-click Documents, and choose Properties
* Select the Location tab
* Click Move and select the target folder
* Click Apply
* Click Yes when you're prompted to move the files to new location
* Click OK
Hope this helps!
Regards,
Gokul - Microsoft Support