如今我们看到有些即便可以安装Windows系统的服务器,但是起步都是Windows2012系统,像Win2003和Win2008系统是比较少见的,但是我们 有一些程序只能支持2003系统,这里老左遇到一个朋友希望在服务器中安装Win2003系统,这里我采用直接DD的办法。
wget –no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://down.80host.com/iso/dd/WinSrv2003x86-Chinese.vhd.gz'
这里我们直接在KVM架构的Debian、Ubuntu、Centos中进行执行安装。
我们可以直接安装WIN7
bash InstallNET.sh -dd 'https://moeclub.org/get-win7embx86-auto'
安装完毕需要等待10分钟左右,然后可以远程登录通过密码访问。
账户: Administrator 密码: WinSrv2003x86-Chinese
我们可以试试吧。