第一步:获取您的机器码

复制以下命令,在CMD或PowerShell中执行,即可获取机器码

powershell -Command "$guid=(Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Cryptography').MachineGuid;$hash=[BitConverter]::ToString([System.Security.Cryptography.SHA256]::Create().ComputeHash([System.Text.Encoding]::UTF8.GetBytes($guid.ToLower()))).Replace('-','').Substring(0,16).ToUpper();Write-Host \"机器码: $hash\" -ForegroundColor Green;$hash | Set-Clipboard;Write-Host \"已复制到剪贴板\" -ForegroundColor Cyan"

💡 提示:执行后机器码会自动复制到剪贴板,直接粘贴到下方即可

第二步:输入授权信息