I) Sao lưu bản quyền
Trước hết bạn cần nắm vững nơi lưu bản quyền của windows và office như sau
* Windows 8, 8.1 và 10 bản quyền lưu tại
C:\Windows\System32\spp\store\2.0
* Windows 7 bản quyền lưu tại
C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform
* Office 2013/2016 tương tự nhau
+ Trên Windows 8, 8.1 và 10:
C:\Windows\System32\spp\store\2.0
+ Trên Windows 7 bản quyền lưu tại:
C:\ProgramData\Microsoft\OfficeSoftwareProtectionPlatform
* Office 2010
+ Trên Windows 7, 8, 8.1 và 10:
C:\ProgramData\Microsoft\OfficeSoftwareProtectionPlatform
Như vậy thao tác backup bạn sẽ copy thư mục in đậm đã đề cập ở trên vào nơi an toàn cùng key kích hoạt của chúng (key kích hoạt vĩnh viễn nhé, key KMS thì không nhất thiết backup )
* Nếu bạn kích hoạt windows bằng key Retail/OEM mà quên key kích hoạt thì tham khảo bài viết
Find product key Windows with VBScript để lấy key nhé
II) Khôi phục bản quyền
Khôi phục bản quyền yêu cầu bạn cài lại đúng phiên bản windows và office đã lưu bản quyền trước đó và ngắt internet khi thao tác
Trước tiên hãy copy các file đã lưu trước đó về đúng vị trí của nó
Lưu ý; copy đè cả thư mục thường bị hệ thống từ chối nên hãy copy các file bên trong (tokens.dat và cache.dat) vào đúng vị trí của nó. Nếu vẫn chưa thành công thì hãy khởi động lại expolorer bằng dòng lệnh dán vào cmd(admin)
taskkill /IM explorer.exe /F & explorer.exe
rồi tiến hành copy lại
Thao tác tiếp theo là nhập lại key và lệnh kích hoạt
*Mở cmd(admin)
Với Windows 7, 8, 8.1 và 10 dán 2 lệnh
cscript //nologo %windir%\system32\slmgr.vbs /ipk <key_cũ>
cscript //nologo %windir%\system32\slmgr.vbs /ato
*Với Office 2010
if exist "%ProgramFiles%\Microsoft Office\Office14\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office14"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office14"
cscript OSPP.VBS /inpkey:<key_cũ>
cscript OSPP.VBS /act
* Với Office 2013
if exist "%ProgramFiles%\Microsoft Office\Office15\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office15"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office15\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office15"
cscript OSPP.VBS /inpkey:<key_cũ>
cscript OSPP.VBS /act
* Với Office 2016
if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16"
cscript OSPP.VBS /inpkey:<key_cũ>
cscript OSPP.VBS /act
Với nhiều bạn cài nhiều ứng dụng ví dụ như proplus , visio , project thì thêm lệnh set key ví dụ
if exist "%ProgramFiles%\Microsoft Office\Office1\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office14"
if exist "%ProgramFiles(x86)%\Microsoft Office\Office14\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office14"
cscript OSPP.VBS /inpkey:<key_proplus>
cscript OSPP.VBS /inpkey:<key_visio>
cscript OSPP.VBS /inpkey:<key_project>
cscript OSPP.VBS /act
Chúc các bạn thành công !
Rated 4.6/5 based on 28 votes
0 Response to "Sao lưu và phục hồi thủ công bản quyền Windows và Office"
Post a Comment