Skip to content

Free Up Some Disk Space

Michael Kramer edited this page May 30, 2018 · 1 revision

Free up some disk space:

C:\swsetup

Steps:

  1. open CMD in admin
  2. robocopy C:\swsetup D:\swsetup /MOVE /e
  3. mklink /J C:\swsetup D:\swsetup

C:\Windows\SoftwareDistribution

Steps:

  1. open CMD in admin
  2. robocopy C:\Windows\SoftwareDistribution D:\Windows\SoftwareDistribution /MOVE /e
  3. mklink /J C:\Windows\SoftwareDistribution D:\Windows\SoftwareDistribution
Clone this wiki locally