COMO VER / SACAR / EXTRAER LA CLAVE DE INSTALACION DE WINDOWS

Para ver la clave de Windows: - Abrimos el Bloc de Notas - Escribimos el siguiente texto: Dim bDigitalProductID Dim bProductKey() Dim bKeyChars(24) Dim ilByte Dim nCur Dim sCDKey Dim ilKeyByte Dim ilBit ReDim Preserve bProductKey(14) Set objShell = CreateObject("WScript.Shell") bDigitalProductID = objShell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\Digital\ProductId") Set objShell = Nothing For ilByte = 52 To 66 bProductKey(ilByte - 52) = bDigita...
Más

NIRCMD, comandos para manejar windows

Comandos extraídos de http://www.nirsoft.net/utils/nircmd.html NIRCMD (32 bits) NIRCMD (64 bits) Open the door of J: CD-ROM drive nircmd.exe cdrom open j: Close the door of Y: CD-ROM drive nircmd.exe cdrom close y: Speaks the text currently in the clipboard (For Windows XP and Vista). speak text ~$clipboard$ Increase the system volume by 2000 units (out of 65535) nircmd.exe changesysvolume 2000 Decrease the system volume by 5000 units (out of 65535) nircmd.e...
Más