Installing .NET From Command Line
From The Dumping Ground
- Download and mount ISO for the version of Windows you are running.
- Open Command Prompt or PowerShell as Administrator.
- Run the following command, replacing F with the drive letter of the mounted ISO:
dism /online /enable-feature /featurename:NetFx3 /All /Source:F:\sources\sxs /LimitAccess