Skip to content

Instantly share code, notes, and snippets.

@ycku
Last active October 17, 2019 08:44
Show Gist options
  • Save ycku/ec9cefb45335ca659210541902fb8e51 to your computer and use it in GitHub Desktop.
Save ycku/ec9cefb45335ca659210541902fb8e51 to your computer and use it in GitHub Desktop.
從 Windows 光碟離線安裝內建功能

從 Windows 光碟離線安裝內建功能

  • 以 .Net framework 3.5 為例,Windows 10 以上不能使用 .Net framework 3.5 的離線安裝檔
c:\> dism.exe /online /enable-feature /featurename:netfx3 /All /LimitAccess /Source:d:\sources\sxs
  • Source 改為自己的光碟路徑
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment