前言:
在谷歌云VPS利用Debian系统安装一个Windows系统来玩,看教程
1、安装依赖
SSH链接上谷歌云中你的实例获得ROOT权限
sudo -i
2、更新系统
apt-get update
3、安装依赖
apt-get install -y xz-utils openssl gawk file wget
4、DD一键安装脚本
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.160.0.3 --ip-mask 255.255.240.0 --ip-gate 10.160.0.1 -dd 'https://oss.sunpma.com/Windows/Win_Server2022_64_Administrator_nat.ee.gz'
附:测试可用系统
windows7系统
https://oss.sunpma.com/Windows/Whole/Win7_sp1_64_Administrator_nat.ee.gz
windows10系统
https://oss.sunpma.com/Windows/Win10_2016LTSB_64_Administrator_nat.ee.gz
WindowsServer2022_64
https://oss.sunpma.com/Windows/Win_Server2022_64_Administrator_nat.ee.gz
更多镜像仓库
https://oss.sunpma.com/?Windows
评论区