Jump to content


Recommended Posts

You can either use Powershell or a simple cmd command to enable the feature.

 

I enable the feature during OSD.

 

Copy the sxs folder from your source media (Windows 10, Windows 8.1, etc...)
You cannot use the sxs folder from Windows 8.1 in Windows 10 for instance.

The folder is located in x:\Sources\sxs (x = drive letter)

 

Because I do it during OSD, I've created package containing the script and the sxs folder.

Now either create a Powershell script with this in it:

Enable-WindowsOptionalFeature –Online –FeatureName NetFx3 –All -LimitAccess -Source $PSScriptRoot\Source\sxs

Or you can create a bat file with this in it:

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

-> No need for a bat file if it is via OSD. You can then just add a "Run Command Line"

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.