This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Explicit | |
'Código VBS para salvar a chave do Sistema para Windows 10, 8 e 7. | |
'Adaptado do site: http://winaero.com/blog/how-to-view-your-product-key-in-windows-10-windows-8-and-windows-7/ | |
Dim objshell, Caminho, ChaveDigitalProduto, Result | |
Set objshell = CreateObject("WScript.Shell") | |
'Registra o path do registro onde está a chave do sistema | |
Caminho = "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\" | |
'Chave de registro do sistema |