Install .NET Framework 3.5 in Windows 10 without internet(offline)
By default in Windows 10 .net framework 4.5 is pre installed. If we install .net framework 3.5 apps Windows 10 will prompt to install .net framework 3.5 from internet. It will take to long time. Here is another way to quick installation without internet connection. Insert Windows10 DVD or load your ISO image or Insert bootable flash disk. CTRL+E This PC -> Note the Drive letter of installation media In my case it's D: Open Command Prompt as admin mode Type the following command Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess Replace D: with your drive letter (what you note down before 3rd point) Now installation will start.After completion of installation "The operation completed successfully"message will display.