
01-06-2010, 12:12 PM
|
|
PC Wizard
|
|
Join Date: May 2008
Posts: 1,462
|
|
Back up Windows 7 activation file—activate automatically when reinstall
|
Time passes and the situation has changed, and it would be a history opportunity to activate Windows 7 enterprise or professional version with “MAX key” (so far it is still the truth); and it would be luck to activate Windows 7 flagship version with “God key”. So when there’s no such luck or opportunity, what would you do to back up two activation files for Windows 7 to realize auto activation after system reinstallation? Next I will show you: make two batch files, then you can handle it easily.
(1) Execution about two “batch files”:
1. Back up activation file “batch”
---------------------------------------------------------------------------
@echo off
copy %windir%\System32\spp\tokens\pkeyconfig\pkeyconfig .xrm-ms
copy %windir% \ServiceProfiles\NetworkService\AppData\Roaming\Mi crosoft\SoftwareProtectionPlatform\tokens.dat
pause
exit
---------------------------------------------------------------------------
Copy the contents above and paste to notepad, save as the file “activation backup.bat”.
2. Resume activation file “batch”
.......
Please click here to continue
|
|
|