Home
About
Contact
Categories
Classic ASP (28 - Sub-Categories)
CSS (1 - Sub-Category)
JavaScript (5 - Sub-Categories)
Databases (22 - Sub-Categories)
ASP.NET (24 - Sub-Categories)
Delphi (5 - Sub-Categories)
Windows Server Core (5 - Sub-Categories)
VMWare (1 - Sub-Category)
Code Editing Tools (2 - Sub-Categories)
Linux (2 - Sub-Categories)
Dell Servers (15 - Sub-Categories)
Blog Entries
2025 (1 - Entry)
Bug Reports
(Bugs Fixed
New CFFCS Coding Source is still in Beta
Please report any errors to the [Contact] page. Thank you.
Classic ASP (28)
CSS (1)
JavaScript (5)
Databases (22)
ASP.NET (24)
Delphi (5)
Windows Server Core (5)
VMWare (1)
Code Editing Tools (2)
Linux (2)
Dell Servers (15)
Previous
Windows Server Core Installation Complete Code for PowerShell and Command Prompt
Current Code Entry
Go Back To Code List
[
PowerShell
]
Windows Server Core
PowerShell
Installing .NET 4.8 on a Windows Core Server
Format Your SQL Script
Installing .NET 4.8 on a Windows Core Server
Article Entry Date: March 15,2025 @ 02:18:29 / Last Updated On: March 15,2025 @ 02:22:48
Install the .NET 4.8 version on our Windows Core Server.
Run this to find out the version number of the currently installed version of .NET.
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" /v version
To install .NET on your Windows Core Server.
Change the Directory to the location where you have the .NET file stored on your server.
C:\Users\YourUser> G: G:\>cd apps
Get a list of files in the Directory.
G:\apps>dir
Switch over to Powershell.
G:\apps>Powershell
Now, load the DOTNET file and install it.
PS G:\>./DOTNET-4.8.exe /q
Once the installation is complete, the system will reboot, and then you can run the code above to find the version number of your newly installed .NET Framework.
Tags
install dot net on windows core server
windows core server install .net
how to install .net 4.8 on windows core server
how to install .net 4.8 on windows server without a desktop