#.net 3.5 not installing
1 messages · Page 1 of 1 (latest)
I ended up finding another post, basically mounted the iso, ran this DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /Source:D:\sources\sxs /LimitAccess in powershell and got it installed, I'm guessing that was the long winded way?
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https ://aka.ms/PSWindows PS C:\WINDOWS\system32> Disable-WindowsOptionalFeature -O -F ServicesForNFS-ClientOnly
Path :
Online : True
RestartNeeded : False
PS C:\WINDOWS\system32>```
that means its installed
yeah its all good now!