VPS一键DD Win脚本

1,274次阅读
没有评论


VPS一键DD Win脚本

要求

1. 虚拟化:Kvm/Xen/Hyper-V

 (系统:Debian 7 或 Ubuntu 12 以上,仅支持KVM和XEN虚拟化,以及独服)
2. CPU:1核
3. 内存:1G(建议)

4. 硬盘:10G(建议)

准备:安装运行库

apt-get update
apt-get install -y xz-utils openssl gawk file

链接信息

DD完成后建议立即修改密码

1. 端口:3389
2. 账号:Administrator
3. 密码:nat.ee

脚本

1. Win7

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/win/lite/win7-ent-sp1-x64-cn/win7-ent-sp1-x64-cn.vhd.gz' 

2. WinServer2008

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/win/lite/winsrv2008r2-data-x64-cn/winsrv2008r2-data-x64-cn.vhd.gz'

3. WinServer2012

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/win/lite/winsrv2012r2-data-x64-cn/winsrv2012r2-data-x64-cn.vhd.gz'

4. WinServer2016

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/win/lite/winsrv2016-data-x64-cn/winsrv2016-data-x64-cn.vhd.gz'

5. WinServer2022

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/win/lite/winsrv2022-data-x64-cn/winsrv2022-data-x64-cn.vhd.gz'

EFI版

1. Win7

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/win/lite/win7-ent-sp1-x64-cn/win7-ent-sp1-x64-cn-efi.vhd.gz'

2. WinServer2008

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/win/lite/winsrv2008r2-data-x64-cn/winsrv2008r2-data-x64-cn-efi.vhd.gz'

3. WinServer2012

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/win/lite/winsrv2012r2-data-x64-cn/winsrv2012r2-data-x64-cn-efi.vhd.gz'

4. WinServer2016

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/win/lite/winsrv2016-data-x64-cn/winsrv2016-data-x64-cn-efi.vhd.gz'

5. WinServer2022

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachm



 1
评论(没有评论)
验证码