Changes between Version 5 and Version 6 of windows/installation_image
- Timestamp:
- Jun 26, 2013, 1:06:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows/installation_image
v5 v6 38 38 dism /image:c:\win8\mnt /Get-features 39 39 40 # feature: telnetclient 40 41 dism /image:c:\win8\mnt /enable-feature /featurename:telnetclient 41 # (/featurename:netfx3: doesn't work, because sources are not included) 42 43 # /featurename:netfx3: doesn't work 44 # see http://msdn.microsoft.com/en-us/library/hh506443.aspx 45 dism /image:c:\win8\mnt /enable-feature /featurename:NetFx3 /All /Source:C:\win8\installfiles\sources\sxs /LimitAccess 42 46 43 47 dism /image:c:\win8\mnt /Get-ProvisionedAppxPackages