Posted On October 27, 2022

How to Install Windows Dot Net 3.5 & 4.5

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to Install Windows Dot Net 3.5 & 4.5

Run these commands to check dot net 3.5:

PS C:\Windows\system32> import-module servermanager
PS C:\Windows\system32> get-windowsfeature web-asp-net

Display Name Name Install State
------------ ---- -------------
[ ] ASP.NET 3.5 Web-Asp-Net Available

Install ASP.NET 3.5:

PS C:\Windows\system32> install-windowsfeature web-asp-net 
Success Restart Needed Exit Code Feature Result
------- -------------- --------- --------------
True No Success {ASP.NET 4.8, Application Development, ASP...

Run this command to check dot net 4.5:

PS C:\Windows\system32> get-windowsfeature Net-Framework-45-Core

Display Name Name Install State
------------ ---- -------------
[X] .NET Framework 4.8 NET-Framework-45-Core Installed

If necessary, install DotNet 4.5:

add-windowsfeature Net-Framework-45-Core

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

VSS Error: Snapshots were found, but they were outside of your allowed context

Error: PS C:\Windows\system32> vssadmin delete shadows /for=c: /allvssadmin 1.1 - Volume Shadow Copy Service administrative…

View FSMO Roles

View FSMO RolesC:\WINDOWS>ntdsutil > ntdsutil.exe Type roles, and then press ENTER.ntdsutil: roles fsmo maintenance:Note: To…

Reset password for Active Directory Windows Recovery Administrator Account

Method 1 This procedure is useful to recover the original Administrator password that emulates TrustedInstaller…