Buscar este blog

11 de julio de 2019

Desinstalar licencia de Windows 7

No sé si funciona en otros Windows

How to deactivate the license on the previous computer if its still installed:

Click Start, type: CMD
Right click CMD
Click Run as administrator
At the command prompt, type: slmgr.vbs -upk

Hit Enter, this will uninstall the product key from the computer and set it back to trial mode, you are now free to use it on another computer

Gracias a:
https://answers.microsoft.com/en-us/windows/forum/all/activation-windows-7-family-pack/3ed78467-b916-4509-8061-c9357123a0c1

3 de julio de 2019

Activar Windows 7 con dvd de actualización (family pack)

Antes de hacer esto instalar todas las actualizaciones, mínimo hasta el SP1 y asegurarse de tener una licencia válida de windows 7 family pack. También es necesario tener activado el servicio de windows update (actualizaciones de windows)

Open regedit.exe with Start Menu Search and navigate to:

HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Setup/OOBE/

Change MediaBootInstall from "1" to "0". (Double-click it and then enter 0 in the dialog that appears.)

Close RegEdit.

Open the Start Menu again and type cmd in Start Menu search to display a shortcut to the Command Line utility. Right-click this shortcut and choose "Run as administrator." Handle the UAC prompt.

In the command line window, type: slmgr /rearm

Then tap ENTER and wait for the "Command completed successfully" dialog.

Then, close the command line window and reboot. When Windows 7 reboots, run the Activate Windows utility, type in your product key and activate windows.

If it works, you're all set. You're done. Congratulations.

Pasar muchos contactos Vcard al mismo tiempo

Si se necesita pasar muchos contactos a una cuenta de Google:
Entrar a la carpeta que contiene los contactos con CMD

Inicio CMD enter
Entar a la carpeta que contiene los contactos y escribir:

type *.vcf > todos.vcf     (dar enter)

Eso creara un archivo con todos los contactos en el y ese es el que deberías importar en tu cuenta de gmail

Cómo llegar a la carpeta dependerá de dónde esté guardado el archivo, en mi caso era en el escritorio: 

C:\Users\net\Desktop\contacts> type *.vcf > todos.vcf

Gracias a: 

Qualcomm Atheros AR9287 en Ubuntu 20.04.2

Tenía el problema de desconexión constante usando esta tarjeta wifi en ubuntu 20.04.2  Ejecutando lspci -v arroja esta información:  Network...