Windows 11/10에서 Tokens.dat 또는 활성화 토큰 파일 재구축

Windows 운영 체제 의 Tokens.dat 파일 은 대부분의 Windows 정품 인증 파일 을 저장하는 디지털 서명 파일 입니다. 모든 파일에는 tokens.dat가 다른 시스템에서 대체되는 것을 방지하는 디지털 서명이 있습니다. 이 경우 다른 시스템에서 사용하는 경우 온라인 활성화를 요청합니다.

때로는 Tokens.dat 파일이 손상되어 Windows 정품 인증(Windows Activation) 이 성공적으로 수행되지 않을 수 있습니다. 이러한 경우 Windows 정품 인증 문제를 해결할(troubleshoot Windows Activation)(troubleshoot Windows Activation) 수 있습니다 . 이제 Windows 정품 인증 문제 를 해결할 때 (troubleshooting Windows Activation problems)Tokens.dat 파일(rebuild the Tokens.dat file) 을 다시 작성해야 할 수 있습니다 .

이 자습서 에서는 Windows 11/10/8/7Tokens.dat 파일 을 다시 작성하는 방법을 보여줍니다 .

Windows 11/10Tokens.dat 파일 다시 빌드

activation tokens file for Windows 11/10/8 is typically located at 있습니다 .

C:\Windows \ServiceProfiles\LocalService\AppData\Local\Microsoft\WSLicense

WinX 메뉴(WinX Menu) 에서 관리자 권한 명령 프롬프트 창을 열고 다음 명령을 차례로 입력합니다. 각 명령을 입력한 후 Enter 키를 누릅니다 .

net stop sppsvc
cd %windir%\ServiceProfiles\LocalService\AppData\Local\Microsoft\WSLicense
ren tokens.dat tokens.bar
net start sppsvc
cscript.exe %windir%\system32\slmgr.vbs /rilc

컴퓨터를 다시 시작합니다.

Windows 7 에서 (Windows 7)Tokens.dat 파일 다시 빌드

Windows 7 용 활성화 토큰 파일은 일반적으로 다음 위치에 있습니다(activation tokens file for Windows 7 is typically located at) .

C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\ SoftwareProtectionPlatform\tokens.dat

관리자 권한 명령 프롬프트 창을 열고 다음 명령을 차례로 입력합니다. 각 명령을 입력한 후 Enter 키를 누릅니다 .

net stop sppsvc
cd %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform
ren tokens.dat tokens.bar
net start sppsvc
cscript.exe %windir%\system32\slmgr.vbs /rilc

PC를 다시 시작합니다.

Tokens.dat 파일 을 다시 만든 후에 는 제품 키를 입력하여 Windows 사본을 다시 입력하고 정품 인증해야 합니다. ( re-enter and reactivate your copy of Windows)이렇게 하려면 컴퓨터(Computer) > Properties > Change 을 마우스 오른쪽 버튼으로 클릭하거나 KB2736303 에 제안된 대로 상승된 CMD 에 다음을 입력하고 Enter 키를 (Enter)누를 수 있습니다(KB2736303) .

cscript.exe %windir%\system32\slmgr.vbs /ipk

마지막으로 Windows 설치 의 라이선스 상태를 확인 하려면 검색 창에 slmgr.vbs /dlv 를 입력하고 Enter 키를 누르십시오.

필요한 경우 고급 토큰 관리자 를 (Advanced Tokens Manager)사용하여 Windows 및 Office 정품 인증 토큰 파일을 백업(backup your Windows and Office Activation Tokens files) 하는 쉬운 방법이 있습니다.



About the author

저는 Windows 11/10과 Apple의 최신 iOS 플랫폼에 대한 경험이 있는 iPhone 및 macOS 개발자입니다. 10년 이상의 경험을 통해 저는 두 플랫폼 모두에서 파일을 만들고 관리하는 방법을 깊이 이해하고 있습니다. 제 기술은 단순히 파일을 만드는 것 이상입니다. 또한 Apple 제품, 기능 및 사용 방법에 대한 강력한 지식도 있습니다.



Related posts