Share via

Change Windows Update Location

profqwevo 0 Reputation points
2025-10-18T09:52:20.47+00:00

I have followed the steps from this link https://learn.microsoft.com/en-us/answers/questions/1519923/changing-default-download-and-storage-location-for but then how do i change back from D: to C:? Please help and thanks in advance

Windows for home | Windows 10 | Windows update
0 comments No comments

1 answer

Sort by: Most helpful
  1. DaveM121 891.1K Reputation points Independent Advisor
    2025-10-18T10:33:14.7966667+00:00

    If you used the exact command in that tutorial using mlink with the /j switch, that command just creates a junction between the C:\Windows\SoftwareDistribution folder and the D:\WindowsUpdate folder.

    To remove that junction between those folders, you just need to run this command (provided this is the exact folder you created the link to).

    rmdir D:\WindowsUpdate

    This command just deletes the folder on the D drive you created the link to and removes the link.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.