How to install unsigned drivers // Instalar drivers sin firmar. Windows 8

If you want to install unsigned drivers like the Unified Drivers for ASUS XONAR audio cards on Windows 8, you need to enable the Test Mode.

First step is to open CMD. Go to Search programs (in the Start menu), write CMD and right click on it to activate the Administrator mode. Type the following commands, then reboot:

bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS

bcdedit -set TESTSIGNING ON

Now you can install your wished unsigned drivers.

If you want to deactivate the Test mode, use these commands but, deactivating it  will make your unsigned drivers unavailable:

bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS

bcdedit -set TESTSIGNING OFF

—————————————————————————————-

Si quieres instalar drivers sin firmar, como los Unified Drivers para las tarjetas de sonido Asus, tienes que habilitar el modo Test de Windows.

El primer paso es abrir el CMD. Ve a la búsqueda de programas (en el menú inicio) y escribe CMD. Luego pulsa en su nombre con el botón derecho del ratón e inícialo en modo Administrador.

Luego copia los siguientes comandos y reinicia el ordenador:

bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS

bcdedit -set TESTSIGNING ON

Después de esto verás un mensaje en el escritorio indicando que estás en Modo de prueba. Ahora ya podrás instalar los drivers sin firmar. Cuando termines con ello, puedes desactivar el modo Test usando estos comandos otra vez desde CMD en modo administrador. Ojo, desactivar el modo Test deshabilitará los drivers sin firmar!!

bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS

bcdedit -set TESTSIGNING OFF

  • Adsense