实战如何dd个windows

教程来自萌咖大佬:https://moeclub.org/2018/04/03/603/?spm=27.4

更新说明

2020年5月7日00时14分:
    1.由于国内服务器对GoogleDrive不支持,新增国内服务器的镜像直链,请访问
    https://drive.yoola.top/odPubShare/image/
2020年4月19日23时00分:
    1.新增加博主个人的GoogleDrive直链下载地址

我直接讲我的流程

一、环境

1、 我的安装环境

1.硬件:3vCPU-RAM:2.5G-ROM:40G
2.系统:Centos6.9
3.服务商自带的VNC面板

2、 需求环境

1.环境:由GRUB引导的CentOS,Ubuntu,Debian系统
2.最低硬件配置:RAM:1.5G-ROM:4G
3.查看商家是否提供了VNC面板、没有也没有问题

二、安装所需软件

确保安装了所需软件

#Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file

#RedHat/CentOS:
yum install -y xz openssl gawk file

#如果出现了错误,请运行:
#Debian/Ubuntu:
apt-get update

#RedHat/CentOS:
yum update

三、重装纯净系统

1、 下载脚本

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && chmod a+x InstallNET.sh

#备用地址
wget --no-check-certificate -qO InstallNET.sh 'https://gdshare.yoola.workers.dev/shell/InstallNET.sh' && chmod a+x InstallNET.sh

2、 为了提高成功率、我们首先要安装一个纯净的系统

作者的用法解释

Usage:
        bash InstallNET.sh      -d/--debian [dist-name]
                                -u/--ubuntu [dist-name]
                                -c/--centos [dist-version]
                                -v/--ver [32/i386|64/amd64]
                                --ip-addr/--ip-gate/--ip-mask
                                -apt/-yum/--mirror
                                -dd/--image
                                -a/-m

# dist-name: 发行版本代号
# dist-version: 发行版本号
# -apt/-yum/--mirror : 使用定义镜像
# -a/-m : 询问是否能进入VNC自行操作. -a 为不提示(一般用于全自动安装), -m 为提示.

举例

#-c:Cenots,6.9:版本号,-v 64:64位,-a:全自动
#Centos6.9-64
bash InstallNET.sh -c 6.9 -v 64 -a
#Debian9-32
bash InstallNET.sh -d 9 -v 32 -a
#Debian9-64
bash InstallNET.sh -d 9 -v 64 -a
#Debian8-64
bash InstallNET.sh -d 8 -v 64 -a
#ubuntu16.04-64
bash InstallNET.sh -u 16.04 -v 64 -a

然后脚本会自动安装、接着自动重启

由于采用一键脚本、linux安装完成后再次登录的root密码为MoeClub.org

./firmware/mwl8k
./firmware/ipw2100-1.3-p.fw
./firmware/ipw2100-1.3.fw
./.bash_history
./init
./sys
205987 块

Broadcast message from root@midd
        (/dev/pts/0) at 23:12 ...

The system is going down for reboot NOW!

这个安装纯净linux系统的过程我们可以通过自己的VNC-viewer查看

#登录方式(不是商家提供的vnc、是自己的ip)
yourip:5901
#没有密码

四、ddwindows

上步、安装纯净版linux的一键脚本、安装完成后再次登录的root密码为MoeClub.org

  1. 安装所需软件
#Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file

#RedHat/CentOS:
yum install -y xz openssl gawk file

#如果出现了错误,请运行:
#Debian/Ubuntu:
apt-get update

#RedHat/CentOS:
yum update
  1. 下载脚本
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && chmod a+x InstallNET.sh

备用下载脚本:
wget --no-check-certificate -qO InstallNET.sh 'https://gdshare.yoola.workers.dev/shell/InstallNET.sh' && chmod a+x InstallNET.sh
  1. 执行一键windows脚本
#后面的链接可以换成其他镜像
#win7_x64-[账户Administrator密码www.nat.ee]
bash InstallNET.sh -a -dd 'https://api.moeclub.org/GoogleDrive/1C9Y0Iu1pGX4-blb_3G49jOqv13Zeka6-'
#一些可用镜像
# 推荐使用带有 /GoogleDrive/ 链接, 速度更快.
# 当然也可以使用自己GoogleDrive中储存的镜像,使用方式:
  https://image.moeclub.org/GoogleDrive/

# win7emb_x86.tar.gz:[账户Administrator密码Vicer]
  https://image.moeclub.org/GoogleDrive/1srhylymTjYS-Ky8uLw4R6LCWfAo1F3s7 
  https://moeclub.org/onedrive/IMAGE/Windows/win7emb_x86.tar.gz

# win8.1emb_x64.tar.gz:[账户Administrator密码Vicer]
  https://image.moeclub.org/GoogleDrive/1cqVl2wSGx92UTdhOxU9pW3wJgmvZMT_J
  https://moeclub.org/onedrive/IMAGE/Windows/win8.1emb_x64.tar.gz

# win10ltsc_x64.tar.gz:[账户Administrator密码Vicer]
  https://image.moeclub.org/GoogleDrive/1OVA3t-ZI2arkM4E4gKvofcBN9aoVdneh
  https://moeclub.org/onedrive/IMAGE/Windows/win10ltsc_x64.tar.gz
  https://gdshare.yoola.workers.dev/image/win10ltsc_x64.tar.gz

#其余来源:https://sunpma.com/137.html
#DD Windows Server 2003 32位 精简版 [账户Administrator密码cxthhhhh.com]
    https://api.moeclub.org/GoogleDrive/1j9ow8dsIA7DucsGpDI-kzJwiNW9kMceT

#DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码WinSrv2008x64-Chinese]
https://api.moeclub.org/GoogleDrive/1DTps9WwC6RZ8szflais8YazpkCVdqdI7
https://gdshare.yoola.workers.dev/image/winServer2008R2_x64_Simplified_edition.tar.gz

#DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码WinSrv2012r2x64-Chinese]
https://api.moeclub.org/GoogleDrive/1KTzROA2eWTHC8qWUG2Vr-onuRTwaIOSe
https://gdshare.yoola.workers.dev/image/winServer2012R2_x64_Simplified_edition.tar.gz

#DD Windows Server 2019 Datacenter 64位 精简版 [账户Administrator密码WinSrv2019dc-Chinese]
https://api.moeclub.org/GoogleDrive/1NbOzolHsDGbp3gJ3TeQ9_4qkmSLIuO07
https://gdshare.yoola.workers.dev/image/winServer2019_x64_Simplified_edition.tar.gz

#DD Windows7 32位 精简版 [账户Administrator密码Windows7x86-Chinese]
https://api.moeclub.org/GoogleDrive/15NkZxVdkcx2P9cFez9gxkqVEQksKMrx1

#DD Windows7 sp1 64位 旗舰精简版 自带IIS [账户Administrator密码www.nat.ee]
https://api.moeclub.org/GoogleDrive/1KA9PDH4T2ODbxS97T6MtTk5TwifQQoIp
https://gdshare.yoola.workers.dev/image/win7Withsp1_x64_Simplified_edition.tar.gz

#DD Windows7 64位 旗舰精简版 [账户Administrator密码www.nat.ee]
https://api.moeclub.org/GoogleDrive/1C9Y0Iu1pGX4-blb_3G49jOqv13Zeka6-
https://gdshare.yoola.workers.dev/image/win7_x64_Simplified_edition.tar.gz

#DD Windows10 64位 企业精简版 2019LTSC [账户Administrator密码www.nat.ee]
https://api.moeclub.org/GoogleDrive/1pUNKV0nQvFXDZYJnfq2FzEfQNCZ3_5g7
https://gdshare.yoola.workers.dev/image/win10ltsc_x64_Simplified_edition.tar.gz
  1. 等待安装完毕
    这个过程会重启多次、这个时候我们可以从商家提供的VNC查看我们机器的安装进度

当提示starting up the partitioner时、其实已经开始安装。不过这个进度条不会前进。这个过程不会太长、一会就会进入windows的安装界面。

五、安装完windows以后的操作

  1. 分配未分配的空间
    刚进去系统会发现C盘只有5G、不要慌,点击桌面计算机→右键管理→磁盘管理

你会发现其余的空间处于未分配的状态,这里建议磁盘比较大的同学,直接新建简单卷。

磁盘比较小的、直接分配到C盘得了。操作的时候小心点。不要让C盘塞满了。

  1. 更改密码
::以管理员身份运行CMD::

::更改用户的密码
net user [用户名] [密码]

::激活 Administrator 账户
net user Administrator /active:yes

::设置 Administrator 账户密码
net user Administrator [新密码]

::添加用户
net user [用户名] [密码] /add

::将用户添加至 Administrator 组
net localgroup Administrators [用户名] /add

::删除用户
net user [用户名] /del

3、激活

Windows:
以管理员身份打开命令提示符,然执行下列命令:

::cd /d "%SystemRoot%\system32"
slmgr /skms kms.moeclub.org
slmgr /ato
slmgr /xpr

4、【WinServer】设置中断远程桌面但不休眠

如果你使用的是winserver版本的话、当你断开远程桌面连接、会自动结束已中断的会话
如果你不想退出远程桌面、远程电脑就停止工作的话、请设置以下内容
  1.gpedit.msc ->计算机配置->管理模版->windows组件->远程桌面服务->会话时间限制
  2.右侧列表中选择“设置已中断会话的时间限制”->启用->”结束已中断的会话”下拉选“从不”

错误提示

  1. 如果安装windows过程中通过商家提供的VNC查看机器不断循环重启、并显示Geting the time from a network time server。请在商家提供的控制面板处重装你的初始系统、并且重新尝试。

如果多次尝试还是失败,请换一个直链镜像。

最后po一张windows下载百度网盘的照片

#linux版百度网盘速度2~4M
#Windows版百度网盘速度10M左右(本机测)

国外下载百度网盘不容易这里po一个蓝奏云下载链接
官方正版

https://www.lanzous.com/iaera2d

教程来自萌咖大佬:https://moeclub.org/2018/04/03/603/?spm=27.4

本文只是用于学习交流、

有什么问题可以随时联系我邮箱,欢迎打扰

<wangtaijie@midd.top>

版权所有萌咖大佬、本文不负法律责任

本文链接:https://www.yoola.top/pub/id=8

转载请注明来源

Last modification:May 7th, 2020 at 12:16 am