수동 활성화를 원하는 사용자를 위한 것입니다. 이 작업을 수행하는 데 필요한 도구에 대한 도움이 필요하면 여기를 확인하세요.
수동 활성화 프로세스는 두 부분으로 나눌 수 있습니다.
42538adbdb6240b2b083a000a615d5bd
42538adbdb6240b2b083a000a615d5bd
slmgr /ipk 42538adbdb6240b2b083a000a615d5bd
(Get-ItemProperty HKLM:SYSTEMCurrentControlSetControlProductOptions).OSProductPfn
Microsoft.Windows.48.X19-98841_8wekyb3d8bbwe
C:ProgramDataMicrosoftWindowsClipSVCGenuineTicket
clipup -v -o
slmgr /ato
slmgr /xpr
在此过程中,我们将从头开始执行激活。这是 基于通用票证方法。在这里,我们将创建相同的票证 在MAS HWID脚本中使用并使用它激活系统。
filf8377e82b29deadca67bc4858ed3fba9
gatherosstate.exe
Files
C:Files
gatherosstate.exe
42538adbdb6240b2b083a000a615d5bd
slmgr /ipk 42538adbdb6240b2b083a000a615d5bd
gatherosstate.exe
$bytes= [System.IO.File]::ReadAllBytes("C:\Files\gatherosstate.exe")$bytes[320] = 0xf8$bytes[321] = 0xfb$bytes[322] = 0x05$bytes[324] = 0x03$bytes[13672] = 0x25$bytes[13674] = 0x73$bytes[13676] = 0x3b$bytes[13678] = 0x00$bytes[13680] = 0x00$bytes[13682] = 0x00$bytes[13684] = 0x00$bytes[32748] = 0xe9$bytes[32749] = 0x9e$bytes[32750] = 0x00$bytes[32751] = 0x00$bytes[32752] = 0x00$bytes[32894] = 0x8b$bytes[32895] = 0x44$bytes[32897] = 0x64$bytes[32898] = 0x85$bytes[32899] = 0xc0$bytes[32900] = 0x0f$bytes[32901] = 0x85$bytes[32902] = 0x1c$bytes[32903] = 0x02$bytes[32904] = 0x00$bytes[32906] = 0xe9$bytes[32907] = 0x3c$bytes[32908] = 0x01$bytes[32909] = 0x00$bytes[32910] = 0x00$bytes[32911] = 0x85$bytes[32912] = 0xdb$bytes[32913] = 0x75$bytes[32914] = 0xeb$bytes[32915] = 0xe9$bytes[32916] = 0x69$bytes[32917] = 0xff$bytes[32918] = 0xff$bytes[32919] = 0xff$bytes[33094] = 0xe9$bytes[33095] = 0x80$bytes[33096] = 0x00$bytes[33097] = 0x00$bytes[33098] = 0x00$bytes[33449] = 0x64$bytes[33576] = 0x8d$bytes[33577] = 0x54$bytes[33579] = 0x24$bytes[33580] = 0xe9$bytes[33581] = 0x55$bytes[33582] = 0x01$bytes[33583] = 0x00$bytes[33584] = 0x00$bytes[33978] = 0xc3$bytes[34189] = 0x59$bytes[34190] = 0xeb$bytes[34191] = 0x28$bytes[34238] = 0xe9$bytes[34239] = 0x4f$bytes[34240] = 0x00$bytes[34241] = 0x00$bytes[34242] = 0x00$bytes[34346] = 0x24$bytes[34376] = 0xeb$bytes[34377] = 0x63[System.IO.File]::WriteAllBytes("C:\Files\gatherosstatemodified.exe", $bytes)
gatherosstatemodified.exe
$value = (Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\ProductOptions).OSProductPfnC:\Files\gatherosstatemodified.exe /c Pfn=$value`;PKeyIID=465145217131314304264339481117862266242033457260311819664735280
C:Files
clipup -v -o -altto C:Files
slmgr /ato
slmgr /xpr
笔记:
Set-TimeZone -Id "UTC"; $date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}
slmgr /ipk 42538adbdb6240b2b083a000a615d5bd
를 사용하여 키를 입력하세요(위 목록의 키로 교체). 🎜여기에서 유니버설 티켓을 다운로드하고 다운로드한 파일을 추출하세요. 🎜🎜이제 Powershell에 다음 코드를 입력하세요🎜🎜🎜(Get-ItemProperty HKLM:SYSTEMCurrentControlSetControlProductOptions).OSProductPfn
🎜🎜🎜이 명령은 Microsoft.Windows.48 .X19와 같은 텍스트를 표시합니다. -98841_8wekyb3d8bbwe
🎜🎜 앞서 추출한 폴더에서 정확히 동일한 이름의 티켓 파일을 찾아야 합니다. 🎜🎜티켓 파일을 복사하여 다음 폴더에 붙여넣습니다. 🎜C:ProgramDataMicrosoftWindowsClipSVCGenuineTicket
🎜🎜이제 Powershell에서 다음 명령을 실행하여 티켓을 적용합니다. 🎜🎜🎜clipup -v -o🎜🎜🎜다음 명령을 사용하여 창을 활성화하세요🎜🎜🎜<code>slmgr /ato
🎜🎜🎜다음 명령을 사용하여 활성화 상태를 확인하세요🎜🎜🎜slmgr /xpr
🎜🎜🎜완료 🎜🎜filf8377e82b29deadca67bc4858ed3fba9
gatherosstate.exe
🎜🎜에 대한 C 드라이브 이름을 딴 폴더를 만들고 해당 폴더의 파일을 복사합니다. 파일
C:파일
gatherosstate.exe
🎜🎜인터넷이 활성화되어 있는지 확인하세요. 🎜🎜Windows Powershell을 관리자 권한으로 열고 다음을 입력하여 명령이 주어진 순서대로 나열됩니다. 🎜🎜다음 명령 42538adbdb6240b2b083a000a615d5bd
🎜🎜🎜slmgr /ipk 42538adbdb6240b2b083a000a615d5bd
🎜🎜를 사용하여 키를 입력하세요(위 목록의 키로 교체). 🎜다음 코드를 한 번 복사한 후 PowerShell에 입력하여 파일을 수정하세요. 이 코드 수정 파일은 GamersOsState를 기반으로 합니다. gatherosstate.exe
🎜🎜rrreee🎜🎜이제 파일을 마우스 오른쪽 버튼으로 클릭하고 속성으로 이동하여 호환성을 Windows XP SP3으로 설정하세요. gatherosstatemodified.exe
🎜🎜이제 티켓을 생성해야 합니다. 이를 위해 다음 명령을 입력하세요. 🎜🎜rrreee🎜🎜이제 폴더에 GenuineTicket.xml 파일이 생성되었으니 적용해 보겠습니다. C:Files
🎜🎜🎜clipup -v -o -altto C:Files
🎜🎜🎜다음 명령을 사용하여 창을 활성화하세요🎜🎜🎜slmgr /ato
🎜🎜🎜다음 명령을 사용하여 활성화 상태를 확인하세요🎜🎜🎜slmgr /xpr
🎜🎜🎜Done🎜🎜🎜참고:🎜🎜🎜시스템이 이미 활성화된 경우 생성된 티켓은 Lockbox 티켓이 되고, 그렇지 않은 경우 기본 티켓이 됩니다. 🎜🎜MAS HWID 스크립트에 사용된 정확한 티켓을 만들려면 시스템이 활성화되었는지 확인하고 다음 Power Shell Repair Time 명령을 사용한 후 언급된 단계에 따라 티켓 생성 프로세스를 시작하세요. Set-TimeZone -Id "UTC"; $date=[datetime]"2022/10/11 12:00";while($true){set-date $date -milliseconds; 10}
🎜🎜🎜🎜위 내용은 HWID V 2.2 수동 활성화 방법 및 튜토리얼의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!