Enable .NET Framework 2 and 3.5 for Windows 10

 Note: with every new build version of Windows 10, you will need to do this.

  1. You will need a copy of the new Windows 10 image. Either mount or extract it.
  2. Copy the 2 netfx3 files from .\sources\sxs to a new folder: 



  3. Copy the script below and create a new batch script.

mkdir c:\windows\temp\net
copy *.cab c:\windows\temp\net\
dism.exe /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:c:\windows\temp\net
view raw dism-net hosted with ❤ by GitHub

Comments

Popular posts from this blog

Powershell Install-Module Error - Unable to Download from URI ... 0x409

Configuring App-only Authentication for Exchange Online for Powershell Scripts