#.net 3.5 not installing

1 messages · Page 1 of 1 (latest)

south elbow
#

can you run this command

Disable-WindowsOptionalFeature -O -F ServicesForNFS-ClientOnly
#

in powershell as admin

fiery hazel
#

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?

fiery hazel
#
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>```
fiery hazel
#

yeah its all good now!