Blogger Templates Skip to main content

Offline install of .NET Framework 3.5 in Windows 10 using DISM


Windows 10 comes with .NET framework 4.5 Pre-installed, but many apps developed in Vista and Windows 7 era require the .NET framework v3.5 installed along with 4.5. These apps will not run unless you will install the required version. When you try to run any such app, Windows 10 will prompt you to download and install .NET framework 3.5 from the Internet. However, this will take a lot of time. You can save your time and install .NET Framework 3.5 from the Windows 10 installation media. This method is much faster and does not even require an Internet connection. Here is how to install it.

1.     Insert your Windows 10 DVD, or double click its ISO image, or insert your bootable flash drive with Windows 10, depending on what you have.
2.     Open 'This PC' in File Explorer and note the drive letter of the installation media you have inserted. (e.g. D)
3.     Now open an elevated command prompt and type the following command:

Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess

Replace D: with your drive letter for Windows 10 installation media.


Follow: Facebook Page

Comments

Popular posts from this blog

How To Create The Matrix Rain In Command Prompt

Step 1: Open Notepad. Step 2: Copy and paste the below code in your notepad @echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%. goto start       Step 3: Click on ” File ” and then ” Save As ” option. Save your file with a ” .bat ” extension i.e ” Matrix.bat “. Step 4: Run that batch file as an administrator. To enlarge The Screen Step 5: Right-click on the command prompt and Click on the properties. Step 6: Click on the Layout tab.  Step 7: Click On the window size section and enter your required resolution. Step 8: To apply changes Click on ok. To Stop The Matrix Rain: Just press CTRL + C, Then you will be asked: ” whether to terminate the job “. Now type ” y ” to stop the program. Tips : You can even add colors to your command prompt background and text. This is just by changing color codes i.e if you...

By passing windows 7/8/8.1/10 login password using ease of access

I am almost certain that this has been covered elsewhere. If you have seen this before, then I am sorry I wasted a precious few minutes of your life. 1, Boot up using a Windows 7/8/8.1/10 Installation CD or Bootable Pendrive. 2, At the first splash screen click “INSTALL NOW” then accept the license agreement click "NEXT". 3, Press "SHIT+F10" Simultaneously. Command prompt will open up. 4, Now u need to find out at what partition your OS is installed. you can check this by typing DISKPART>LIST DISK >SELECT DISK 1 > LIST VOL and in the volumes check for the BOOT partition and note down the volume label e.g "C" (it can be different for you). 5, Type in the following commands: cd C: cd Windows/system32 copy UtilMan.exe abc.exe copy cmd.exe Utilman.exe So what did we just do here? The first two commands changed our current working directory to "/Windows/system32". This location contains both "cmd.exe" (...

What is CCNA? A Beginner’s Guide to Cisco Certification

If you're aiming to launch a career in networking or IT, obtaining the CCNA (Cisco Certified Network Associate) certification is an excellent way to begin. But what does CCNA entail, and why is it significant? This guide will address your queries and assist you in determining whether CCNA is the right certification for you. What is CCNA? CCNA is an entry-level IT certification provided by Cisco, a leading company in the networking industry. It certifies your understanding of networking fundamentals, security, automation, and IP services. Consider CCNA your gateway into the IT field—whether your goal is to become a network engineer, system administrator, or cybersecurity specialist, this certification paves the way for numerous opportunities. Why Should You Get CCNA Certified? Here are compelling reasons to pursue CCNA certification: High Demand for Network Professionals – Organizations depend on robust networks and require certified experts to manage them. Enhanced Job Opportunitie...