Install .NET Framework 3.5 Offline
Connect a Windows 10 installation USB that is the exact same build as what is currently installed.
Or, Mount a Windows 10 ISO that is the exact same build as what is currently installed.
Open This PC in File Explorer (Win+E), and make note of the drive letter of this USB or mounted ISO.
Open an elevated command prompt.
Type the command below in the elevated command prompt, and press Enter
Dism /online /enable-feature /featurename:NetFX3 /Source:<driveletter>:\sources\sxs /LimitAccess
Or, Mount a Windows 10 ISO that is the exact same build as what is currently installed.
Open This PC in File Explorer (Win+E), and make note of the drive letter of this USB or mounted ISO.
Open an elevated command prompt.
Type the command below in the elevated command prompt, and press Enter
Dism /online /enable-feature /featurename:NetFX3 /Source:<driveletter>:\sources\sxs /LimitAccess
Comments
Post a Comment