Windows DD Image of Tiny10 and Tiny11 23H2

Recently, Windows DD images of tiny10 and tiny11 23H2 were produced, which are:
1. Windows 10 Enterprise LTSC (build: 19044.3324) ※ tiny10 23H2
2. Windows 11 Pro 22H2 (build: 22621.2283) ※ tiny11 23H2

The above images are produced based on the following NTDEV images in order:
tiny10 23H2
tiny11 23H2

Mirroring has the following characteristics

1. The following drivers are integrated.
Applicable to most KVM, XEN virtualized VPS and servers using Intel network cards, such as
vultr, digitalocean, kimsufi, hetzner, oneprovider, online.net and many more.
1) KVM driver (virtio 0.1.240):
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.240-1/virtio-win-0.1.240.iso

2) XEN driver (AWS PV Driver 8.4.0):
https://s3.amazonaws.com/ec2-windows-drivers-downloads/AWSPV/Latest/AWSPVDriver.zip
Why use the XEN driver of Amazon AWS? The reason is that the drivers officially provided by XEN are unsigned, and adding them directly to the system will cause errors.

3) Intel network card driver (28.2):
https://downloadmirror.intel.com/785800/Wired_driver_28.2_x64.zip
reference:https://www.intel.com/content/www/us/en/download/18293/intel-network-adapter-driver-for-windows-10.html

2. Direct unattended installation without VNC interaction. After DD is completed, restart the system and wait a moment to log in to the desktop remotely.
3. Turn on Windows Remote Desktop by default
4. Ports 135, 137, 138, 139, and 445 are blocked by default to prevent ransomware viruses.
5. Based on some system optimizations that come with Dism++, such as hiding shortcut arrows, enabling Windows Photo Viewer, etc.
6. 7-Zip 23.01 is installed, and VisualCppRedist_AIO_x86_x64 v0.76.0 version.
7. For security reasons, default sharing is turned off.
8. Modified the default account lockout threshold in group policy from 10 to 0 (account is not locked).
9. Based on security considerations,Suggest changesThe default port 3389 for remote connections. Therefore, a bat script was created to modify the RDP port with one click. Please click here to download. After unzipping, run the bat script with administrator rights, enter the port number and press Enter to execute, and then restart the computer to take effect.

Installation method

1. Installation process on KVM or XEN virtualized VPS

The memory is recommended to be at least 4GB, and the hard disk is recommended to be at least 30GB. Use the root user to ssh in and execute the following command, and then wait quietly.
The installation speed depends on the speed of the network image download. Basically, after waiting for 10-60 minutes, open VNC again and you will see the familiar Windows login interface.

wget -qO InstallNET.sh https://github.com/teddysun/across/raw/master/InstallNET.sh && bash InstallNET.sh -dd "DD download URL"

Note: The initial version of the InstallNET.sh script was developed by Vicer, reference URL:https://github.com/MoeClub/Note/blob/master/InstallNET.sh
One-click DD script URL:
https://github.com/teddysun/across/raw/master/InstallNET.sh
One-click DD script URL (secondary development by Molly Lau):
https://github.com/leitbogioro/Tools/raw/master/Linux_reinstall/InstallNET.sh

2. Installation process on a server with rescue mode such as Kimsufi

After changing Netboot to Rescue mode, wait a moment and you will receive an email informing you of the root password. Use the root user to ssh in and execute the following command and wait for the command to complete. Then exit ssh login. Change Netboot to boot from the hard disk and then restart.

wget -O- "DD download URL" | xzcat | dd of=/dev/sda

Default username and password for remote desktop
Username: administrator
password:

Notice:Please log in to the remote desktop after the installation is complete and perform Windows automatic updates immediately andChange Administrator’s password

Windows 10 Enterprise LTSC (build: 19044.3324) ※ tiny10 23H2 image file name, size, SHA-1 and MD5 information are as follows
1. tiny10_23h2.xz, 3.70GB, 81e32736fa7a1040e001b5cde604dbcf3b631aef, 8be4a0b034c7cd215c75d8ae6ca73444
2. tiny10_23h2_uefi.xz, 3.95GB, d9da2f5b9e65b7837472ebb018d10fc1aba90f80, 4a61e3cbe537434515325428a3d4e12f

Windows 11 Pro 22H2 (build: 22621.2283) ※ ​​tiny11 23H2 image file name, size, SHA-1 and MD5 information are as follows
1. tiny11_23h2.xz, 3.53GB, 3b14983d0857791d39427a140284ebdc6076386c, 481056333731f04dbedc1d80fb42e769
2. tiny11_23h2_uefi.xz, 3.78GB, 3d2759c34ccb3ebb76172f600d21b5262c80de32, 946ff84b18d98b7d7daed08e70d9b2b0

Download link(DD download URL)

BIOS + MBR image link address:
https://dl.lamp.sh/vhd/tiny10_23h2.xz
https://dl.lamp.sh/vhd/tiny11_23h2.xz

UEFI + GPT mirror link address:
https://dl.lamp.sh/vhd/tiny10_23h2_uefi.xz
https://dl.lamp.sh/vhd/tiny11_23h2_uefi.xz

Browse the catalog:
https://dl.lamp.sh/vhd

Test screenshot

The VNC screen during the DD process is always 0%. This is normal, just wait.

About Windows


device manager

Windows Update can be updated normally

some matters

1. These images are only made for learning purposes. The system is not activated by default. If you need to use it for a long time, please use a genuine Windows Key to activate the system.

2. The Windows DD image of tiny10 and tiny11 23H2 is a 15GB VHD. After successful installation, you need to manually expand the disk. The steps are as follows.

3. All are made from NTDEV’s image iso files, and all the simplifications are also modified by NTDEV. I can guarantee that I have not included any private goods. If you do not trust me, please do not use it.
4. Using Windows DD images may violate the TOS of some merchants. If you are punished by the merchant for using the image I made, I am not responsible.
5. The system’s disk partition uses MBR, so it will not be able to recognize hard disk space larger than 2TB.In other words, if DD is locatedsystem diskIf the capacity is greater than 2TB, then only 2TB can be used at most, and the remaining hard disk space will not be used. Of course, if the server has multiple hard disks and the hard disks other than the system disk are recognized normally and use the GPT disk partition format, the entire capacity can be used normally. If you are sure that your VPS or dedicated server supports booting from UEFI, then please use the Windows system DD image suitable for UEFI booting.

Leave a Reply

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

Back to top button