Advertisement
YeiZeta

Mejorar el comportamiento de los DNS en XP

Jan 2nd, 2013
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Ejecutar - cmd y enter
  2.  
  3. c:/> ipconfig /flushdns (Limpia los DNS cacheados)
  4.  
  5. Con el comando “regedit.exe” desde el menú Inicio/Ejecutar y localizaremos la clave sino existe se crea::
  6. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters
  7.  
  8. DWORD: MaxNegativeCacheTtl y le colocamos como valor 0
  9.  
  10. Ahora: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
  11. Services\Dnscache\Parameters
  12.  
  13. DWORD: MaxCacheTtl con valor 14400 (decimal)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement