Install Windows Server 2019 Server Core
By Vladimir Mikhalev · Solutions Architect · Docker Captain · IBM Champion
This article is for those looking for a detailed and straightforward guide on installing Windows Server 2019 Server Core.
NOTEI strongly recommend that you never use any third-party builds of Windows. Use only original installation images. This will help you avoid a lot of problems and get maximum performance and stability.
After successfully booting from a Windows Server 2019 Server Core installation USB stick or DVD, the first step is to select your language options.
Click on the “Next” button.

Click on the “Install now” button.

NOTEIf you need to install Windows Server 2019 with a GUI, then you need to select “Windows Server 2019 Standard Evaluation (Desktop Experience)” or “Windows Server 2019 Datacenter Evaluation (Desktop Experience)”.
This example is for installing Windows Server 2019 Datacenter Evaluation (Server Core).
Select “Windows Server 2019 Datacenter Evaluation” and click “Next”.

Now you need to accept the terms of the license.

This step offers two installation options:
-
“Upgrade”. This is not the best option. As practice shows, numerous programs may not be compatible with the new operating system, and after the update, you will not be able to work with them, in addition, there is a possibility of dragging problems from the old operating system to the new one, thus losing all stability.
-
“Custom”. This is the best option for installing any version of the Windows operating system. It allows you to start from scratch with the system, so after installation, you will get maximum performance and stability. All that remains is to install the drivers and software familiar to work.

Now you need to select which disk the new operating system will be installed on and allocate space for installation.
If you have more than one disk installed or the disk already has several partitions, all this will be displayed at this stage. You need to be careful and understand in advance which partition you want to install the operating system on.
NOTEIn this example, there is one 50 GB disk installed.
Click on the “New” button.

In this case, all free disk space will be allocated for the system, so we leave the value in the “Size” section by default.
Click on the “Apply” button.

The operating system notifies that it may need to create additional partitions on the disk to store system files.
Click on the “OK” button.

Thus, all free disk space was allocated for the operating system, but at the same time, the system reserved a small partition for itself.
Now you need to select the partition on which you intend to install the operating system and click on the “Next” button.

The process of installing the operating system has begun.

The computer will automatically restart.

Now you need to provide a strong password for the “Administrator” account.
Select “Ok” and press the “Tab” button.

Specify a strong password and click on the “Tab” button.

We indicate the previously entered password again and press the “Enter” button.

The password for the “Administrator” account has been set.
Press the “Enter” button.

Windows Server 2019 Server Core installation is complete.

Related Posts
- 1Recovering a Corrupt Exchange Database with Stellar Repair — Real-World Lab TestSysAdmin & IT Pro · We deliberately broke an Exchange 2019 server to see if Stellar Repair for Exchange could recover a dirty-shutdown EDB file. Step-by-step recovery process, lab setup, and lessons learned.
- 2Distinctions Between Terminal, Command Line, Shell, and PromptSysAdmin & IT Pro · Learn the differences between terminal, command line, shell, and prompt in Linux. A beginner-friendly guide to essential CLI concepts and tools.
- 3Install Ubuntu Server 22.04 LTSSysAdmin & IT Pro · Step-by-step guide to install Ubuntu Server 22.04 LTS. Covers language, disk setup, OpenSSH, user creation, and system configuration for beginners.
- 4Install OTRS on Ubuntu ServerSysAdmin & IT Pro · Comprehensive guide to installing OTRS Community Edition on Ubuntu Server. Learn to configure PostgreSQL, Apache, SSL with Let's Encrypt, and launch OTRS securely.
Random Posts
- 1Install Wiki.js with Docker ComposeSelf-Hosting · Step-by-step guide to install Wiki.js with Docker Compose on Ubuntu using Traefik, Let's Encrypt, and PostgreSQL. Secure setup with SSH and HTTPS.
- 2Install Ghost Using Docker ComposeSelf-Hosting · Install Ghost with Docker Compose and Traefik, complete with Let's Encrypt SSL. Launch a secure, self-hosted blogging platform in just a few steps.
- 3Mastering Terraform Contains and Strcontains FunctionsDevOps & Cloud · Learn how to use Terraform's contains and strcontains functions for better logic control in IaC. Includes practical DevOps examples and best practices.
- 4Install Firmware for Kernel Drivers on UbuntuSysAdmin & IT Pro · Learn how to install firmware for kernel drivers on Ubuntu using .deb packages to ensure hardware compatibility and system stability.