Dotnet Framework 3.5 Easy Offline Install Windows 10 - HKCPallav

Опубликовано: 14 Май 2026
на канале: pallav samar
80
0

How to install dotnet framework 3.5 easily without internet .
1. From Windows 10 image (same version that is installed ) copy "sxs" folder (Location- X:\sources\sxs) to C:/ Drive.
2. Check Windows Update Should be enabled.
3. Open Command Prompt as Administrator and
run command -
Dism /online /enable-feature /featurename:NetFX3 /All /Source:C:\sxs /LimitAccess
4. Dotnet framework is now installed.