一键DD windows

ubuntu:
通过SSH软件进行登录
切换到root用户

sudo su

更新apt-get

apt-get update && apt-get upgrade

安装必须的软件包

apt-get install -y xz-utils openssl gawk file wget screen && screen -S os

下载并运行一键脚本

wget --no-check-certificate -qO InstallNET.sh 'https://db.ci/os/InstallNET.sh' && bash InstallNET.sh --ip-addr 10.0.0.3 --ip-mask 255.255.255.0 --ip-gate 10.0.0.1 -dd 'https://tutu.bid/os/dd/win10ltsc_x64.tar.gz(https://odc.db.ci/SyStem/Windows_DD_Disk/Vicer_Files/win10ltsc_x64.tar.gz)'

注意:

--ip-addr :填内网IP

--ip-gate 把内网IP的最后一位数字改为1即可。

--ip-mask 填255.255.255.0

我这里是10.0.0.3,安装的是Windows10 LTSC版

https://odc.db.ci/SyStem/Windows_DD_Disk/Vicer_Files/win10ltsc_x64.tar.gz  //win10ltsc
https://odc.db.ci/SyStem/Windows_DD_Disk/Vicer_Files/win7emb_x86.tar.gz //win7

默认用户名:administrator密码:Vicer

其他版本可以前往nat.ee进行选择

耐心等待半个小时左右(视配置高低速度不一)

我使用的是1C2G34元/月的套餐

等待过程中你可以看看监控中外网入流量和CPU的使用率来进行初步的进度把控

耐心等待后,完成!

点赞