站点图标 Linux-技术共享

把ToToTel的VPS通过DD变一台Windows Server2019服务器


把Linux的VPS通过DD变一台Windows Server2019服务器,第一步通过SSH登录VPS服务器并执行命令,更新系统和依赖:
#Debian/Ubuntu系统:
apt -y update && apt install -y xz-utils openssl gawk file curl wget screen && screen -S windows
#RedHat/CentOS系统:
yum -y update && yum install -y xz openssl gawk file screen && screen -S windows
然后输入以下命令开始安装
wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://linuxword.com/wp-content/uploads/ddwindows/DD_Windows_Server_2019_DataCenter_CN.gz'
默认的用户名是:Administrator
默认的密码是:cxthhhhh.com

退出移动版