- Create a Folder on D Drive:
- Create a folder on your D Drive where you want the updates to be downloaded, for example,
D:\WindowsUpdate
.
- Create a folder on your D Drive where you want the updates to be downloaded, for example,
- Stop Windows Update Service:
- Open Command Prompt as Administrator.
- Type
net stop wuauserv
and press Enter.
- Rename SoftwareDistribution Folder:
- Navigate to
C:\Windows\SoftwareDistribution
and rename it toSoftwareDistribution.old
.
- Navigate to
- Create Symlink:
- In the Command Prompt, type the following command and press Enter:
mklink /j C:\Windows\SoftwareDistribution D:\WindowsUpdate
- In the Command Prompt, type the following command and press Enter:
- Restart Windows Update Service:
- Type
net start wuauserv
and press Enter.
- Type
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin