<?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; NFZX</title>
	<atom:link href="https://www.nfzx.org.cn/category/jyfx/dnyh/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.nfzx.org.cn</link>
	<description>我的建筑图像日志</description>
	<lastBuildDate>Tue, 02 Sep 2025 13:09:06 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://www.nfzx.org.cn/wp-content/uploads/2022/03/cropped-20220322娃娃3-scaled-1-32x32.jpg</url>
	<title>电脑优化 &#8211; NFZX</title>
	<link>https://www.nfzx.org.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>msdia80.dll在其他硬盘根目录出现的处理方式</title>
		<link>https://www.nfzx.org.cn/2023-09-12/msdia80-dll%e5%9c%a8%e5%85%b6%e4%bb%96%e7%a1%ac%e7%9b%98%e6%a0%b9%e7%9b%ae%e5%bd%95%e5%87%ba%e7%8e%b0%e7%9a%84%e5%a4%84%e7%90%86%e6%96%b9%e5%bc%8f/</link>
					<comments>https://www.nfzx.org.cn/2023-09-12/msdia80-dll%e5%9c%a8%e5%85%b6%e4%bb%96%e7%a1%ac%e7%9b%98%e6%a0%b9%e7%9b%ae%e5%bd%95%e5%87%ba%e7%8e%b0%e7%9a%84%e5%a4%84%e7%90%86%e6%96%b9%e5%bc%8f/#respond</comments>
		
		<dc:creator><![CDATA[NFZX]]></dc:creator>
		<pubDate>Tue, 12 Sep 2023 02:36:35 +0000</pubDate>
				<category><![CDATA[电脑优化]]></category>
		<category><![CDATA[经验分享]]></category>
		<category><![CDATA[msdia80.dll]]></category>
		<guid isPermaLink="false">https://www.nfzx.org.cn/?p=282</guid>

					<description><![CDATA[msdia80.dll是Microsoft Vis&#8230;]]></description>
										<content:encoded><![CDATA[
<p>msdia80.dll是Microsoft Visual C++ 2005可再发行组件的一个文件。出现在C盘以外的硬盘根目录中则说明说明其安装错误，它的正确路径应该是“C:\Program Files\Common Files\Microsoft Shared\VC\msdia80.dll&#8221;。</p>



<p>该情况处理步骤如下：</p>



<p>1、先把错误路径的msdia80.dll复制到“C:\Program Files\Common Files\Microsoft Shared\VC\&#8221;内。</p>



<p>2、管理员身份运行命令提示符，或者win+R运行cmd。</p>



<p>3、输入以下内容</p>



<pre class="wp-block-code"><code>regsvr32 "C:\Program Files\Common Files\Microsoft Shared\VC\msdia80.dll"</code></pre>



<p>4、若回车提示成功，则可删除除正确目录下文件以外的所有msdia80.dll文件</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nfzx.org.cn/2023-09-12/msdia80-dll%e5%9c%a8%e5%85%b6%e4%bb%96%e7%a1%ac%e7%9b%98%e6%a0%b9%e7%9b%ae%e5%bd%95%e5%87%ba%e7%8e%b0%e7%9a%84%e5%a4%84%e7%90%86%e6%96%b9%e5%bc%8f/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows系统优化</title>
		<link>https://www.nfzx.org.cn/2022-06-01/windows%e7%b3%bb%e7%bb%9f%e4%bc%98%e5%8c%96/</link>
					<comments>https://www.nfzx.org.cn/2022-06-01/windows%e7%b3%bb%e7%bb%9f%e4%bc%98%e5%8c%96/#respond</comments>
		
		<dc:creator><![CDATA[NFZX]]></dc:creator>
		<pubDate>Wed, 01 Jun 2022 03:06:27 +0000</pubDate>
				<category><![CDATA[电脑优化]]></category>
		<category><![CDATA[经验分享]]></category>
		<category><![CDATA[系统优化]]></category>
		<category><![CDATA[网络优化]]></category>
		<guid isPermaLink="false">http://nfzx.org.cn/?p=102</guid>

					<description><![CDATA[系统优化与修复 1、使用sfc命令提示符修复系统 &#8230;]]></description>
										<content:encoded><![CDATA[
<p><strong>系统优化与修复</strong></p>



<p>1、使用sfc命令提示符修复系统</p>



<pre class="wp-block-code"><code><code>sfc /scannow</code></code></pre>



<p>2、使用DISM命令修复系统</p>



<pre class="wp-block-code"><code><code>Dism /Online /Cleanup-Image /ScanHealth</code></code></pre>



<pre class="wp-block-code"><code><code>Dism /Online /Cleanup-Image /CheckHealth</code></code></pre>



<pre class="wp-block-code"><code><code>Dism /Online /Cleanup-image /RestoreHealth</code></code></pre>



<p>3、重新注册dll及OCX文件</p>



<pre class="wp-block-code"><code>for %1 in (%windir%\SysWOW64\*.dll) do regsvr32.exe /s %1

for %1 in (%windir%\SysWOW64\*.ocx) do regsvr32.exe /s %1</code></pre>



<p>4、虚拟内存设置</p>



<p>进入    <em>设置——系统信息——高级系统设置——高级——性能</em>    ；</p>



<p>点击设置，选择    <em>高级——虚拟内存</em>    ，点击更改；</p>



<p>取消勾选“自动管理所有驱动器的分页文件大小”；</p>



<p>选定一个机械硬盘分区，选择自定义大小，初始大小32768，最大值65536（条件允许可以再大）；</p>



<p>其余驱动器分页文件大小均设置为无分页文件；</p>



<p>按照提示重启计算机即可</p>



<p><strong>网络优化</strong></p>



<p>首先以管理员身份运行windows自带的powershell x64软件，输入以下命令：</p>



<p>接收窗口自动调谐级别：</p>



<pre class="wp-block-code"><code><code>netsh int tcp set global autotuninglevel<span style="background-color: initial; font-family: inherit; font-size: inherit; text-align: initial; color: initial;">=</span><span style="background-color: initial; font-family: inherit; font-size: inherit; text-align: initial; color: initial;">normal</span></code></code></pre>



<p>附加拥塞控制提供程序：</p>



<pre class="wp-block-code"><code>netsh int tcp set supplemental Template=Internet CongestionProvider=bbr2
netsh int tcp set supplemental Template=Datacenter CongestionProvider=bbr2
netsh int tcp set supplemental Template=Compat CongestionProvider=bbr2
netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=bbr2
netsh int tcp set supplemental Template=InternetCustom CongestionProvider=bbr2</code></pre>



<p>RFC 1323 时间戳：</p>



<pre class="wp-block-code"><code><code>netsh int tcp set global timestamps=enabled</code></code></pre>



<p>ECN：</p>



<pre class="wp-block-code"><code><code>netsh int tcp set global ecncapability=enabled</code></code></pre>



<p><strong>极限优化</strong>（电脑已有360、火绒等安全防护软件情况下可酌情使用）</p>



<p>1、关闭Windows Defender</p>



<p>win+R键运行<code>gpedit.msc</code>，定位    <em>计算机配置——管理模板——Windows组件——Microsoft Defender 防病毒</em></p>



<p>找到关闭Microsoft Defender 防病毒项，点进去选择已启用即可关闭Windows Defender</p>



<p>2、关闭实时防护</p>



<p><code>win+R</code>键运行<code>gpedit.msc</code>，定位    <em>计算机配置——管理模板——Windows组件——Microsoft Defender 防病毒——实时防护</em></p>



<p>找到关闭实时防护项，点进去选择已启用即可关闭实时防护</p>



<p>3、关闭UAC防护</p>



<p><code>win+R</code>键运行<code>msconfig</code>，选择工具——更改UAC设置，点击启动</p>



<p>将UAC级别调为从不通知并重启电脑</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nfzx.org.cn/2022-06-01/windows%e7%b3%bb%e7%bb%9f%e4%bc%98%e5%8c%96/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>IOS上添加阿里巴巴公共DNS DOH描述文件</title>
		<link>https://www.nfzx.org.cn/2022-03-24/ios%e4%b8%8a%e6%b7%bb%e5%8a%a0dnspod-doh%e6%8f%8f%e8%bf%b0%e6%96%87%e4%bb%b6/</link>
					<comments>https://www.nfzx.org.cn/2022-03-24/ios%e4%b8%8a%e6%b7%bb%e5%8a%a0dnspod-doh%e6%8f%8f%e8%bf%b0%e6%96%87%e4%bb%b6/#respond</comments>
		
		<dc:creator><![CDATA[NFZX]]></dc:creator>
		<pubDate>Thu, 24 Mar 2022 02:46:41 +0000</pubDate>
				<category><![CDATA[电脑优化]]></category>
		<category><![CDATA[经验分享]]></category>
		<category><![CDATA[加密DNS]]></category>
		<guid isPermaLink="false">http://nfzx.org.cn/?p=61</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://www.nfzx.org.cn/2022-03-24/ios%e4%b8%8a%e6%b7%bb%e5%8a%a0dnspod-doh%e6%8f%8f%e8%bf%b0%e6%96%87%e4%bb%b6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
