Skip to Content

Install.NET on Windows Using DISM

Estimated Reading Time: < 1 Minute

 

 

1

Open a command prompt with

administrator rights

2

To install.net Framework 3.5 from windows,

enter the following at the prompt:

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All

 

 

3 A progress bar will open and complete

4

You can check the installation by:

Going to Programs and Features

Turn Windows Features on or off

Verify the item is now checked.

 

 

 

 

 

 

Install.NET on Windows Using DISM
  • COMMENT