User profile issue after moving Downloads from C: to D:


  1. Posts : 3
    Windows 10
       #1

    User profile issue after moving Downloads from C: to D:


    (All below is on Windows 10)

    Hello! I used Properties > Location > Move on “downloads” to move from C: to D:. However that led to “Downloads” then having the entirety of D: inside it. So I reverted it to C: doing the same method, which seemed to merge my user profile with “Downloads”. All the default folders were inside Downloads.

    I managed to fix this using bat files and registry edits.

    However now in C:\Users it still has “Downloads” and “public” instead of my user profile. Clicking on Downloads show it is my User Profile. All my directories seem to work fine and have the correct address of c:\users\jam_s\documents etc however it still shows as “This PC > OS (C:) > Downloads > Documents”

    How can I make the folder in c:\Users show as my profile again and not as “Downloads”, and also fixing the visual paths? (I don’t understand how they have the right directory addresses but still appear as Downloads)

    Please see below images:

    User profile issue after moving Downloads from C: to D:-users.png

    User profile issue after moving Downloads from C: to D:-downloadprofile.png

    User profile issue after moving Downloads from C: to D:-profile.png

    User profile issue after moving Downloads from C: to D:-profilereg.png

    User profile issue after moving Downloads from C: to D:-userprofiles.png

    I'd very much appreciate any assistance with this. From what I have described would my only issue be the (seemingly) cosmetic display of "Downloads" as my user profile folder? Or could I have potentially have broken anything else? Also why has this happened?

    Thank you in advance
      My Computer


  2. Posts : 42,996
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Hello, I keep warning people how risky this deceptively simple procedure is, yet there are members who say they've never had a problem with it.

    The tutorials on this contain a warning and advise users to create a system image (disk image) before using it. I asked for that to be added, as you can see:
    Move Location of Downloads Folder in Windows 10


    Did you do that? Do you use disk imaging routinely as is so, so often recommended here? E.g. Macrium Reflect (free)?

    Quite a number of threads show how awkward it can be to correct this.

    I'll only offer you this:
    Restore Default Location of Personal Folders in Windows 10

    Hope you sort it out.
      My Computers


  3. Posts : 3
    Windows 10
    Thread Starter
       #3

    dalchina said:
    Hello, I keep warning people how risky this deceptively simple procedure is, yet there are members who say they've never had a problem with it.

    The tutorials on this contain a warning and advise users to create a system image (disk image) before using it. I asked for that to be added, as you can see:
    Move Location of Downloads Folder in Windows 10


    Did you do that? Do you use disk imaging routinely as is so, so often recommended here? E.g. Macrium Reflect (free)?

    Quite a number of threads show how awkward it can be to correct this.

    I'll only offer you this:
    Restore Default Location of Personal Folders in Windows 10

    Hope you sort it out.
    Good afternoon, similar to that yes - however in my ignorance I didn't use a guide. Properties > Location > Move seemed a simple and problem free method that I didn't foresee these issues.

    But in regards to the other link, I believe I have restored all my default locations of personal folders through bat files. However my issue is that in my users folder my user profile cosmetically still appears as "downloads".

    All the addresses seem fine and go to c:\users\Jam_S - however in explorer it just looks as though it goes like this pc > os (c:) > downloads.

    I could be wrong and broke more - but everything seems working fine EXCEPT the visual of "Downloads" in my Users folder, and in the explorer bar.

    Thanks for your help anyway!
      My Computer


  4. Posts : 989
    Microsoft Windows 10 Home
       #4

    Open a PowerShell window to c:\Users\jam_s (or whatever folder is displaying the Downloads name in error) and copy & paste the following commands:
    Code:
    ri desktop.ini -force
    (gi .).Attributes -= 'ReadOnly'
      My Computer


  5. Posts : 3
    Windows 10
    Thread Starter
       #5

    KeithM said:
    Open a PowerShell window to c:\Users\jam_s (or whatever folder is displaying the Downloads name in error) and copy & paste the following commands:
    Code:
    ri desktop.ini -force
    (gi .).Attributes -= 'ReadOnly'
    This solved it, thank you very much.

    Based on what I have said could I have caused any other problems? Or now that all the folders are in the right directories, and that folder is now identified correctly is that all that I could have broken?
      My Computer


  6. Posts : 989
    Microsoft Windows 10 Home
       #6

    AsapJam said:
    This solved it, thank you very much.

    Based on what I have said could I have caused any other problems? Or now that all the folders are in the right directories, and that folder is now identified correctly is that all that I could have broken?
    You should be fine. It was just a display name imposed by a deskotp.ini file.
      My Computer


  7. Posts : 5,452
    Windows 11 Home
       #7

    I do not see {7D83... in yours User Shell Folders. I think, one of those values affects Explorer's view.
    Code:
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "{374DE290-123F-4565-9164-39C4925E467B}" /t REG_SZ /d "D:\Software\Temp\Downloads" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "{374DE290-123F-4565-9164-39C4925E467B}" /t REG_EXPAND_SZ /d "D:\Software\Temp\Downloads" /f
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "{7D83EE9B-2244-4E70-B1F5-5393042AF1E4}" /t REG_EXPAND_SZ /d "D:\Software\Temp\Downloads" /f
    taskkill /im explorer.exe /f & explorer.exe
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:23.
Find Us




Windows 10 Forums