pesquisar

segunda-feira, 17 de abril de 2017

MOSTRAR NUMERO SERIAL WINDOWS INSTALADO


 È um recuso muito útil pra vc que esqueceu em qual maquina foi instala determinada licença,

O processo é bem simples abra o bloco de notas copie e cole o texto abaixo SEM ASPAS

"' VBS Script to get the Windows(R) 7 Product Key from a PC's registry.
'
' Save the VBScript as "getWin7Key.vbs" somewhere on your Windows7 PC.
' Now, when you double-click the local script file an alertbox pops up
' displaying the product key stored in the machine's Windows registry.

Set WshShell = WScript.CreateObject("WScript.Shell")
KeyPath = "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"
MsgBox ExtractKey(WshShell.RegRead(KeyPath))

Function ExtractKey(KeyInput)
    Const KeyOffset = 52
    i = 28
    CharWhitelist = "BCDFGHJKMPQRTVWXY2346789"
    Do
        Cur = 0
        x = 14
        Do
            Cur = Cur * 256
            Cur = KeyInput(x + KeyOffset) + Cur
            KeyInput(x + KeyOffset) = (Cur \ 24) And 255
            Cur = Cur Mod 24
            x = x -1
        Loop While x >= 0
        i = i -1
        KeyOutput = Mid(CharWhitelist, Cur + 1, 1) & KeyOutput
        If (((29 - i) Mod 6) = 0) And (i <> -1) Then
            i = i -1
            KeyOutput = "-" & KeyOutput
        End If
    Loop While i >= 0
    ExtractKey = KeyOutput
End Function"




  • Clique em ARQUIVO depois SALVAR COMO na tela que abrira
  • Nome: SERIAL.VBS (ou outro nome mais tem que terminar com .VBS)
  • Tipo: todos os arquivos
Escolha o local e salve conforme abaixo, depois é só da dois cliques que aparecerá o serial



Se preferi pode baixar o arquivo já pronto!


Ficha tecnica 
Indioma: Português
Licença: Gratuito
Tamanho:  1 K
Windows XP/Vista/7/98/2000/2003
4Shared

https://www.4shared.com/get/3Gi6YI-Oei/Serrial.html



adsense

Related Posts Plugin for WordPress, Blogger...