<?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/tag/%e7%b3%bb%e7%bb%9f%e4%bc%98%e5%8c%96/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>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>
	</channel>
</rss>
