Windows 10 install .net framework without internet
Method 1 Use Windows 10 ISO (Installer)
1. Mount the ISO.
2. Open command prompt (run as administrator)
3. Type DISM.exe /Online /Add-Package /PackagePath:"D:\sources\sxs\Microsoft-Windows-NetFx3-On Demand-Package.cab"
Replace drive letter (D:\) with your own ISO drive letter.
Method 2 Download file from internet
1. Download Microsoft-Windows-NetFx3-On Demand-Package.cab file from link below.
https://drive.google.com/file/d/1OJLDrehM7jkPpJa_XNW2D1-kViDwNLNR/view?usp=sharing
2. Place the file in C:\
3. Open command prompt (run as administrator)
4. Type DISM.exe /Online /Add-Package /PackagePath:"C:\Microsoft-Windows-NetFx3-On Demand-Package.cab"
No comments:
Post a Comment