Página 1 de 1

Dudas creando Tweaks

Publicado: Mié Jul 15, 2009 9:07 pm
por otreblab
Saludos, amigo lethe tengo unas dudas acerca de crear un archivo Tweaks.reg cuyo contenido tiene optimizaciones que previamente he sacado de TuneXP, quiero crear manualmente un tweaks.reg para luego agregarlo en mi cd de XP con el metodo GuiRunOnce aca esta el contenido del mismo:

Windows Registry Editor Version 5.00

Accelerate DLL unloadind
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"AlwaysUnloadDLL"=dword:00000001

Disable Paging Executive
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001

Faster shutdown
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"=dword:00001000

File allocation size tweak
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"ConfigFileAllocSize"=dword:00000200

Optimize prefetch
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000003

Increase NTFS performance
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NTFSDisableLastAccessUpdate"=dword:00000001

IO Page Lock Limit
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"IoPageLockLimit"=dword:0d800000

increase CPU Priority
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000026

Speed Up Windows IRQ handing
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"IRQ8Priority"=dword:00000001

DNS Cache increase
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000180

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableSize"=dword:0000fa00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxCacheEntryTtlLimit"=dword:0000012d

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxSOACacheEntryTtlLimit"=dword:0000012c


corrigeme en algo puedo crear un archivo .reg unico con todos estas llaves y agregarle la descripcion del tweak correspondiente arriba de la llave sin causar algun efecto negativo en la llave? o es recomendable no ponersela

Re: dudas creando Tweaks

Publicado: Mié Jul 15, 2009 9:40 pm
por LeThe
Correcto pero necesitas un ; en cada linea que es un comentario.

; Accelerate DLL unloadind
; Funciona en solo Windows 2000 y XP
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"AlwaysUnloadDLL"=dword:00000001

Re: Dudas creando Tweaks

Publicado: Mié Jul 15, 2009 9:48 pm
por otreblab
Gracias amigo lethe, pruebo el tweak en mi cd de xp y te cuento como me fue :cool35

Re: Dudas creando Tweaks

Publicado: Jue Jul 16, 2009 10:16 am
por otreblab
todas las optimizaciones fueron agregadas con el metodo GuiRunOnce :plano1

Re: Dudas creando Tweaks

Publicado: Jue Jul 16, 2009 10:19 am
por LeThe
Excelente - Siempre funciona de maravilla :)

Re: Dudas creando Tweaks

Publicado: Mar Jul 06, 2010 9:10 am
por clandestino837
otreblab escribió:Saludos, amigo lethe tengo unas dudas acerca de crear un archivo Tweaks.reg cuyo contenido tiene optimizaciones que previamente he sacado de TuneXP, quiero crear manualmente un tweaks.reg para luego agregarlo en mi cd de XP con el metodo GuiRunOnce aca esta el contenido del mismo:

Windows Registry Editor Version 5.00

Accelerate DLL unloadind
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"AlwaysUnloadDLL"=dword:00000001

Disable Paging Executive
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001

Faster shutdown
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"=dword:00001000

File allocation size tweak
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"ConfigFileAllocSize"=dword:00000200

Optimize prefetch
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000003

Increase NTFS performance
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NTFSDisableLastAccessUpdate"=dword:00000001

IO Page Lock Limit
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"IoPageLockLimit"=dword:0d800000

increase CPU Priority
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"Win32PrioritySeparation"=dword:00000026

Speed Up Windows IRQ handing
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"IRQ8Priority"=dword:00000001

DNS Cache increase
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000180

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableSize"=dword:0000fa00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxCacheEntryTtlLimit"=dword:0000012d

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxSOACacheEntryTtlLimit"=dword:0000012c


corrigeme en algo puedo crear un archivo .reg unico con todos estas llaves y agregarle la descripcion del tweak correspondiente arriba de la llave sin causar algun efecto negativo en la llave? o es recomendable no ponersela
exelente pero dejame a ver si entiendo bien y disculpa con esto tengo que crear un archivo que se va a llamar tweak.reg?????

solo eso necesito que me respondan gracias

Re: Dudas creando Tweaks

Publicado: Mar Jul 06, 2010 9:16 am
por LeThe
Asi es, y puedes usar el GuiRunOnce para la integracion, por ejemplo:

[GuiRunOnce]
"regedit /s %systemdrive%\Additional\tweaks.reg"