Liberar espacio en carpetas WinSxS y C:\windows\installer en Windows 10
Para WinSxS: Dism.exe /online /Cleanup-Image /StartComponentCleanup Para c:\windows\installer: Net Stop msiserver /Y Reg Add HKLM\Software\Policies\Microsoft\Windows\Installer /v MaxPatchCacheSize /t REG_DWORD /d 0 /f RmDir /q /s %WINDIR%\Installer\$PatchCache$ Net Start msiserver /Y Net Stop msiserver /Y Reg Add HKLM\Software\Policies\Microsoft\Windows\Installer /v MaxPatchCacheSize /t REG_DWORD /d 10 /f Net Start msiserver /Y