当前位置:首页 >记录 > 正文内容

VPS debian10 安装 WIN2008 系统 过程

6年前 (2020-08-12)记录

参考:http://www.321002.com/99.html

参考:http://down.80host.com/iso/dd/  

参考:https://51.ruyo.net/6265.html

参考:https://www.815494.com/html/345.html

参考:https://www.815494.com/html/776.html

原系统环境

debian 10 

执行命令

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://down.80host.com/iso/dd/WinSrv2008x64-Chinese_datacenter_sp1_vl_kvm_xen.vhd.gz'

安装完成

端口:3389
账户:Administrator
密码:WinSrv2008x64-Chinese


  1. wget –no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://q.505107.com/windows/win2003x86.vhd.gz'


  2. 用户:Administrator

  3. 密码:WinSrv2003x86-Chinese

如何判断安装完成

阿里云控制台监控机器状态如图,硬盘读取变小基本完成了安装

安装后硬盘变小

计算机右键-管理-存储-磁盘管理 压缩券然后再扩展券 刷新下就可以了。



可能会用到的

安装sudo:

apt-get install sudo


Linux系统安装wget命令

debian 或者 ubuntu : sudo apt-get install wget
centos : sudo yum -y install wget(常用)


相关文章

WIN7 控制 软件联网

WIN7 控制 软件联网

https://jingyan.baidu.com/article/f54ae2fc0581c51e93b84967.html...

centos6

centos6

#无论什么时候安装养成良好习惯,更新下源  yum update  #更新会提示你is that OK?(y/n),记得选择y #安装下 wg...

如何同时上内网和外网(转)

如何同时上内网和外网(转)

命令说明route print 打印路由信息route delete 清除默认网关route -p add 0.0.0.0 mask 0.0.0.0 192.168.1.254 添加默认网关为外网网关...

远程桌面空密码登陆(转)

远程桌面空密码登陆(转)

在工作过程中通常会遇到windows客户端,Administrator为空密码的情况,此时需要远程的话系统默认无法使用空密码登录。解决途径有两种:A. 增加一用户,设置管理员密码(未验证),或把gue...

远程桌面 frp KCP UDP TCP

远程桌面 frp KCP UDP TCP

参考以下https://www.0z.gs/soso/817.htmlhttps://blog.csdn.net/menghuanbeike/article/details/100793876http...

英文Ubuntu系统命令行安装中文支持

英文Ubuntu系统命令行安装中文支持

#更新 sudo apt update #安装中文包 sudo apt-get install language-pack-zh-hant&...