从 Ubuntu 到 Windows 的预加载相当于什么?

从 Ubuntu 到 Windows 的预加载相当于什么?

有没有类似 Ubuntu 的 Preload 的软件,但适用于 Windows 7?我似乎找不到。

答案1

加速方式:

/1. 注册表控制系统设置:

加速.cmd:

@SET uint=/t REG_DWORD /d
@SET Control=HKLM\SYSTEM\CurrentControlSet\Control

::@SET stCmd=@echo
:: delete :: - see key, value

@SET stCmd=@echo reg add
:: delete :: - see command

::@SET stCmd=reg add
:: delete :: - patch registry

@SET Prefetch="%Control%\Session Manager\Memory Management\PrefetchParameters"
%stCmd% %Prefetch% /v EnablePrefetcher %uint% 5 /f
%stCmd% %Prefetch% /v EnableSuperfetch %uint% 3 /f

@SET FS="%Control%\FileSystem"
%stCmd% %FS% /v NtfsDisableLastAccessUpdate %uint% 1 /f
%stCmd% %FS% /v NtfsMemoryUsage %uint% 2 /f

@SET Priority="%Control%\PriorityControl"
%stCmd% %Priority% /v Win32PrioritySeparation %uint% 2 /f
%stCmd% %Priority% /v IRQ8Priority %uint% 1 /f
%stCmd% %Priority% /v IRQ14Priority %uint% 1 /f
%stCmd% %Priority% /v IRQ15Priority %uint% 1 /f

@SET Memory="%Control%\Session Manager\Memory Management"
%stCmd% %Memory% /v DisablePagingExecutive %uint% 1 /f
%stCmd% %Memory% /v LargeSystemCache %uint% 1 /f
%stCmd% %Memory% /v IOPageLockLimit %uint% 0x04000000 /f

@SET RegExplorer="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer"
%stCmd% %RegExplorer% %uint% 0 /f

/2. 内存和缓存软件:

适用于台式机系统的 SuperCache Express™ 5

适用于台式机系统的 SuperCache Express™ 5

桌面性能解决方案

产品套件/服务器

/3. 在 HDD 上设置的分区和文件几何形状。

首先交换文件......等等)

以 Symantec Speed Disk 为例

/4.虚拟化:

这看起来可能有点奇怪。但根据我的经验,有些情况下虚拟化可以使某些系统的工作速度加快几倍。

可能会有帮助)

答案2

Windows 7 包含“预取”功能,可自动管理和预加载常用程序。您无需执行任何操作,它会自行管理。

这里是谷歌搜索链接。

相关内容