<?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>2019 &#8211; 科技改变生活-雨落星辰</title>
	<atom:link href="https://p1e.cn/html/tag/2019/feed" rel="self" type="application/rss+xml" />
	<link>https://p1e.cn</link>
	<description>所有的伟大,都源于一个勇敢的开始</description>
	<lastBuildDate>Mon, 31 May 2021 05:40:32 +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>Windows Server 2019 Datacenter CN 自动安装DD镜像 集成Virtio/Xen/Hyper驱动</title>
		<link>https://p1e.cn/html/651.html</link>
					<comments>https://p1e.cn/html/651.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Thu, 25 Oct 2018 04:56:02 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[2019]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.815494.com/?p=651</guid>

					<description><![CDATA[Windows Server 2019 Datacenter CN 自动安装DD镜像 集成Virtio/Xen/Hyper驱动 系统内置管理员密码和纯净安装CentOS 7一样(https://p1e.cn/html/377.html)，默认为]]></description>
										<content:encoded><![CDATA[<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><strong>Windows Server </strong><strong style="color: #ff0000;">2019</strong><strong> Datacenter CN 自动安装DD镜像 集成Virtio/Xen/Hyper驱动</strong></p>
<p>系统内置管理员密码和纯净安装CentOS 7一样(<a href="https://p1e.cn/html/377.html" target="_blank" rel="noopener noreferrer">https://p1e.cn/html/377.html</a>)，默认为[<strong style="color: #800000;">cxthhhhh.com</strong>]。</p>
<p>DD完成后，等待一会(自动安装)，无需VNC。即可直接IP:3389连接(RDP)</p>
<p>①如果你是VPS，你应该像这样运行</p>
<pre class="ql-syntax" spellcheck="false"><span class="hljs-attribute">wget</span> -qO- https://p1e.cn/html/disk/windows/2019/Disk_Windows_Server_2019_DataCenter_CN.vhd.gz -dc | dd of=/dev/vda
</pre>
<p>②如果你是一个专用服务器，你应该像这样运行</p>
<pre class="ql-syntax" spellcheck="false">wget -qO- <span class="hljs-symbol">http:</span>/<span class="hljs-regexp">/os.p1e.cn/windows/2019/</span>Disk_Windows_Server_2019_DataCenter_CN.vhd.gz <span class="hljs-params">| gunzip -dc |</span> dd of=<span class="hljs-regexp">/dev/sda</span>
</pre>
<p>2. 在正常模式下执行以下命令（通过MoeClub.org提供的脚本）</p>
<p>(你需要注意，下面命令中引号是”英文状态引号”。)</p>
<pre class="ql-syntax" spellcheck="false"><span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">"http://www.815494.com/html/shell/reinstall/InstallNET.sh"</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://p1e.cn/html/disk/windows/2019/Disk_Windows_Server_2019_DataCenter_CN.vhd.gz'</span>
</pre>
<p><strong>主要特性简述：</strong></p>
<p>1、开远程桌面、开端口3389、加驱动（Virtio、Xen、Hyper）</p>
<p>2、自动扩展磁盘(在阿里云测试通过)</p>
<p>3、关闭Windows Update(可手动开启)</p>
<p>4、关闭UAC(可手动开启)</p>
<p>5、集成NET框架(2.0－4.7)</p>
<p><strong>阿里云香港 1C 1G 200M 40G 1T机器，测试图</strong></p>
<p><img fetchpriority="high" decoding="async" src="https://i.p1e.cn/2018/10/5bb8be68dff67.png" width="600" height="448" /></p>
<p>版本：    V_2.0.1</p>
<p>文件：    Disk_Windows_Server_2019_DataCenter_CN.vhd.gz</p>
<p>大小：    4, 673, 838, 296 字节</p>
<p>MD5：  FE1E1C8AF4C010A1CEE0E6E5F0415175</p>
<p>SHA1：  37F07C2FA0F9661DDDAFE169CEA62DF437AE75C5</p>
<p>CRC32： 6378C156</p>
<p><strong>开始享受纯净的Windows_Server_2019_DataCenter</strong></p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/651.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
