Linux 的 VPS 上一键 DD 安装 Windows

教书先生 1.4K 1

很久没有写文章了[aru_3][aru_4],今天来水一下[aru_14][aru_13]

安装 Windows 7

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://moeclub.org/get-win7embx86-auto'

安装 windows 8.1

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://moeclub.org/get-win8embx64-auto'

安装你自己的 DD 包

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '[Windows dd包直连地址 https/http都行]'

注意事项:

远程登陆账号为: Administrator

远程登陆密码为: Vicer //(如果有密码的话)

默认系统分区为第一块硬盘的 10GB 容量,你需要在安装完之后,右键开始按钮—> 磁盘管理—> 右键系统分区—> 扩展卷(如果,不懂请百度)

开启远程桌面:如果 VPS 商自带的 VNC 可登陆,而远程连接软件无法连接上,则需要在 VNC 中开启远程连接,方法如图:

Linux 的 VPS 上一键 DD 安装 Windows

修改 windows 密码的方法:

首先以管理员身份运行 CMD
1. 更改用户的密码
net user [用户名] [密码]
2. 激活 Administrator 账户
net user Administrator /active:yes
3. 设置 Administrator 账户密码
net user Administrator [新密码]
4. 添加用户
net user [用户名] [密码] /add
5. 将用户添加至 Administrator 组
net localgroup Administrators [用户名] /add
6. 删除用户
net user [用户名] /del

 

没错,文章是转载的[aru_18]。我又懒了[aru_14][aru_23]

版权声明:本站原创文章 Linux 的 VPS 上一键 DD 安装 Windows 由 教书先生 发表!

发表评论 取消回复
表情 图片 链接 代码

  1. Nice
    Nice Lv 2

    可以!我看不懂

分享