Changes between Version 2 and Version 3 of windows/installation_image
- Timestamp:
- Jun 12, 2013, 5:29:45 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows/installation_image
v2 v3 36 36 dism /image:c:\win8\mnt /Get-features 37 37 38 dism /image:c:\win8\mnt /enable-feature 38 dism /image:c:\win8\mnt /enable-feature /featurename:telnetclient 39 39 # (/featurename:netfx3: doesn't work, because sources are not included) 40 40 … … 42 42 43 43 dism /image:c:\win8\mnt /Remove-ProvisionedAppxPackage /packagename:Microsoft.XboxLIVEGames_1.0.927.0_x64__8wekyb3d8bbwe 44 dism /image:c:\win8\mnt /Remove-ProvisionedAppxPackage 45 dism /image:c:\win8\mnt /Remove-ProvisionedAppxPackage 44 dism /image:c:\win8\mnt /Remove-ProvisionedAppxPackage /packagename:microsoft.microsoftskydrive_16.4.4204.712_x64__8wekyb3d8bbwe 45 dism /image:c:\win8\mnt /Remove-ProvisionedAppxPackage /packagename:Microsoft.BingSports_1.2.0.135_x64__8wekyb3d8bbwe 46 46 47 47 dism /image:c:\win8\mnt /cleanup-image /StartComponentCleanup