How to Install .net 3.5 in Windows
Method 1:-
Use the below powershell command’s to install the .net 3.5 in windows 8/10 and 11.
1. Set-ItemProperty “REGISTRY::HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU” UseWUserver -value 0
2. Get-Service wuauserv | Restart-Service
3. Add-WindowsCapability –Online -Name NetFx3~~~~
4. Set-ItemProperty “REGISTRY::HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU” UseWUserver -value 1
0 Comments