Qual é o equivalente do Preload do Ubuntu para o Windows? [fechadas]

0

Existe um software como o Preload do Ubuntu, mas para o Windows 7? Eu não consigo encontrar um.

    
por Napster 07.08.2013 / 18:49

2 respostas

1

Caminho do SpeedUp:

/ 1. Configurações do sistema de controle de registro:

Speedup.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. Memória e software de cache:

SuperCache Express ™ 5 para sistemas de desktop

Soluções de desempenho para área de trabalho

Product Suite / Servers

/ 3. Partição e geometria de arquivo definidas no HDD.

Troque o arquivo no começo ... e mais)

Symantec Speed Disk como amostra.

/ 4. Virtualização:

Pode parecer estranho. Mas, na minha experiência, houve casos em que a virtualização acelera o trabalho de certos sistemas várias vezes.

pode ser ajuda)

    
por 07.08.2013 / 20:23
1

O Windows 7 inclui "pré-busca", que gerencia e pré-carrega automaticamente os programas mais usados. Você não precisa fazer nada, ele irá gerenciar a si mesmo.

Aqui é um link de pesquisa do Google.

    
por 07.08.2013 / 18:58