viernes, 28 de septiembre de 2012

Instalar Firewall Windows XP a mano

Para instalar Firewall de Windows cuando no se esté ejecutando y no aparezca en servicios, siga estos pasos:

  1. Haga clic en Inicio y en Ejecutar, escriba cmd y haga clic en Aceptar.
  2. En el símbolo del sistema, escriba la línea de comandos siguiente y presione ENTRAR:
    Rundll32 setupapi,InstallHinfSection Ndi-Steelhead 132 %windir%\inf\netrass.inf
  3. Reinicie Windows.
  4. Haga clic en Inicio y en Ejecutar, escriba cmd y haga clic en Aceptar.
  5. En el símbolo del sistema, escriba el comando siguiente y presione ENTRAR:
    Netsh firewall reset
  6. Haga clic en Inicio y en Ejecutar, escriba firewall.cpl y presione ENTRAR. En el cuadro de diálogo Firewall de Windows, haga clic en Activado (recomendado) y, después, haga clic en Aceptar.

lunes, 10 de septiembre de 2012

Configurar Escáner Bluetooth por PS/2 Datalogic

Para configurar el escáner Bluetooth Datalogic con conexión PS/2 se han de seguir los pasos que se indican a continuación:

viernes, 29 de junio de 2012


Manual para poder instalar GPMC en equipos de tecnologia X64


If you have attempted to install the GPMC (Group Policy Management Console) on Windows 2003×64 version, you have encountered this problem; and it is frustrating. The error you receive if you attempt to install GPMC on x64 states that you have to uninstall the “previous” incompatible version of .NET. Microsoft has indicated that Vista comes with both x86 and x64 versions of GPMC, so they have it available. But, the company has indicated that an x64 version will not be released for “older” versions of Windows – for some unknown reason (i.e. forcing people to upgrade to the less-than-popular Vista).

So, I went looking for a way to work around this problem because I don’t want to run XP 32-bit or Vista just to use GPMC on my 2003×64 system. After some venting on forums with other like minds, I came across the way to run GPMC under 2003×64. The trick is to prevent the GPMC msi from “checking” on what version of dotNet that Windows is running. The reason this works is because GPMC will work with the version of .NET that comes with 2003×64.

To do this, make a copy of the GPMC msi installer (so that you are not modifying the original), then open it using an MSI editor (like Orca) and perform the following changes:
  • ·         Delete the BlockOnNoNetFramework item from the InstallExecuteSequence section.
  • ·         Delete the BlockOnNoNetFramework item from the InstallUISequence section.

·         Save this MSI, then install it by right-clicking it and choosing Install.
Then, to ensure proper operation after installation, perform the following steps:
  • ·         Choose Start -> Administrative Toos -> and Right-click “Group Policy Management” and choose “Author”
  • ·         Choose File -> Add Snapin – > Choose “Active Directory Users and Computers”
  • ·         Choose OK, Choose File->Save, then File->Exit
  • ·         Lastly, go to %systemroot%System32 and copy gepedit.msc and rsop.msc to the %systemroot%SysWOW64 folder
Tanako


martes, 3 de abril de 2012

Enrutar ciertos dominios a través de un único servidor en Exim y CPanel

Crear el archivo /etc/staticroutes


Rellenar el archivo como sigue:


dominio1.com: mail.dominio1.com
dominio2.com: mail.dominio2.com 
A través de la interfaz de CPanel buscar la edición avanzada de Exim: WHM > Exim Configuration Editor > Advanced Editor.


Allí, en la sección de routers, en el cuadro que hay, poner:



static_route:
   driver = manualroute
   transport = remote_smtp
   route_data = ${lookup{$domain}lsearch{/etc/staticroutes}}
Fuente: Cpanel Forums

miércoles, 28 de marzo de 2012

Configurar Escáner Bluetooth Datalogic

Configurar Escáner Bluetooth Datalogic

Para configurar el escáner Bluetooth Datalogic se han de seguir los pasos que se indican a continuación:


lunes, 26 de marzo de 2012

Como ver las claves de productos de Microsoft ya instalados

Usando el software gratuito produkey nos dice la clave y el ID.

Como dice en la web algunos antivirus lo bloquean.

viernes, 2 de diciembre de 2011

REPARAR .EXE EN WINDOWS

1. Type command in the RUN dialog box to open Command Prompt

2. When Command Prompt is up, type cd \windows

3. Type regedit to open up the Registries.

4. Expand HKEY_CLASSES_ROOT and find the folder of .exe

5. Without expanding it, on the main .exe folder, Right-click (Default) and Modify. Change the Value Data to exefile

6. Now in the same HKEY_CLASSES_ROOT find the folder of exefile and Right-click (Default) and Modify. Change the Value Data to "%1" %*

7. Lastly expand exefile, expand shell, expand open, click on the command folder, Right-click (Default) and Modify. Change the Value Data to "%1" %*

8. Close Regedit and Restart the computer. When restarted, EXE files should not prompt you to choose a program to run it now and load correctly.