|
本帖最后由 FrostedGlass 于 2019-3-11 12:06 编辑
把下列内容保存为reg然后导入
安装到移动硬盘就不要改这个了。。。会7B的。。。
- Windows Registry Editor Version 5.00
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
- "BootDriverFlags"=dword:00000000
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
- "EnableSuperfetch"=dword:00000003
- "EnablePrefetcher"=dword:00000003
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PnP]
- "PollBootPartitionTimeout"=dword:00000000
复制代码
BootDriverFlags 是设备启动类型,WES7默认6,WIN7默认0
PollBootPartitionTimeout 轮询引导分区超时,WIN7默认为0,WES7默认15000
EnableSuperfetch,WIN7默认为3,WES7为0,是WES7下ReadyBoost(Superfetch/Sysmin)无法启用的真正原因。
EnablePrefetcher WIN7默认为3,WES7为0 |
评分
-
查看全部评分
|