Your Local IP Address:
Your Public IP Address:
18.216.32.116

How to Enable .NET Framework 3.5 in Windows (2 ways)

Note: .NET Framework 3.5 is a Legacy Framework, please make sure you install only if needed.

Option 1: (Offline/ No Internet)

1. Mount the Windows 10 ISO file, or plug in the Window 10 Bootable USB Flash Drive

How to Enable .NET 3.5 Framework - Mount Windows 10 USB Installer

2. Find and run cmd > Right Click > Run as administrator

How to Enable .NET 3.5 Framework - Run CMD - run as administrator

3. Type this command: DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:e:\sources\sxs

How to Enable .NET 3.5 Framework - Type Command DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:e:\sources\sxs

Option 2: (Online/ with Internet)

1. Press Windows Key + R (shortcut for Run Command)
Type appwiz.cpl > Press OK

How to Enable .NET 3.5 Framework - run command appwiz.cpl

2. Click Turn Windows features ON or OFF

How to Enable .NET 3.5 Framework - Turn Windows Feature ON or OFF

3. Tick the box .NET Framework 3.5 (includes .NET 2.0 and 3.0)
> Click OK

How to Enable .NET 3.5 Framework - Tick Box - .NET 3.5 Framework

Actual Video Guide:

Leave a Comment