0

I did a clean install of Windows 11. I didn't experience this issue before since I would do an "offline" setup of Windows without an account login, but it's a pain to do this with Windows 11. Anyway, OneDrive got installed and folders got linked with it. I thought I had properly unlinked and disabled everything before uninstalling OneDrive, but I guess I was wrong. My Desktop and Pictures folders still remained in the OneDrive folder. I managed to change the Desktop folder to the default location, but Pictures could not be moved, until I found a helpful guide on how to do this with RegEdit. I changed all the applicable folders to default location like so:

+-----------+----------------------------------------+-------------------------+
|  Folder   |              Registry key              |      Default value      |
+-----------+----------------------------------------+-------------------------+
| Downloads | {374DE290-123F-4565-9164-39C4925E467B} | %USERPROFILE%\Downloads |
| Desktop   | Desktop                                | %USERPROFILE%\Desktop   |
| Favorites | Favorites                              | %USERPROFILE%\Favorites |
| Music     | My Music                               | %USERPROFILE%\Music     |
| Pictures  | My Pictures                            | %USERPROFILE%\Pictures  |
| Videos    | My Video                               | %USERPROFILE%\Videos    |
| Documents | Personal                               | %USERPROFILE%\Documents |
+-----------+----------------------------------------+-------------------------+

However, I see "duplicate" entries with the registry key having some kind of alphanumeric value instead of a basic description like "Documents" or "My Pictures". Can I delete these? See photo.

enter image description here

3
  • How did you perform a clean install of OneDrive on Windows 10+? {374DE290-123F-4565-9164-39C4925E467B} is the GUID for the Downloads folder. I see no duplicate keys in your screenshot
    – Ramhound
    Commented Feb 13 at 17:01
  • I apologize for the mistake. I meant clean install of Windows 11, not OneDrive. I'm referring to the registry entries starting with the names of {0DDD015D...} and {F42EE2D3...}. They point to the OneDrive folders of Pictures and Documents respectively. However, I have the registry entry Personal and My Pictures already pointing to the local user folders of Documents and Pictures.
    – jp207
    Commented Feb 13 at 17:54
  • {374DE290-123F-4565-9164-39C4925E467B} is the GUID for the Downloads user profile directory. I assume the other GUIDs you have provided are for Pictures and Documents. What exactly is you concern with regards to the registry key? I still don't see any duplicates.
    – Ramhound
    Commented Feb 13 at 19:32

1 Answer 1

1

OneDrive takes large liberties with your folders when Backup is specified (which is the default) for your folders of Documents, Images and Downloads.

It will move these folders into its own folder and will remap them so they appear to still be at their old placement, while actually not being there any longer.

The correct way of undoing these mappings is in the OneDrive client, click Settings under the Backup tab, click Manage Backup, and for these three folders to click "Stop backup". However, I understand that you have uninstalled OneDrive (?).

You're probably seeing in the registry this mapping, so be very careful, as removing it might cause problems.

I suggest to backup the folders, save and remove the mappings, then move the folders out of the OneDrive folder and back to their right place. Careful backups are suggested with this operation, so you don't lose the contents and permissions on the data.

1
  • "It will move these folders into its own folder and will remap them so they appear to still be at their old placement, while actually not being there any longer." That is quite scary! Thanks for that warning. Though I've never used OneDrive, I assumed it would simply copy the folders, not move them! Commented Feb 13 at 19:04

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .