Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

For Windows 10 .net framework 3.5 needs to be enabled/installed within windows features. You may see the error message “Unable to find a valid .net framework installation on this machine”

Instructions

You will need to mount the Windows 10 ISO disk image to enable this feature.

Once mounted, open a command prompt (as administrator) and insert the command:

Dism /online /enable-feature /featurename:NetFx3 /All /Source:<source>\sources\sxs\ /LimitAccess

<source> will be the DVD drive or drive where the ISO was mounted.

You should then see a message that this has been successfully enabled.

 

  • No labels