viernes, 28 de agosto de 2009

Autologon en xp, sin tweakui

  • Start regedit.exe (Start - Run - regedit)
  • Open the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Current Version\Winlogon
  • Double click the DefaultDomainName and fill in your domain name
  • Double click the DefaultUserName and fill in login name
  • From Edit menu select New String Value, and enter DefaultPassword as name of value
  • Double click the DefaultPassword and enter in the password
  • From Edit menu select New String Value, and enter AutoAdminLogon as name of value
  • Double click the AutoAdminLogon and set the value to the number 1
  • Close regedit
  • Como reparar MBR

    DOS:
    fdisk/mbr

    XP:
    Es necesario hacer este procedimiento:
    En la consola de recuperacion: fixboot
    Tambien funciona el comando: fixmbr

    Linux (Grub):
    bajar el "supergrubdisk" http://www.supergrubdisk.org/
    Es una imagen iso muy chica para recuperar un grub.

    Otras Herramientas:
    EASEUS Partition Master Server Edition

    sábado, 22 de agosto de 2009

    Configurando Kmeleon para que funcione control click en segundo plano

    Kmeleon (http://kmeleon.sourceforge.net/) por defecto usa CONTROL+ CLICK DERECHO para abrir link en segundo plano. Es es MUY MOLESTO porque estoy acostumbrado a Firefox que es CONTROL+CLICK IZQUIERDO.

    Como solucionarlo:
    C:\Archivos de programa\K-Meleon\defaults\settings\accel.cfg

    buscar "CTRL LButton = ID_OPEN_LINK_IN_NEW_TAB"
    reemplazar por "CTRL RButton = ID_OPEN_LINK_IN_NEW_TAB"

    buscar "CTRL LButton = ID_OPEN_LINK_IN_NEW_WINDOW"
    reemplazar por "CTRL RButton = ID_OPEN_LINK_IN_NEW_WINDOW"

    Con eso remapeamos control+click derecho para abrir link en nueva ventana.
    Ahora nos quedó libre control+click izq para nuestra configuracion:

    %ifplugin tabs
    CTRL LButton = ID_OPEN_LINK_IN_BACKGROUNDTAB
    %else
    CTRL LButton = ID_OPEN_LINK_IN_BACKGROUND
    %endif

    viernes, 21 de agosto de 2009

    rutas.cmd

    route delete 0.0.0.0 mask 0.0.0.0 192.168.0.200
    route delete 0.0.0.0 mask 0.0.0.0 192.168.0.210

    route add 0.0.0.0 mask 0.0.0.0 192.168.0.210