Windows 10 업데이트 할 때 디스크 용량 부족

Windows 10 업데이트 할 때 디스크 용량 부족하다고 진행이 안 되는 경우가 있습니다. USB 디스크 연결하면 해결 할 수 있긴 한데, 태블릿 같은 경우는 USB 디스크 연결이 어려울 때가 있습니다. 태블릿에 USB 디스크 연결하기는 어렵고 SD 카드만 가용할 때 해결 방법 설명합니다.

junction.exe 또는 junction64.exe 파일을 인터넷에서 찾아 다운로드 받습니다. Windows 10 업그레이드에 C:\Windows\SoftwareDistribution 디렉토리를 사용하는데, 이 디렉토리를 SD 카드의 D: 드라이브로 옮기고 C:\Windows\SoftwareDistribution에 연결할 겁니다. 연결을 만들 때 juncion.exe 파일을 이용할 겁니다.

Administrator 권한으로 CMD를 열고 아래 명령을 이용합니다.

net stop wuauserv
cd C:\Windows
xcopy C:\Windows\SoftwareDistribution D:\Windows\SoftwareDistribution /E /H /X /K
; 위 명령에 이어 D라고 대답합니다.

rename SoftwareDistribution SoftwareDistribution.del
del /s /q SoftwareDistribution.del
junction C:\Windows\SoftwareDistribution "D:\Windows\SoftwareDistribution"

net start wuauserv

이렇게 하고 C:\Windows 디렉토리에서 SoftwareDistribution 아이콘을 보면, 아이콘 위에 바로가기 화살표가 있을 겁니다. 이제 업데이트를 시작하면 됩니다.

keywords : Microsoft, Windows 10, 윈도, 윈도우즈, Upgrade, Update