Some servers arrive from the manufacturer with an OS already installed. Also in some instances, the system drive (C:) is for some inexplicable reason is very small. The act of downloading updates via Windows updates can easily run your system drive out of space. Here is an easy way to send the downloaded files to another location, and clear up some space on your system drive.
- Stop the Automatic Updates service. To do this, follow these steps:
- Click Start, click Run, type services.msc, and then click OK.
- Right-click the Automatic Updates service.
- Click Stop. The service will take a moment to stop.
- Make a Folder on non-C Drive called \windows\SoftwareDistributionRelocated
- Move all files and folder in C:\windows\SoftwareDistribution to D:\windows\SoftwareDistributionRelocated
- Delete the C:\windows\SoftwareDistribution folder
- Make a link between C:\windows\SoftwareDistribution AND D:\windows\SoftwareDistributionRelocated
- Right Click on Start\All Programs\Accessories\Command Prompt and Run as administrator
MkLink /D C:\windows\SoftwareDistribution D:\windows\SoftwareDistributionRelocated
- Start the Automatic Updates service. To do this, follow these steps:
- Click Start, click Run, type services.msc, and then click OK.
- Right-click the Automatic Updates service, and then click Start.