当前位置:首页 > 技术分享 > 正文内容

谷歌云DD安装Windows系统

有云转晴3年前 (2021-09-20)技术分享9232321

谷歌云DD安装Windows系统

1、安装依赖

SSH链接上谷歌云中你的实例

获得权限

sudo -i

2、更新系统

#Debian/Ubuntu:

apt-get update

3、安装依赖

#Debian/Ubuntu:

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

4、DD一键安装脚本

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' 
&& bash InstallNET.sh --ip-addr X.X.X.X --ip-mask X.X.X.X --ip-gate X.X.X.X -dd 'DD包 直链地址'

windows7系统

# DD Windows7 sp1 64位 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' 
&& bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win7_sp1_64_Administrator_nat.ee.gz'

windows10系统

# DD Windows10_2021LTSC _64 [账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' 
&& bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win10_2021LTSC_64_Administrator_nat.ee.gz'

例:debian10安装Win_Server2022_64_Administrator_nat.ee.gz

 [账户Administrator密码nat.ee]

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh --ip-addr 10.140.0.2 --ip-mask 255.255.240.0 --ip-gate 10.140.0.1 -dd 'https://oss.sunpma.com/Windows/Win_Server2022_64_Administrator_nat.ee.gz'


纯一键安装windows10[Administrator 密码:nat.ee]

apt-get update && apt-get install -y xz-utils openssl gawk file wget && wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh --ip-addr 10.140.0.3 --ip-mask 255.255.240.0 --ip-gate 10.140.0.1 -dd 'https://oss.sunpma.com/Windows/Aliyun_Win10_2021LTSC_64_Administrator_nat.ee.gz'

镜像仓库:https://oss.sunpma.com/?Windows

在线网络计算器

https://www.sojson.com/convert/subnetmask.html

谷歌云DD安装Windows系统  您阅读本篇文章共花了: 

分享到:

    扫描二维码推送至手机访问。

    版权声明:本文由有云转晴发布,如需转载请注明出处。

    本文链接:https://yyzq.cf/?id=7

    分享给朋友:

    评论列表

    yyzq
    yyzq
    3年前 (2021-10-04)

    更改

    发表评论

    访客

    ◎欢迎参与讨论,请在这里发表您的看法和观点。