

In my case, the virtual drive with the image was assigned the drive letter E: (we will use this drive letter in the following commands).Click on the file and choose Mount to connect the image to a virtual DVD drive (or use the PowerShell command: Mount-DiskImage -ImagePath "C:\ISO\Windows11-22h2.iso" ) In my case, I have the file Windows 11 ISO image file. Connect your media with the Windows installation image to your computer.To do this, you will need an installation USB flash drive or an ISO image file with your Windows version ( how to check the version of Windows in an ISO image): In this case, you can manually install the NET 3.5 feature from your Windows installation media. Please reboot your computer and try again

NET 3.5: Windows couldn’t complete the requested changes. If your computer is not connected to the Internet or disconnected from the network, then an error will appear when installing. Or with PowerShell: Enable-WindowsOptionalFeature -Online -FeatureName "NetFx3".Using DISM: DISM /online /Enable-Feature /FeatureName:"NetFx3".
