Windows Server 2019 build 17661
Build of Windows Server 2019 | |
OS family | Windows 10 (NT 10.0) |
---|---|
Version number | 10.0 |
Build number | 17661 |
Build revision | 1001 |
Architecture | x64 |
Build lab | rs_prerelease |
Compiled on | 2018-04-28 |
SKUs | |
Datacenter Core Nano | |
Windows Server 2019 build 17661 is a build of Windows Server 2019. This build was released as a Docker Hub container image.
Container image[edit source]
This build was only officially released in the form of a Docker layer image file and has been optimized for use in a container. By default, it does not spawn an interactive session on boot, the Administrator account is password-protected and networking services are disabled compared to regular desktop builds.
In order to use this build in ordinary virtual machine solutions, it is required to convert the layer image to WIM format and then install the build by manually using dism.exe
and bcdboot.exe
. Before booting into the build, the number of initial sessions also has to be increased, otherwise the system will be seemingly stuck on the boot screen:[note 1]
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager]
"NumberOfInitialSessions"=dword:00000002
Notes[edit source]
- ↑ This is not required for Hyper-V enhanced sessions, which use Remote Desktop Protocol to control the virtual machine.