Quando il tuo sistema operativo Windows presenta errori gravi o si arresta in modo anomalo, ecc. Di solito la soluzione per correggere l'errore è reinstallare il sistema operativo. E gli utenti Windows dovranno utilizzare il codice Product Key per reinstallare il sistema operativo. Tuttavia, per "acquistare" un Product Key avrai bisogno di una tariffa decente.
Se non vuoi pagare alcuna commissione, è meglio eseguire il backup del codice Product Key o del codice di attivazione nel caso succeda qualcosa di brutto. Nell'articolo seguente, LuckyTemplates ti guiderà attraverso 2 modi per eseguire il backup del codice Product Key su Windows 10, 8 e Windows 8.1.
Inoltre, i lettori possono fare riferimento all'articolo 5 modi per modificare il codice Product Key su Windows 10 qui .
1. Chiave prodotto di backup su Windows 10, 8 e Windows 8.1
Seguire i passaggi seguenti per eseguire il backup del codice Product Key su Windows 10, 8 e Windows 8.1:
Passo 1:
Premi la combinazione di tasti Windows + R per aprire la finestra Esegui comando, quindi nella finestra Esegui comando inserisci " blocco note " e premi Invio o fai clic su OK per aprire un nuovo Blocco note.
Passo 2:
Nel nuovo Blocco note, copia e incolla lo script seguente:
#Main function
Function GetWin8Key
{
$Hklm = 2147483650
$Target = $env:COMPUTERNAME
$regPath = "Software\Microsoft\Windows NT\CurrentVersion"
$DigitalID = "DigitalProductId"
$wmi = [WMIClass]"\\$Target\root\default:stdRegProv"
#Get registry value
$Object = $wmi.GetBinaryValue($hklm,$regPath,$DigitalID)
[Array]$DigitalIDvalue = $Object.uValue
#If get successed
If($DigitalIDvalue)
{
#Get producnt name and product ID
$ProductName = (Get-itemproperty -Path "HKLM:Software\Microsoft\Windows NT\CurrentVersion" -Name "ProductName").ProductName
$ProductID = (Get-itemproperty -Path "HKLM:Software\Microsoft\Windows NT\CurrentVersion" -Name "ProductId").ProductId
#Convert binary value to serial number
$Result = ConvertTokey $DigitalIDvalue
$OSInfo = (Get-WmiObject "Win32_OperatingSystem" | select Caption).Caption
If($OSInfo -match "Microsoft Windows 8" -or $OSInfo -match "Microsoft Windows 10")
{
if($Result)
{ [string]$value ="ProductName : $ProductName `r`n" `
+ "ProductID : $ProductID `r`n" `
+ "Installed Key: $Result"
$value
#Save Windows info to a file
$Choice = GetChoice
If( $Choice -eq 0 )
{
$txtpath = "C:\Users\"+$env:USERNAME+"\Desktop"
New-Item -Path $txtpath -Name "WindowsKeybackup.txt" -Value $value -ItemType File -Force | Out-Null
}
Elseif($Choice -eq 1)
{
Exit
}
}
Else
{
Write-Warning "Please run this script on Windows 8.x or Windows 10"
}
}
Else
{
Write-Warning "Please run this script on Windows 8."
} }
Else
{
Write-Warning "Failed to get Windows 8 product key,Some error occured."
}}
#Get user choice
Function GetChoice
{
$yes = New-Object System.Management.Automation.Host.ChoiceDescription "&Yes",""
$no = New-Object System.Management.Automation.Host.ChoiceDescription "&No",""
$choices = [System.Management.Automation.Host.ChoiceDescription[]]($yes,$no)
$caption = "Confirming"
$message = "Save product key to a file?"
$result = $Host.UI.PromptForChoice($caption,$message,$choices,0)
$result
}
#Convert binary to serial number
Function ConvertToKey($Key)
{
$Keyoffset = 52
$isWin8 = [int]($Key[66]/6) -band 1
$HF7 = 0xF7
$Key[66] = ($Key[66] -band $HF7) -bOr (($isWin8 -band 2) * 4)
$i = 24
[String]$Chars = "BCDFGHJKMPQRTVWXY2346789"
do
{
$Cur = 0
$X = 14
Do
{
$Cur = $Cur * 256
$Cur = $Key[$X + $Keyoffset] + $Cur
$Key[$X + $Keyoffset] = [math]::Floor([double]($Cur/24))
$Cur = $Cur % 24
$X = $X - 1
}while($X -ge 0)
$i = $i- 1
$KeyOutput = $Chars.SubString($Cur,1) + $KeyOutput
$last = $Cur
}while($i -ge 0) $Keypart1 = $KeyOutput.SubString(1,$last)
$Keypart2 = $KeyOutput.Substring(1,$KeyOutput.length-1)
if($last -eq 0 )
{
$KeyOutput = "N" + $Keypart2
}
else
{
$KeyOutput = $Keypart2.Insert($Keypart2.IndexOf($Keypart1)+$Keypart1.length,"N")
}
$a = $KeyOutput.Substring(0,5)
$b = $KeyOutput.substring(5,5)
$c = $KeyOutput.substring(10,5)
$d = $KeyOutput.substring(15,5)
$e = $KeyOutput.substring(20,5)
$keyproduct = $a + "-" + $b + "-"+ $c + "-"+ $d + "-"+ $e
$keyproduct }
GetWin8Key
Passaggio 3:
Seleziona la posizione di archiviazione e dai al file un nome qualsiasi e ricorda di aggiungere l'estensione .ps1 (rimuovi l'estensione .txt).
Per esempio:
Se desideri denominare il file Windowsbackupproductkey , inserisci il nome completo nella casella Nome file come Windowsbackupproductkey.ps1 .
Fare clic su Salva per salvare il file.
Passaggio 4:
Fai clic con il pulsante destro del mouse sul file appena creato, quindi seleziona Esegui con PowerShell .
Passaggio 5:
PowerShell ti chiederà di confermare se desideri salvare una copia del codice Productkey sul tuo computer. Digitare Y quindi premere Invio per confermare.
Passaggio 6:
Il codice Product Key di cui esegui il backup su Windows 10, 8.1 e 8 verrà salvato nel file WindowsKeybackup.txt sul tuo computer.
2. Script PowerShell per eseguire il backup del codice Product Key su Windows 10, 8.1 e 8
Oltre al metodo sopra descritto, puoi scaricare PowerShell Script per eseguire il backup del codice Product Key su Windows 10, 8.1 e 8.
Scarica PowerShell Script sul tuo computer qui .
- Estrai il file WindowsKeybackup.rar che hai appena scaricato.
- Fare clic con il pulsante destro del mouse sul file denominato windowsbackupproductkey.ps1 e selezionare Esegui con PowerShell .
- Immettere Y nella finestra di PowerShell e premere Invio.
E ora puoi vedere il codice Product Key di cui hai eseguito il backup sui computer Windows 10, 8.1 e 8.
Inoltre, puoi registrare manualmente la chiave di Windows 10, quindi una volta terminata l'installazione e la riparazione del computer, devi solo inserire nuovamente la chiave di Windows .
Fare riferimento ad alcuni altri articoli di seguito:
Buona fortuna!