[Win 10] Installing the .NET Framework 3.5 on Windows 8, Windows 8.1 and Windows 10
open cmd with administrator
(1)Install with offline mode
DISM /Image:C:\test\offline /Enable-Feature /FeatureName:NetFx3
/All /LimitAccess /Source:D:\sources\sxs
(2)Install with online
DISM /online /Enable-Feature /FeatureName:NetFx3
/All /LimitAccess /Source:D:\sources\sxs
留言
張貼留言