微软最近发布了windows 10的最新累积更新,其中可能涉及一项关键调整。windows 10 kb4482887(build 17763.348)在部分设备上为windows 10版本1809引入了“retpoline”修复补丁机制,并且未来可能会逐步扩展至其他设备。
根据微软技术论坛的信息显示,这项技术并非自动启动,而是需要通过手动修改注册表来激活。
激活步骤(仅适用于已经更新至Windows 10 1809并达到17763.348或更高版本的用户)如下:注册表编辑路径为:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
添加以下两项:
FeatureSettingsOverride
类型: REG_DWORD
值: 0x400
FeatureSettingsOverrideMask
类型: REG_DWORD
值: 0x400
完成上述操作后,重启计算机即可感受到此技术带来的性能改进。
若要确认是否成功启用,可利用PowerShell执行以下指令:
Install-Module -Name SpeculationControl
Set-ExecutionPolicy RemoteSigned
Import-Module SpeculationControl
Get-SpeculationControlSettings
若结果显示如下,则表明已成功开启:
Speculation control settings for CVE-2017-5715 [branch target injection]
Hardware support for branch target injection mitigation is present: True
Windows OS support for branch target injection mitigation is present: True
Windows OS support for branch target injection mitigation is enabled: True
...
BTIKernelRetpolineEnabled: True
BTIKernelImportOptimizationEnabled: True

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号