NETWORK ADMINISTRATIONSWindows server

Tự tạo Windows Server 2008 R2.GZ How to Create Image Windows.gz DigitalOcean

Tutorial Create Image Windows .gz file to use on DigitalOcean, Linode
Hướng dẫn Tự tạo bản cài đặt Windows Server 2008 R2.GZ gốc chuẩn từ Microsoft. Với video này bạn có thể tự xây dựng Image Windows.GZ cho riêng bạn, bạn có thể tạo windows 7/8/10 .GZ hoặc Create image windows server 2016.GZ, How to Create Image Windows 2019.gz

Tutorial Create Image Windows Server 2008R2.gz: https://youtu.be/KCIGy_Dy7YA
Tutorial Create Image Windows Server 2012R2.gz: https://youtu.be/fXkg3Qx4dY8
Tutorial Create Image Windows Server 2019.gz: https://youtu.be/sombFDx3mMQ
Tutorial Create Image Windows 10.gz: https://youtu.be/Dq5QBTHdiPg

– Create VPS DigitalOcean: https://m.do.co/c/90f3a918206d 100$ Free

Step1: Download & Install PuTTy, PuTTy Key Generator
Step2: Create SSH keys add to Cloud Server
Step3: Create Cloud Server
Step4: Open PuTTy connect to Cloud Server

Step5: Install qemu
apt-get update && apt-get install qemu -y

Step6: Create disk image
apt install qemu-utils
qemu-img create -f raw windows2008r2.img 15G

Step7: Get virtio drivers
wget -O virtio-win.iso ‘https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.189-1/virtio-win-0.1.189.iso’

Step8: Wget windows2008r2.iso
wget -O windows2008r2.iso ‘https://Your Link Windows.ISO’

Step9: Start Virtualization Process on the templateimage server
apt install qemu-system-x86-xen

qemu-system-x86_64
-m 3G
-cpu host
-enable-kvm
-boot order=d
-drive file=windows2008r2.iso,media=cdrom
-drive file=windows2008r2.img,format=raw,if=virtio
-drive file=virtio-win.iso,media=cdrom
-vnc :0

To complete windows setup you need to connect templateimage server with VNC
# Press CTRL + C to stop virtualization

Step10: Install VNC Viewer

Step11: Open VNC Viewer connect IP Cloud Server and Install Windows
11.1 Load Driver: NetKVM/2k8R2/amd64
11.2 Load Driver: Viostor/2k8R2/amd64
11.3 Enable Remote Desktop
11.4 Control PanelAll Control Panel ItemsWindows FirewallAllowed apps: Remote Desktop stick Private & Public
11.5 Enable Ctrl + Alt + Delete (secpol.msc)

Step12: Press CTRL + C to stop virtualization

Step13: Install GZIP
apt-get install gzip

Step14: Compress image
dd if=windows2008r2.img | gzip -c windows2008r2.gz
Wait until finished (5-20p)

Step15: Install Apache2
apt install apache2
sudo ufw app list
sudo ufw allow ‘Apache’
sudo ufw status
sudo systemctl status apache2

Step16: Move Windows2008r2.gz to /var/www/html/

cd /var/www/
cd html
cp windows2008r2.gz /var/www/html/

Step17: Install Windows.GZ on DigitalOcean, Linode, Vurlt

Windows Server 2008R2.GZ: http://www.mediafire.com/file/7wu3ae2c3dd293i/Windows2008R2_THTH%25402020.gz/file

Windows Server 2012.GZ: http://www.mediafire.com/file/4kxxol0lo86q7ej/WinServer2012R2_THTH%25402020.gz/file
https://mega.nz/file/vQxnySZB#te8xIEb0_sm5FnHRt4xKMiXEVqY4xcqHG_Flmf99w9M

Windows Server 2019.GZ: http://www.mediafire.com/file/7wu3ae2c3dd293i/Windows2008R2_THTH%25402020.gz/file
User: administrator
Password: THTH@2020

Windows 10.GZ: http://www.mediafire.com/file/tel9mn9ndlih0xe/Windows10_THTH%25402020.gz/file

User: tinhocthuchanh
Password: THTH@2020

source

windows server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

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