<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>网络重装 &#8211; 科技改变生活-雨落星辰</title>
	<atom:link href="https://p1e.cn/collection/reinstall/feed" rel="self" type="application/rss+xml" />
	<link>https://p1e.cn</link>
	<description>所有的伟大,都源于一个勇敢的开始</description>
	<lastBuildDate>Sat, 04 Feb 2023 01:05:44 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>Debian系在使用脚本dd时报错</title>
		<link>https://p1e.cn/html/3232.html</link>
					<comments>https://p1e.cn/html/3232.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Wed, 12 Oct 2022 03:48:57 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=3232</guid>

					<description><![CDATA[系统信息 root@ubu-20-04-source-vps-DND:~# curl -Lso- bench.sh &#124; bash ---------------------------------------------------------------------- CPU Model : Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz CPU Cores : 4 CPU Frequency : 3491.914 MHz CPU Cache : 16384 KB Total]]></description>
										<content:encoded><![CDATA[<h2>系统信息</h2>
<pre class=" language-markup"><code class=" language-markup">root@ubu-20-04-source-vps-DND:~# curl -Lso- bench.sh | bash
----------------------------------------------------------------------
 CPU Model             : Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz
 CPU Cores             : 4
 CPU Frequency         : 3491.914 MHz
 CPU Cache             : 16384 KB
 Total Disk            : 32.0 GB (2.1 GB Used)
 Total Mem             : 15659 MB (142 MB Used)
 Total Swap            : 0 MB (0 MB Used)
 System uptime         : 0 days, 10 hour 7 min
 Load average          : 0.00, 0.01, 0.00
 OS                    : Ubuntu 20.04 LTS
 Arch                  : x86_64 (64 Bit)
 Kernel                : 5.4.0-29-generic
 TCP CC                : cubic
 Virtualization        : KVM
 Organization          : AS16276 OVH SAS
 Location              : Frankfurt am Main / DE
 Region                : Hesse
----------------------------------------------------------------------
^C
The script has been terminated.</code></pre>
<p><a name="报错内容"></a></p>
<h2>报错内容</h2>
<p>使用的萌咖脚本，报错：</p>
<pre class=" language-markup"><code class=" language-markup">root@ubu-20-04-source-vps-DND:~# bash &lt;(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -dd "http://localhost/win/zh-cn_windows2016.gz"

# Check Dependence

[ok]		iconv
[ok]		ip
[ok]		wget
[ok]		awk
[ok]		grep
[ok]		sed
[ok]		cut
[ok]		cat
[ok]		lsblk
[ok]		cpio
[ok]		gzip
[ok]		find
[ok]		dirname
[ok]		basename

# Install

Auto Mode insatll Windows
[http://localhost/win/zh-cn_windows2016.gz]

[Debian] [bullseye] [amd64] Downloading...
Error! grub.cfg. </code></pre>
<p><a name="解决方法"></a></p>
<h2>解决方法</h2>
<p>进入<code class=" language-markup">/boot/</code>目录能看到有以下文件，其中包含一个grub文件夹，再进入grub文件夹可以看到<code class=" language-markup">grub.cfg</code>，很显然这是grub2：</p>
<pre class=" language-markup"><code class=" language-markup">root@ubu-20-04-source-vps-DND:~# cd /boot &amp;&amp; ls -lha
total 94M
drwxr-xr-x  3 root root 4.0K May 12  2020 .
drwxr-xr-x 19 root root 4.0K Dec 14 11:44 ..
-rw-r--r--  1 root root 233K Apr 29  2020 config-5.4.0-29-generic
drwxr-xr-x  4 root root 4.0K Jun  6  2020 grub
lrwxrwxrwx  1 root root   27 May 10  2020 initrd.img -&gt; initrd.img-5.4.0-29-generic
-rw-r--r--  1 root root  78M May 10  2020 initrd.img-5.4.0-29-generic
lrwxrwxrwx  1 root root   27 May 10  2020 initrd.img.old -&gt; initrd.img-5.4.0-29-generic
-rw-------  1 root root 4.6M Apr 29  2020 System.map-5.4.0-29-generic
lrwxrwxrwx  1 root root   24 May 10  2020 vmlinuz -&gt; vmlinuz-5.4.0-29-generic
-rw-------  1 root root  12M Apr 29  2020 vmlinuz-5.4.0-29-generic
lrwxrwxrwx  1 root root   24 May 10  2020 vmlinuz.old -&gt; vmlinuz-5.4.0-29-generic
root@ubu-20-04-source-vps-DND:/boot# cd grub &amp;&amp; ls -lha
total 2.4M
drwxr-xr-x 4 root root 4.0K Jun  6  2020 .
drwxr-xr-x 3 root root 4.0K May 12  2020 ..
drwxr-xr-x 2 root root 4.0K May 12  2020 fonts
-rw-r--r-- 1 root root  712 May 10  2020 gfxblacklist.txt
-r--r--r-- 1 root root 6.7K May 13  2020 grub.cfg
-rw-r--r-- 1 root root 1.0K Dec 14 11:43 grubenv
drwxr-xr-x 2 root root  12K May 10  2020 i386-pc
-rw-r--r-- 1 root root 2.3M May 10  2020 unicode.pf2</code></pre>
<p>boot目录下只有grub文件夹，由于grub2的配置文件所在的目录通常为<code class=" language-markup">/boot/grub2/</code>，所以有可能是没有grub2文件夹导致的。</p>
<p>为了验证猜想，创建一个grub2文件夹，并使用以下命令生成配置文件：</p>
<pre class=" language-markup"><code class=" language-markup">mkdir /boot/grub2 &amp;&amp; grub-mkconfig -o /boot/grub2/grub.cfg</code></pre>
<p>再次运行脚本，即可顺利dd。</p>
<div class="post-tags"></div>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/3232.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>腾讯云轻量服务器 DD安装Debian11</title>
		<link>https://p1e.cn/html/3209.html</link>
					<comments>https://p1e.cn/html/3209.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 11:21:46 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[debian11]]></category>
		<category><![CDATA[腾讯云]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=3209</guid>

					<description><![CDATA[由于腾讯云自带的一些组件，会阻止我们DD安装操作系统（安装过程会报错，无法正确写入进磁盘），所以在DD安装操作系统前，必须要禁用、删除掉这些组件 systemctl stop tat_agent systemctl disable tat_agent rm -rf /etc/systemd/system/tat_agent.service rm -fr /usr/local/qcloud ps -A &#124; grep agent # 检查看是否还有腾讯云组件 # kill 这个进程 所有腾讯云组件都删除后，就可以DD安]]></description>
										<content:encoded><![CDATA[<p>由于腾讯云自带的一些组件，会阻止我们DD安装操作系统（安装过程会报错，无法正确写入进磁盘），所以在DD安装操作系统前，必须要禁用、删除掉这些组件</p>
<pre>systemctl stop tat_agent
systemctl disable tat_agent
rm -rf /etc/systemd/system/tat_agent.service
rm -fr /usr/local/qcloud 
 ps -A | grep agent
# 检查看是否还有腾讯云组件
# kill 这个进程 
</pre>
<p>所有腾讯云组件都删除后，就可以DD安装Linux/Windows了</p>
<pre>wget --no-check-certificate -O AutoReinstall.sh https://p1e.cn/html/shell/reinstall/AutoReinstall.sh &amp;&amp; bash AutoReinstall.sh
</pre>
<div class="hljs-control-btn hljs-control-fullscreen">大概10分钟后（依你VPS的性能），全新的Debian11就安装完成了</div>
<p>之后就可以ssh进你的VPS进行操作了（记得更改SSH端口，并关闭密码登录）</p>
<pre>账号：root
默认密码：Pwd@Linux
</pre>
<p>本来挺简单事，被腾讯云自带的组件恶心的够呛。网络上关于腾讯云盾的删除操作都是过时的，腾讯云自带的镜像应该都不含有删除脚本，所有目前的唯一的办法应该就是删除腾讯云组件后，杀死相关进程，之后再进行DD安装系统</p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/3209.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WinSrv2022 数据中心版 64位 精简 支持 KVM/XEN/Hyper-V，Uefi</title>
		<link>https://p1e.cn/html/3038.html</link>
					<comments>https://p1e.cn/html/3038.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Mon, 08 Nov 2021 04:36:31 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows2022]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=3038</guid>

					<description><![CDATA[自述 镜像： 采用Windows Server 2022 数据中心 简体中文 原版母盘封装制作 SW_DVD9_Win_Server_STD_CORE_2022__64Bit_ChnSimp_DC_STD_MLF_X22-74289.iso SHA1：1AF35465A23D6C3C32DB05BF50D40FFE22054E9D &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="zoom alignnone size-full wp-image-3039" src="https://i.p1e.cn/2021/11/s6NEjt.png" width="600" height="337" /><br />
<img decoding="async" class="zoom alignnone size-full wp-image-3040" src="https://i.p1e.cn/2021/11/6wepWV.png" width="600" height="337" /><br />
<img decoding="async" class="zoom alignnone size-full wp-image-3041" src="https://i.p1e.cn/2021/11/IHt19V.png" width="600" height="337" /></p>
<p>自述</p>
<p>镜像：<br />
采用Windows Server <strong><span style="color: #ff0000;">2022</span></strong> 数据中心 简体中文 原版母盘封装制作<br />
SW_DVD9_Win_Server_STD_CORE_2022__64Bit_ChnSimp_DC_STD_MLF_X22-74289.iso<br />
SHA1：1AF35465A23D6C3C32DB05BF50D40FFE22054E9D<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>DD文件: winsrv2022-data-x64-cn.vhd.gz<br />
大小: (2.02G)2174369223 字节<br />
MD5: 28F622F879B1BCD3243E22C1E7B3C8DF<br />
SHA1: 4D8C7152B13F7DFF5F79816F35482EB561DEA1F4<br />
CRC32: 021EA2EA<br />
账户：Administrator<br />
密码：nat.ee<br />
支持：部署安装时，自动扩展硬盘。<br />
无人值守: 自动安装应答<br />
远程桌面: 默认开启，端口：3389<br />
虚拟内存: 默认开启<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>DD文件: winsrv2022-data-x64-cn-efi.vhd.gz<br />
大小: (2.02G)2178572084 字节<br />
MD5: FC1B47C0A363B083205AB4B9EAD9F6CC<br />
SHA1: 28B5031DE92AF2FD86FC57A2D05F0A787C9B4B8D<br />
CRC32: 4C071DE5<br />
账户：Administrator<br />
密码：nat.ee<br />
支持：部署安装时，自动扩展硬盘。<br />
无人值守: 自动安装应答<br />
远程桌面: 默认开启，端口：3389<br />
虚拟内存: 默认开启<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>ISO文件: winsrv2022-data-x64-cn.iso<br />
大小: (2.38G)2563768320 字节<br />
MD5: 96F809F2C638D25DCDE562027A75361B<br />
SHA1: 49F7ECEE119E99733F901BBB679C4D101A360C4D<br />
CRC32: 30A7313F<br />
账户：Administrator<br />
密码：空<br />
默认：以 Administrator 账户 空密码 自动登录。<br />
无人值守: 自动安装应答<br />
远程桌面: 默认关闭<br />
虚拟内存: 默认开启<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>下载链接:http://d.nat.ee/?win/lite/winsrv2022-data-x64-cn</p>
<p>系统极限配置：<br />
CPU =&gt; 1核<br />
内存 =&gt; 1.5G<br />
硬盘 =&gt; 10G</p>
<p>系统建议配置：<br />
CPU =&gt; 2核——以上<br />
内存 =&gt; 3G——以上<br />
硬盘 =&gt; 15G——以上</p>
<p>修改：<br />
保留 NET(2.0-3.0-3.5-4.8)环境，可自行安装到更高NET版本！<br />
保留 Wifi PowerShell<br />
防火墙 开启PING，禁用TCP/UDP高危端口:135 137 138 139 445<br />
支持 KVM/XEN/Hyper-V 虚拟化<br />
支持 设置静态IP<br />
支持 VHD装载<br />
深度精简 功能组件/注册表优化/组策略优化/服务优化</p>
<p>系统文件安装展开后占5.41G左右<br />
(默认开启虚拟内存，实际大于此5.41G，由虚拟内存文件占用)<br />
纯净 精简 无添加 全新安装 需自行KMS激活</p>
<p>KMS激活：<br />
以管理员身份运行CMD<br />
输入1：slmgr /skms 地址<br />
输入2：slmgr /ato</p>
<p>此版本为深度精简，功能组件和Windows更新可用。</p>
<p>注意：【首次进入，请先使用脚本修改远程桌面端口和用户密码】</p>
<p>tool.cmd 在桌面，用来修改远程桌面端口和用户密码的。</p>
<p>DD包自带 nat.cmd 在系统盘根目录，是用来给VPS服务器设置静态IP网关的，<br />
若你的VPS服务器需要，请在DD完成，挂载进去修改此脚本，<br />
无论你是否设置，安装完成进入桌面后此脚本都会自动删除。</p>
<p>精简的意义就是把不需要的功能删除掉，请不要以使用原版的目光对待。<br />
没有绝对的精简适合每个人，如果你在使用过程中，没有你需要的功能或者运行错误，那就是被精简了，无法恢复或修复，切记。<br />
当你需要的功能被精减掉了，再好的版本你都会觉得不行，适合自己的就是最好的。</p>
<p>声明:<br />
如有报毒,请不要使用!<br />
如造成损失,本人不负任何责任,请谨慎使用!<br />
任何形式发布/转载/修改，请保留本文!<br />
可再次修改私下使用，禁止再次修改发布到网上分享。</p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/3038.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[DD包]WinSrv2016 数据中心版 64位 精简 支持 KVM/XEN/Hyper-V，Uefi</title>
		<link>https://p1e.cn/html/2982.html</link>
					<comments>https://p1e.cn/html/2982.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Sat, 14 Aug 2021 00:27:59 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[windows2016]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2982</guid>

					<description><![CDATA[此系统可以使用本站一键DD脚本安装 自述 镜像： 采用Windows Server 2016 数据中心 原版母盘封装制作 Windows Server 2016 VL (x64) &#8211; DVD (Chinese-Simplified) SHA1： ddedf3ace182587baa268ab8ae0d9ea395a6da22 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212]]></description>
										<content:encoded><![CDATA[<p>此系统可以使用本站一键DD脚本安装</p>
<div class="insert-post b2-radius post">
        <span class="insert-post-bg">
        <picture class="picture" ><source type="image/webp" data-srcset="https://i.p1e.cn/2019/12/blog202201250328081643081288-dd.png" srcset="https://p1e.cn/wp-content/themes/b2/Assets/fontend/images/default-img.jpg" /><img decoding="async"  class="b2-radius lazy" data-src="https://i.p1e.cn/2019/12/blog202201250328081643081288-dd.png"   alt="" src="https://p1e.cn/wp-content/themes/b2/Assets/fontend/images/default-img.jpg"/></picture>
        </span><div class="insert-post-thumb">
            <a href="https://p1e.cn/html/734.html" target="_blank">
            <picture class="picture" ><source type="image/webp" data-srcset="https://i.p1e.cn/2019/12/blog202201250328081643081288-dd.png" srcset="https://p1e.cn/wp-content/themes/b2/Assets/fontend/images/default-img.jpg" /><img decoding="async"  class="b2-radius lazy" data-src="https://i.p1e.cn/2019/12/blog202201250328081643081288-dd.png"   alt="" src="https://p1e.cn/wp-content/themes/b2/Assets/fontend/images/default-img.jpg"/></picture>
            </a>
        </div><a href="https://p1e.cn/html/734.html" class="mp-hidden" data-type="post" data-id="734"></a><a href="javascript:void(0)" class="mp-show" data-type="post" data-id="734"></a><div class="insert-post-content">
                <h2><a href="https://p1e.cn/html/734.html" target="_blank">一键网络重装系统 – 魔改版（适用于Linux / Windows / ISO安装 / PXE安装）</a></h2>
                <div class="insert-post-meta">
                    <div class="insert-post-meta-avatar mp-hidden-all"><img decoding="async" class="avatar" src="https://thirdqq.qlogo.cn/g?b=oidb&k=cszqShMOzalViaj3ibeqfjEg&s=100" /><a href="https://p1e.cn/users/auuAwtzuk">Naoki</a></div>
                    <ul class="post-meta">
                        <li class="single-date">
                            <time class="b2timeago" datetime="2019-12-08 13:47:45" itemprop="datePublished">19年12月8日</time>
                        </li>
                        <li class="single-like">
                            <i class="b2font b2-heart-fill "></i><span class="mp-show">喜欢：</span>0
                        </li>
                        <li class="single-eye">
                            <i class="b2font b2-eye-fill "></i><span class="mp-show">浏览：</span>26.4k
                        </li>
                    </ul>
                </div>
            </div></div>
<p><img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2983" src="https://i.p1e.cn/2021/08/FkrZCk.png" width="600" height="336" /><br />
<img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2984" src="https://i.p1e.cn/2021/08/4vQD75.png" width="600" height="337" /><br />
<img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2985" src="https://i.p1e.cn/2021/08/z1Vnwk.png" width="600" height="337" /><br />
自述</p>
<p>镜像：<br />
采用Windows Server 2016 数据中心 原版母盘封装制作<br />
Windows Server 2016 VL (x64) &#8211; DVD (Chinese-Simplified)<br />
SHA1： ddedf3ace182587baa268ab8ae0d9ea395a6da22<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>DD文件: winsrv2016-data-x64-cn.vhd.gz<br />
大小: (1.91G)2054069930 字节<br />
MD5: AB3B0B45DEFE6D09265B11398E83A9CA<br />
SHA1: 50054A096B094855389831AFADE63BB042BE236E<br />
CRC32: 8223084E<br />
账户：Administrator<br />
密码：nat.ee<br />
支持：部署安装时，自动扩展硬盘。<br />
无人值守: 自动安装应答<br />
远程桌面: 默认开启，端口：3389<br />
虚拟内存: 默认开启<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>DD文件: winsrv2016-data-x64-cn-efi.vhd.gz<br />
大小: (1.91G)2055844339 字节<br />
MD5: A23228035458A8F0EC429FE7979990FF<br />
SHA1: 4C2A8F77EE577287783D326E220321FEE0D4A22C<br />
CRC32: 2A33E91A<br />
账户：Administrator<br />
密码：nat.ee<br />
支持：部署安装时，自动扩展硬盘。<br />
无人值守: 自动安装应答<br />
远程桌面: 默认开启，端口：3389<br />
虚拟内存: 默认开启<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>ISO文件: winsrv2016-data-x64-cn.iso<br />
大小: (2.14G)2308898816 字节<br />
MD5: 18E64C278FE5504F33444661212658B4<br />
SHA1: B85107173C8225176E3FDECEA6C604DC7D296312<br />
CRC32: C4D7F27C<br />
账户：Administrator<br />
密码：空<br />
默认：以 Administrator 账户 空密码 自动登录。<br />
无人值守: 自动安装应答<br />
远程桌面: 默认关闭<br />
虚拟内存: 默认开启<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>下载链接:</p>
<p>http://os.086.ink/windows/2016/winsrv2016-data-x64-cn.vhd.gz</p>
<p>http://os.086.ink/windows/2016/winsrv2016-data-x64-cn-efi.vhd.gz</p>
<p>更新：<br />
补丁更新到2021年7月，累积更新</p>
<p>系统极限配置：<br />
CPU =&gt; 1核<br />
内存 =&gt; 1G<br />
硬盘 =&gt; 8G</p>
<p>系统建议配置：<br />
CPU =&gt; 2核——以上<br />
内存 =&gt; 2G——以上<br />
硬盘 =&gt; 15G——以上</p>
<p>修改：<br />
保留 NET(2.0-3.0-3.5-4.6)环境，可自行安装到更高NET版本！<br />
保留 Wifi PowerShell<br />
防火墙 开启PING，禁用TCP/UDP高危端口:135 137 138 139 445<br />
支持 KVM/XEN/Hyper-V 虚拟化<br />
支持 设置静态IP<br />
支持 VHD装载<br />
深度精简 功能组件/注册表优化/组策略优化/服务优化</p>
<p>系统文件安装展开后占5.09G左右<br />
(默认开启虚拟内存，实际大于此5.09G，由虚拟内存文件占用)<br />
纯净 精简 无添加 全新安装 需自行KMS激活</p>
<p>KMS激活：<br />
以管理员身份运行CMD<br />
输入1：slmgr /skms 地址<br />
输入2：slmgr /ato</p>
<p>此版本为深度精简，功能组件和Windows更新可用。</p>
<p>注意：【首次进入，请先使用脚本修改远程桌面端口和用户密码】</p>
<p>tool.cmd 在桌面，用来修改远程桌面端口和用户密码的。</p>
<p>DD包自带 nat.cmd 在系统盘根目录，是用来给VPS服务器设置静态IP网关的，<br />
若你的VPS服务器需要，请在DD完成，挂载进去修改此脚本，<br />
无论你是否设置，安装完成进入桌面后此脚本都会自动删除。</p>
<p>精简的意义就是把不需要的功能删除掉，请不要以使用原版的目光对待。<br />
没有绝对的精简适合每个人，如果你在使用过程中，没有你需要的功能或者运行错误，那就是被精简了，无法恢复或修复，切记。<br />
当你需要的功能被精减掉了，再好的版本你都会觉得不行，适合自己的就是最好的。</p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2982.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>wes7-x86-cn-精简，安装后仅占用1.55G存储空间</title>
		<link>https://p1e.cn/html/2942.html</link>
					<comments>https://p1e.cn/html/2942.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Wed, 12 May 2021 00:15:26 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[win7]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2942</guid>

					<description><![CDATA[已移除 打印 蓝牙 红外 小工具 PowerShell 不保证实体机通用，因为没有大量内置通用驱动。 自述 镜像： 采用Windows Embedded Standard 7原版母盘封装制作 Windows 嵌入式 标准 7 Standard 7 SP1 32bit IBW.iso SHA1：828311930602A92278E6857AE5CF1338C021AD09 使用Standard 7 SP1 Toolkit.iso Image Configuration Editor 以最小组件定制 &#8212;&]]></description>
										<content:encoded><![CDATA[<p><span style="color: red;"><span style="font-size: medium;">已移除 打印 蓝牙 红外 小工具 PowerShell<br />
不保证实体机通用，因为没有大量内置通用驱动。</span></span><br />
<img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2943" src="https://i.p1e.cn/2021/05/9tkMM5.png" width="600" height="480" /><br />
<img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2944" src="https://i.p1e.cn/2021/05/UeSFF7.png" width="600" height="480" /><br />
<img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2945" src="https://i.p1e.cn/2021/05/ZwAFdh.png" width="600" height="480" /><br />
<img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2946" src="https://i.p1e.cn/2021/05/AbW3VO.png" width="600" height="450" /><br />
自述</p>
<p>镜像：<br />
采用Windows Embedded Standard 7原版母盘封装制作<br />
Windows 嵌入式 标准 7<br />
Standard 7 SP1 32bit IBW.iso<br />
SHA1：828311930602A92278E6857AE5CF1338C021AD09<br />
使用Standard 7 SP1 Toolkit.iso<br />
Image Configuration Editor 以最小组件定制<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>DD文件: wes7-x86-cn-lite.vhd.gz<br />
大小: (543MB)569916428 字节<br />
修改时间: 2021年5月11日, 18:52:14<br />
MD5: 134AA6AC009E17DABE1658E1F2CE49B8<br />
SHA1: F70E87F1005EE6E2D82DBBC7EA1E582A48AA523A<br />
CRC32: 5C25F401<br />
账户：Administrator<br />
密码：nat.ee<br />
支持：部署安装时，自动扩展硬盘。<br />
无人值守: 自动安装应答<br />
远程桌面: 默认开启，端口：3389<br />
虚拟内存: 默认开启<br />
声音: 默认关闭，若需要请到服务里把两个Audio启动并设置为自动<br />
主题: 经典<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>ESD文件: WES7-x86-cn-lite.esd<br />
大小: (379MB)398204474 字节<br />
修改时间: 2021年5月10日, 23:22:12<br />
MD5: 7D36EC82A1F879DDCB75AD759C1871DC<br />
SHA1: 42A06077E530F960FCFFDD42FC737C2F8327E3E3<br />
CRC32: D36D9788<br />
账户：Administrator<br />
密码：空<br />
默认：以 Administrator 账户 空密码 自动登录。<br />
无人值守: 自动安装应答<br />
远程桌面: 默认关闭<br />
虚拟内存: 默认关闭<br />
声音: 默认启用<br />
主题: 默认Windows 7<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>ISO文件: WES7-x86-cn-lite.iso<br />
大小: 678297600 字节<br />
修改时间: 2021年5月10日, 23:51:04<br />
MD5: 000AE0E89EE30B7CC4F936C7CC7B3E7D<br />
SHA1: 5B809AB6B8EF374374A17208D3B99F13AD4D0CAD<br />
CRC32: 78D522CC<br />
账户：Administrator<br />
密码：空<br />
默认：以 Administrator 账户 空密码 自动登录。<br />
无人值守: 自动安装应答<br />
远程桌面: 默认关闭<br />
虚拟内存: 默认关闭<br />
声音: 默认启用<br />
主题: 默认Windows 7<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>更新：<br />
永恒之蓝、远程桌面、NET环境必须、IE浏览器必须，补丁如下：<br />
kb4012212<br />
kb4499175<br />
kb4019990<br />
kb2670838<br />
kb2729094<br />
kb2731771<br />
kb2786081<br />
kb2834140</p>
<p>系统极限配置：<br />
CPU =&gt; 1核<br />
内存 =&gt; 256M<br />
硬盘 =&gt; 2G</p>
<p>系统建议配置：<br />
CPU =&gt; 1核——以上<br />
内存 =&gt; 512M——以上<br />
硬盘 =&gt; 5G——以上</p>
<p>修改：<br />
保留 NET(2.0-3.0-3.5)环境，可自行安装到更高NET版本！<br />
保留 Wifi<br />
移除 打印 蓝牙 红外 小工具 PowerShell<br />
默认系统语言：中文，并没有装任何输入法，请自行安装。<br />
防火墙 开启PING，禁用TCP/UDP高危端口:135 137 138 139 445<br />
支持 KVM 虚拟化<br />
支持 VHD装载<br />
更新 IE至IE11，默认打开就是空白页，没锁，没设置任何网址。<br />
适度精简 功能组件/注册表优化/组策略优化/服务优化<br />
纯净 精简 无添加 全新安装 自动激活</p>
<p>默认禁用Windows更新，但你可以手动打补丁升级</p>
<p>系统文件安装展开后1.55G左右<br />
此系统仅适合虚拟机、云服务器、工控机，使用。<br />
由于使用最小组件定制出来的系统，所以很多通用驱动并没有内置，并不适合实体机使用，或者你自备驱动导入可使用。</p>
<p>下列是DD文件内容：<br />
(DD包默认开启虚拟内存，实际大于此1.55GG，由于虚拟内存文件占用)<br />
注意：【首次进入，请先使用tool.cmd脚本修改远程桌面端口和用户密码】<br />
tool.cmd 在桌面，用来修改远程桌面端口和用户密码的。<br />
重启按钮 在桌面，由于远程桌面无法使用开始菜单的重启功能，添加一个有效改善。<br />
DD包自带 nat.cmd 在系统盘根目录，是用来给VPS服务器设置静态IP网关的，<br />
若你的VPS服务器需要，请在DD完成，挂载进去修改此脚本，<br />
无论你是否设置，安装完成进入桌面后此脚本都会自动删除。</p>
<p>精简的意义就是把不需要的功能删除掉，请不要以使用原版的目光对待。<br />
没有绝对的精简适合每个人，如果你在使用过程中，没有你需要的功能或者运行错误，那就是被精简了，无法恢复或修复，切记。<br />
当你需要的功能被精减掉了，再好的版本你都会觉得不行，适合自己的就是最好的。</p>
<p>声明:<br />
如有报毒,请不要使用!<br />
如造成损失,本人不负任何责任,请谨慎使用!<br />
任何形式发布/转载/修改，请保留本文!<br />
可再次修改私下使用，禁止再次修改发布到网上分享。</p>
<p>下载链接：</p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2942.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[DD包]Win7SP1-x64- 企业版-中文-深度精简-挂机宝-支持Uefi 甲骨文</title>
		<link>https://p1e.cn/html/2764.html</link>
					<comments>https://p1e.cn/html/2764.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Thu, 11 Mar 2021 04:23:20 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[windows7]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2764</guid>

					<description><![CDATA[自述 镜像： 采用MSDN原版母盘封装制作 Windows 7 企业版 SP1 简体中文 X64位 Windows 7 Enterprise with Service Pack 1 (x64) &#8211; DVD (Chinese-Simplified) cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso SHA1：9BA5E85596C2F25BE59F7E96139D83D4CB261A62 &#8212;&#8212;&#8212;&#8212;&#]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2765" src="https://i.p1e.cn/2021/03/I2yAoR.png" width="600" height="480" /></p>
<p><img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2766" src="https://i.p1e.cn/2021/03/aYpWGo.png" width="600" height="480" /></p>
<p><img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2767" src="https://i.p1e.cn/2021/03/48xrLs.png" width="600" height="480" /></p>
<p>自述</p>
<p>镜像：<br />
采用MSDN原版母盘封装制作<br />
Windows 7 企业版 SP1 简体中文 X64位<br />
Windows 7 Enterprise with Service Pack 1 (x64) &#8211; DVD (Chinese-Simplified)<br />
cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso<br />
SHA1：9BA5E85596C2F25BE59F7E96139D83D4CB261A62<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>DD文件: win7-ent-sp1-x64-cn.vhd.gz<br />
大小: (1.34G)1444883082 字节<br />
修改时间: 2021年3月11日, 0:53:17<br />
MD5: 742F1BEDF5F52291231DE748FA145C83<br />
SHA1: 63CDB6BC3A68CD7ACB9484BA918374C32EA4333B<br />
CRC32: 1C9DBFDF<br />
账户：Administrator<br />
密码：nat.ee<br />
支持：部署安装时，自动扩展硬盘。<br />
DD安装后，系统会自动部署全新安装，你只需要等待，就能通过远程桌面3389访问。<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
DD文件: win7-ent-sp1-x64-cn-efi.vhd.gz<br />
注意：此包仅适合支持Uefi启动的VPS，例如 甲骨文(Oracle)<br />
大小: (1.36G)1464663726 字节<br />
修改时间: 2021年3月11日, 0:58:35<br />
MD5: 4B0DC03EA041E786E9902CA22BA5A025<br />
SHA1: 86454B522F2F9C0DBDC43615AF77FB8578B9B49D<br />
CRC32: 1E6F9ECD<br />
账户：Administrator<br />
密码：nat.ee<br />
支持：部署安装时，自动扩展硬盘。<br />
DD安装后，系统会自动部署全新安装，你只需要等待，就能通过远程桌面3389访问。<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
更新：<br />
补丁更新到2020年1月，累积更新</p>
<p>下载链接：</p>

<p>系统最低要求：<br />
CPU =&gt; 1核<br />
内存 =&gt; 512M<br />
硬盘 =&gt; 5G</p>
<p>系统建议配置：<br />
CPU =&gt; 2核<br />
内存 =&gt; 2G<br />
硬盘 =&gt; 15G</p>
<p>修改：<br />
保留 NET(2-3-3.5)环境，可自行安装到更高版本！<br />
支持 KVM/XEN架构<br />
支持 设置静态IP<br />
支持 NVMe/USB3.0<br />
更新 IE至IE11<br />
更新 支持RDP8.1远程桌面，可以使用UDP模式连接。<br />
深度精简功能组件/注册表优化/组策略优化/服务优化</p>
<p>系统文件展开后3.71G左右<br />
(默认开启虚拟内存，实际大于此3.71G，由于虚拟内存文件占用)<br />
纯净 精简 无添加 全新安装 需自行KMS激活</p>
<p>KMS激活：<br />
以管理员身份运行CMD<br />
输入1：slmgr /skms KMS服务器地址<br />
输入2：slmgr /ato</p>
<p>此版本为深度精简，功能组件和(手动)升级补丁可用。</p>
<p>注意：【首次进入，请先使用脚本修改远程桌面端口和用户密码】</p>
<p>nat.cmd 在系统盘根目录，是用来设置静态IP的，若你的VPS需要请在DD完挂载进去修改。<br />
Remote.cmd 在桌面，用来修改远程桌面端口和用户密码的。</p>
<p>关于远程桌面RDP8.1，你本地的系统要支持rdp8.0以上，才会连接更流畅。<br />
早期的xp 2003 2008 Win7是没有支持的，Win8 Win10 以上才支持。<br />
至于Win7 sp1，可以打补丁支持到rdp8.1。</p>
<p>关于部分KVM的VPS用户无法识别2核心以上，这个是Windows 7 的硬伤，无法修复，原版也一样。家用版本就是这样，换 windows server 2008 r2 可解决。<br />
除非VPS商家修改主机KVM参数才能识别。</p>
<p>精简的意义就是把不需要的功能删除掉，请不要以使用原版的目光对待。<br />
没有绝对的精简适合每个人，如果你在使用过程中，没有你需要的功能或者运行错误，那就是被精简了，无法恢复或修复，切记。<br />
当你需要的功能被精减掉了，再好的版本你都会觉得不行，适合自己的就是最好的。</p>
<p>声明:<br />
如有报毒,请不要使用!<br />
如造成损失,本人不负任何责任,请谨慎使用!<br />
任何形式发布/转载/修改，请保留本文!<br />
可再次修改私下使用，禁止再次修改发布到网上分享。</p>
<p>荣耀&amp;制作<br />
网站：nat.ee</p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2764.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>使用腾讯云对象存储COS 快速DDwindows系统</title>
		<link>https://p1e.cn/html/2756.html</link>
					<comments>https://p1e.cn/html/2756.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Thu, 11 Mar 2021 01:49:43 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[腾讯云]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2756</guid>

					<description><![CDATA[1.首先登录腾讯云，然后在产品列表里选择对象存储 2.创建一个与你服务器所在区域相同的存储桶 3.创建过程略过，下一步选择自己需要的系统文件，下载到本地https://p1e.cn/html/disk/windows/ 4.把下载好的系统文件上传到COS里 5.点击文件后面的详情，获取镜像的下载地址 6.打开网页https://p1e.cn/html/734.html，复制手动安装脚本，然后粘帖到Xshell运行 7.运行以下命令，其中%URL%就是你在第五步复制的系统链接 bash Reinstall.sh -D]]></description>
										<content:encoded><![CDATA[<p>1.首先登录<a href="https://p1e.cn/go/tengxunyun">腾讯云</a>，然后在产品列表里选择对象存储</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2757" src="https://i.p1e.cn/2021/03/1615426122-16154261061.png" alt="" width="776" height="572" /></p>
<p>2.创建一个与你服务器<span style="color: #ff0000;">所在区域相同</span>的存储桶</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2758" src="https://i.p1e.cn/2021/03/1615426245-16154262031.png" alt="" width="875" height="428" /></p>
<p>3.创建过程略过，下一步选择自己需要的系统文件，下载到本地https://p1e.cn/html/disk/windows/</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2759" src="https://i.p1e.cn/2021/03/1615426670-20210311093731.png" alt="" width="1268" height="525" /></p>
<p>4.把下载好的系统文件上传到COS里</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2760" src="https://i.p1e.cn/2021/03/1615426755-20210311093848.png" alt="" width="869" height="611" /></p>
<p>5.点击文件后面的详情，获取镜像的下载地址</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2761" src="https://i.p1e.cn/2021/03/1615426905-20210311093731.png" alt="" width="869" height="531" /> <img loading="lazy" decoding="async" class="alignnone size-full wp-image-2762" src="https://i.p1e.cn/2021/03/1615426912-QQ20210311094106.png" alt="" width="776" height="451" /></p>
<p>6.打开网页https://p1e.cn/html/734.html，复制手动安装脚本，然后粘帖到Xshell运行</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2763" src="https://i.p1e.cn/2021/03/1615427259-QQ20210311094625.png" alt="" width="800" height="155" /></p>
<p>7.运行以下命令，其中%URL%就是你在第五步复制的系统链接</p>
<pre>bash Reinstall.sh -DD "%URL%"
</pre>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2756.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[DD包]WinSrv12012R2-数据中心版-中文-精简-支持uefi 甲骨文</title>
		<link>https://p1e.cn/html/2709.html</link>
					<comments>https://p1e.cn/html/2709.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Sat, 06 Mar 2021 15:02:39 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows2012]]></category>
		<category><![CDATA[甲骨文]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2709</guid>

					<description><![CDATA[自述 镜像： 采用MSDN原版母盘封装制作 Windows Server 2012R2 数据中心版 64位 简体中文 Windows Server 2012 R2 VL with Update (x64) &#8211; DVD (Chinese-Simplified) cn_windows_server_2012_r2_vl_with_update_x64_dvd_6052729.iso SHA1:5E88BF62773D4867CF904AF94F66EEA2062E35E4 &#8212;&#8212;&#8]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" class="zoom alignnone size-full wp-image-2710" src="https://i.p1e.cn/2021/03/ff5Iul.png" width="600" height="450" /></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2714" src="https://i.p1e.cn/2021/03/1615042833-demo2.png" alt="" width="600" height="450" /> <img loading="lazy" decoding="async" class="alignnone size-full wp-image-2715" src="https://i.p1e.cn/2021/03/1615042848-demo3.png" alt="" width="600" height="450" /> <img loading="lazy" decoding="async" class="alignnone size-full wp-image-2716" src="https://i.p1e.cn/2021/03/1615042862-demo4.jpg" width="600" height="450" /></p>
<p>自述</p>
<p>镜像：<br />
采用MSDN原版母盘封装制作<br />
Windows Server 2012R2 数据中心版 64位 简体中文<br />
Windows Server 2012 R2 VL with Update (x64) &#8211; DVD (Chinese-Simplified)<br />
cn_windows_server_2012_r2_vl_with_update_x64_dvd_6052729.iso<br />
SHA1:5E88BF62773D4867CF904AF94F66EEA2062E35E4<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>DD文件: winsrv2012r2-data-x64-cn.vhd.gz<br />
大小: (1.97G)2119951675 字节<br />
修改时间: 2021年3月6日, 21:21:14<br />
MD5: FBE45367CAA8379E6A16C294D2C2D0F8<br />
SHA1: D4D5A91664E089D7C67681858E5DCCB22EC0B9BA<br />
CRC32: 0F4C9020<br />
账户：Administrator<br />
密码：nat.ee<br />
支持：部署安装时，自动扩展硬盘。<br />
DD一键安装，系统会自动部署包括自动应答，你只需要等待，就能通过远程桌面3389访问。<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
DD文件: winsrv2012r2-data-x64-cn-efi.vhd.gz<br />
注意：此包仅适合支持Uefi启动的VPS/独服，例如 甲骨文(Oracle)<br />
大小: (1.97G)2121460257 字节<br />
修改时间: 2021年3月6日, 21:35:42<br />
MD5: 4B85E4AC1EFC129DE886F8A48F0A716E<br />
SHA1: E352BD0E0E3204B9FED65F839D9DA1295C8F55CA<br />
CRC32: 5F3325E9<br />
账户：Administrator<br />
密码：nat.ee<br />
支持：部署安装时，自动扩展硬盘。<br />
DD一键安装，系统会自动部署包括自动应答，你只需要等待，就能通过远程桌面3389访问。<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
更新：<br />
补丁更新到2020年2月，累积更新127个补丁</p>

<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2709.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows的DD包整理</title>
		<link>https://p1e.cn/html/2545.html</link>
					<comments>https://p1e.cn/html/2545.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Mon, 15 Feb 2021 02:35:17 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2545</guid>

					<description><![CDATA[Windows 7 Ultimate SP1 x86 精简 1.3GB(KVM虚拟化VPS适用) 直链: https://p1e.cn/html/disk/od/windows/dd/Win7Ultx86Lite.gz Username: Administrator Password: Windows7x86-Chinese hostloc @老司机制作 Windows 7 Ultimate SP1 x64 精简 1.2GB(KVM/Xen/Hyper-V虚拟化VPS适用) 直链: https://p1e.cn/h]]></description>
										<content:encoded><![CDATA[<ol>
<li>Windows 7 Ultimate SP1 x86 精简 1.3GB(<strong>KVM虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/Win7Ultx86Lite.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/Win7Ultx86Lite.gz</a><br />
Username: Administrator<br />
Password: Windows7x86-Chinese<br />
hostloc @老司机制作</li>
<li>Windows 7 Ultimate SP1 x64 精简 1.2GB(<strong>KVM/Xen/Hyper-V虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/Win7Ultx64Lite.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/Win7Ultx64Lite.gz</a><br />
Username: Administrator<br />
Password: www.nat.ee<br />
hostloc @老司机制作</li>
<li>Windows 7 Ultimate SP1 x64 精简 带IIS 1.3GB(<strong>KVM/Xen/Hyper-V/VMware虚拟化VPS适用 集成万能驱动 2019-9-15版本</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/Win7Ultx64Lite-IIS.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/Win7Ultx64Lite-IIS.gz</a><br />
Username: Administrator<br />
Password: www.nat.ee<br />
hostloc @碧莲(老司机)制作</li>
<li>Windows 7 Ultimate SP1 x64 精简 带IIS 1.2GB(<strong>KVM/Xen虚拟化VPS适用 2019-9-21版本</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/Win7Ultx64Lite-IIS-2.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/Win7Ultx64Lite-IIS-2.gz</a><br />
Username: Administrator<br />
Password: www.nat.ee<br />
hostloc @碧莲(老司机)制作</li>
<li>Windows 7 Ultimate SP1 x64 精简 支持UEFI 1.4GB(<strong>KVM/Xen虚拟化VPS适用 支持Oracle机器</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/Win7Ultx64Lite-UEFI.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/Win7Ultx64Lite-UEFI.gz</a><br />
Username: Administrator<br />
Password: www.nat.ee<br />
hostloc @碧莲(老司机)制作</li>
<li>Windows 7 Enterprise SP1 x64 精简 1.6GB(<strong>KVM/Xen虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/Win7Entx64Lite.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/Win7Entx64Lite.gz</a><br />
Username: Administrator<br />
Password: www.nat.ee<br />
hostloc @碧莲(老司机)制作</li>
<li>Windows 7 Enterprise SP1 x64 精简 支持UEFI 1.6GB(<strong>KVM/Xen虚拟化VPS适用 支持Oracle机器</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/Win7Entx64Lite-UEFI.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/Win7Entx64Lite-UEFI.gz</a><br />
Username: Administrator<br />
Password: www.nat.ee<br />
hostloc @碧莲(老司机)制作</li>
<li>Windows Embedded Standard 7 SP1 x86 1.2GB(<strong>KVM/Hyper-V虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinEmb7x86.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinEmb7x86.gz</a><br />
Username: Administrator<br />
Password: Vicer<br />
moeclub.org @Vicer制作</li>
<li>Windows Embedded 8.1 Industry Pro x64 2.9GB(<strong>KVM/Xen/Hyper-V虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinEmb8.1x64.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinEmb8.1&#215;64.gz</a><br />
Username: Administrator<br />
Password: Vicer<br />
moeclub.org @Vicer制作</li>
<li>Windows 10 Enterprise LTSC 2019 x64 3.4GB(<strong>KVM/Xen虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/vicer/Win10EntLTSC19x64.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/vicer/Win10EntLTSC19x64.gz</a><br />
Username: Administrator<br />
Password: Vicer<br />
moeclub.org @Vicer制作</li>
<li>Windows 10 Enterprise LTSC 2019 x64 3.7GB(<strong>KVM/Xen/VMware虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/Win10EntLTSC19x64-2.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/Win10EntLTSC19x64-2.gz</a><br />
Username: Administrator<br />
Password: www.nat.ee<br />
hostloc @老司机制作</li>
<li>Windows 10 Enterprise LTSC 2019 x64 精简 3.1GB(<strong>KVM/Xen/Hyper-V/VMware虚拟化VPS适用 集成万能驱动</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/Win10EntLTSC19x64Lite.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/Win10EntLTSC19x64Lite.gz</a><br />
Username: Administrator<br />
Password: www.nat.ee<br />
hostloc @老司机制作</li>
<li>Windows Server 2003 Enterprise SP2 x86 精简 C盘10G 297MB(<strong>KVM虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv03Entx86Lite10G.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv03Entx86Lite10G.gz</a><br />
Username: Administrator<br />
Password: WinSrv2003x86-Chinese<br />
hostloc @老司机制作</li>
<li>Windows Server 2003 Enterprise SP2x86 精简 C盘5G 292MB(<strong>KVM虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv03Entx86Lite5G.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv03Entx86Lite5G.gz</a><br />
Username: Administrator<br />
Password: WinSrv2003x86-Chinese<br />
hostloc @老司机制作</li>
<li>Windows Server 2008 R2 Datacenter x64 2.7GB(<strong>KVM/Xen/VMware虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv08R2DCx64.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv08R2DCx64.gz</a><br />
Username: Administrator<br />
Password: www.nat.ee<br />
hostloc @老司机制作</li>
<li>Windows Server 2008 R2 Datacenter x64 精简 1.4GB(<strong>KVM/Xen/Hyper-V虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv08R2DCx64Lite.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv08R2DCx64Lite.gz</a><br />
Username: Administrator<br />
Password: WinSrv2008x64-Chinese<br />
hostloc @老司机制作</li>
<li>Windows Server 2008 R2 Enterprise x64 8.0GB(<strong>Intel网卡独服适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv08R2Entx64.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv08R2Entx64.gz</a><br />
Username: Administrator<br />
Password: Kiss56099835<br />
hostloc @qixidi制作</li>
<li>Windows Server 2008 R2 Enterprise x64 6.4GB(<strong>集成万能驱动</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv08R2Entx64Lite.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv08R2Entx64Lite.gz</a><br />
Username: Administrator<br />
Password: Kiss56099835<br />
hostloc @qixidi制作</li>
<li>Windows Server 2012 R2 Datacenter x64 4.6GB(<strong>KVM虚拟化VPS/Intel网卡独服适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv12R2DCx64.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv12R2DCx64.gz</a><br />
Username: Administrator<br />
Password: Password147<br />
teddysun.com @秋水逸冰制作</li>
<li>Windows Server 2012 R2 Datacenter x64 4.6GB(<strong>KVM/Xen/VMware虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv12R2DCx64-2.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv12R2DCx64-2.gz</a><br />
Username: Administrator<br />
Password: www.nat.ee<br />
hostloc @老司机制作</li>
<li>Windows Server 2012 R2 Datacenter x64 精简 1.7GB(<strong>KVM/Xen/Hyper-V虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv12R2DCx64Lite.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv12R2DCx64Lite.gz</a><br />
Username: Administrator<br />
Password: WinSrv2012r2<br />
hostloc @老司机制作</li>
<li>Windows Server 2016 Datacenter x64 4.3GB(<strong>KVM虚拟化VPS/Intel网卡独服适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv16DCx64.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv16DCx64.gz</a><br />
Username: Administrator<br />
Password: Password147<br />
teddysun.com @秋水逸冰制作</li>
<li>Windows Server 2019 Datacenter x64 4.3GB(<strong>KVM虚拟化VPS/Intel网卡独服适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv19DCx64.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv19DCx64.gz</a><br />
Username: Administrator<br />
Password: Password147<br />
teddysun.com @秋水逸冰制作</li>
<li>Windows Server 2019 Datacenter x64 精简 2.0GB(<strong>KVM/Xen/Hyper-V虚拟化VPS适用</strong>)<br />
直链: <a href="https://p1e.cn/html/disk/od/windows/dd/WinSrv19DCx64Lite.gz" target="_blank" rel="noopener">https://p1e.cn/html/disk/od/windows/dd/WinSrv19DCx64Lite.gz</a><br />
Username: Administrator<br />
Password: WinSrv2019dc-Chinese<br />
hostloc @老司机制作</li>
</ol>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2545.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CloudCone全自动DD安装Windows</title>
		<link>https://p1e.cn/html/2528.html</link>
					<comments>https://p1e.cn/html/2528.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Sat, 13 Feb 2021 11:28:41 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[CloudCone]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2528</guid>

					<description><![CDATA[前期准备 重装系统为Debain 9或是10（不用apt更新） 取得外网IP、子网掩码、网关的相关设定 1. 到CloudCone官网控制台左侧的Access功能，点击『RECOVERY』按钮启动救援模式. 2. 点击官网控制台上方的VNC功能，进入VNC接著使用root最高权限登入系统，然后下载DD安装包，有Win2003、Win2008、Win2012等等的系统可用，我这边装的是Win10 LTSC. wget -O- https://p1e.cn/html/disk/od/windows/win10/Wind]]></description>
										<content:encoded><![CDATA[<p>前期准备</p>
<p>重装系统为Debain 9或是10（不用apt更新）<br />
取得外网IP、子网掩码、网关的相关设定<br />
1. 到CloudCone官网控制台左侧的Access功能，点击『RECOVERY』按钮启动救援模式.</p>
<p>2. 点击官网控制台上方的VNC功能，进入VNC接著使用root最高权限登入系统，然后下载DD安装包，有Win2003、Win2008、Win2012等等的系统可用，我这边装的是Win10 LTSC.</p>
<pre>wget -O- https://p1e.cn/html/disk/od/windows/win10/Windows10-x64-LTSC-Nic-Tomy.vhd.gz | gunzip | dd of=/dev/vda</pre>
<p>3. 当下载完毕，见到XXOO records in、XXOO records out等等的讯息，此时回到官网控制台左侧的『Access』功能，点击『Disable recovery mode』按钮来停用救援模式 .</p>
<p>4. 点击官网控制台上方的VNC功能，进入VNC接著使用下列帐号密码登入Win10.</p>
<p>使用者：Administrator<br />
密码：ievo.top</p>
<p>5. 设定IPv4地址</p>
<p>5.1、首先右击网络图标，单击打开网络和共享中心。</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2529" src="https://i.p1e.cn/2021/02/sVjorf.jpg" alt="win10怎么配置ip地址" width="437" height="242" /></p>
<p>5.2、选择“以太网”。</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2530" src="https://i.p1e.cn/2021/02/izMQoq.jpg" alt="win10怎么配置ip地址" width="500" height="285" /></p>
<p>5.3、出现了以太网状态后单击“属性”。</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2531" src="https://i.p1e.cn/2021/02/sOxznI.jpg" alt="win10怎么配置ip地址" width="484" height="609" /></p>
<p>5.4、选择&#8221;internet协议版本4（TCP/IPV4&#8243;)在单击“属性”。</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2532" src="https://i.p1e.cn/2021/02/h8az0r.jpg" alt="win10怎么配置ip地址" width="444" height="615" /></p>
<p>5.5、在输入IP地址，输入你第一步记录的IP信息。</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2533" src="https://i.p1e.cn/2021/02/RnuMgX.jpg" alt="win10怎么配置ip地址" width="474" height="588" /></p>
<p>5.6、在单击“关闭”就可以了。</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2534" src="https://i.p1e.cn/2021/02/23SZbh.jpg" alt="win10怎么配置ip地址" width="448" height="592" /></p>
<p>5.7、在查看IP地址是否配置成功了，在单击“以太网”。</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2535" src="https://i.p1e.cn/2021/02/rqTMKi.jpg" alt="win10怎么配置ip地址" width="500" height="405" /></p>
<p>5.8、单击“详细信息”。</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2536" src="https://i.p1e.cn/2021/02/Flo5EV.jpg" alt="win10怎么配置ip地址" width="410" height="572" /></p>
<p>9、如下图可以看到了刚才配置好的IP地址。</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2537" src="https://i.p1e.cn/2021/02/OgDZ6h.jpg" alt="win10怎么配置ip地址" width="419" height="578" /></p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2528.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
