But what do you do if you have no Internet connection? The solution emerges with the Windows 8 ISO and DISM. Have a look below and check this quick step-by-step guide on how to activate the .NET Framework 3.5 without Internet connection:
- Create a folder under your system drive called net35 (example: C:\net35)
- Mount your Windows 8 ISO file
- In the Windows 8 ISO, copy the folder “sources\sxs\” into the newly created net35 folder. I recommend using xcopy for it: xcopy DRIVERLETTER:\sources\sxs\*.* c:\net35 /s.
- Once you copied all the files, you now utilize DISM to enable the .NET Framework 3.5 feature by entering the following command in an elevated command prompt:
source
No comments:
Post a Comment