Dudas creando Tweaks

Consejos • Metodos • Integracion • WPI • Enlaces • Mucho mas
Responder
Avatar de Usuario
otreblab
Mensajes: 137
Registrado: Jue May 29, 2008 10:02 am
Ubicación: Isla de Margarita, Venezuela

Dudas creando Tweaks

Mensaje 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
Última edición por otreblab el Jue Jul 16, 2009 10:17 am, editado 1 vez en total.
Avatar de Usuario
LeThe
Site Admin
Mensajes: 7046
Registrado: Vie Jun 15, 2007 5:11 pm
Ubicación: Florida, Estados Unidos
Contactar:

Re: dudas creando Tweaks

Mensaje 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
Ing. Joshua Marius
Windows 10 Pro x64 20H2
Intel Core i7-3770K, 4.5 Ghz
ASUS P8Z68-V LX
Disco 1: Samsung SSD 850 EVO 500 GB
RAID 1: Seagate ST3000DM001 3TB
CORSAIR Vengeance 16 GB DDR3 1600
NVIDIA GeForce GTX 1060
Avatar de Usuario
otreblab
Mensajes: 137
Registrado: Jue May 29, 2008 10:02 am
Ubicación: Isla de Margarita, Venezuela

Re: Dudas creando Tweaks

Mensaje por otreblab »

Gracias amigo lethe, pruebo el tweak en mi cd de xp y te cuento como me fue :cool35
Avatar de Usuario
otreblab
Mensajes: 137
Registrado: Jue May 29, 2008 10:02 am
Ubicación: Isla de Margarita, Venezuela

Re: Dudas creando Tweaks

Mensaje por otreblab »

todas las optimizaciones fueron agregadas con el metodo GuiRunOnce :plano1
Avatar de Usuario
LeThe
Site Admin
Mensajes: 7046
Registrado: Vie Jun 15, 2007 5:11 pm
Ubicación: Florida, Estados Unidos
Contactar:

Re: Dudas creando Tweaks

Mensaje por LeThe »

Excelente - Siempre funciona de maravilla :)
Ing. Joshua Marius
Windows 10 Pro x64 20H2
Intel Core i7-3770K, 4.5 Ghz
ASUS P8Z68-V LX
Disco 1: Samsung SSD 850 EVO 500 GB
RAID 1: Seagate ST3000DM001 3TB
CORSAIR Vengeance 16 GB DDR3 1600
NVIDIA GeForce GTX 1060
clandestino837
Mensajes: 26
Registrado: Lun Jun 21, 2010 3:19 pm

Re: Dudas creando Tweaks

Mensaje 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
Avatar de Usuario
LeThe
Site Admin
Mensajes: 7046
Registrado: Vie Jun 15, 2007 5:11 pm
Ubicación: Florida, Estados Unidos
Contactar:

Re: Dudas creando Tweaks

Mensaje por LeThe »

Asi es, y puedes usar el GuiRunOnce para la integracion, por ejemplo:

[GuiRunOnce]
"regedit /s %systemdrive%\Additional\tweaks.reg"
Ing. Joshua Marius
Windows 10 Pro x64 20H2
Intel Core i7-3770K, 4.5 Ghz
ASUS P8Z68-V LX
Disco 1: Samsung SSD 850 EVO 500 GB
RAID 1: Seagate ST3000DM001 3TB
CORSAIR Vengeance 16 GB DDR3 1600
NVIDIA GeForce GTX 1060
Responder

Volver a “nLite, Instalaciones Desatendidas y Personalizadas para Windows XP”