How to Backup and Restore Windows 7 and Server 2008 R2 Activation Status (Activate Offline On Reinstall)
Windows 7 and Windows Server 2008 R2, similar to Windows Vista and Windows Server 2008, requires user to perform activation in order to activate the Windows operating system to be used without interruption. Activation of Windows 7 and Windows Server 2008 R2, except for users who bought branded OEM computer or activate via KMS host, is normally performed online to validate against Microsoft’s activation server, or via phone activation.
One inconvenience brought by activation is that Microsoft limits and restricts the number of time that online activation can be done. Anything more than that will require user to call Microsoft activation hotline to go through manual hectic process to activate via phone.
Besides, not many people will like to “contact” Microsoft every time after reinstalling or reformating the PC or computer for a fresh and clean start. So it would be great if the “activated” activation status of Windows OS can be preserved, or backed up and restored after re-installation so that Windows 7 and Windows Server 2008 R2 can be activated offline or without connecting to Microsoft’s activation server.
Try the following trick to backup activation files for Windows 7 or Windows Server 2008 R2, which has been previously been activated, prior to reinstallation. Note that the workaround should only be tried by users who want to clean install Windows, as if user (i.e. want to upgrade to bigger hard disk) makes a clone image of physical hard disk with Norton Ghost or Acronis True Image, all application programs, data, resources together with activation status will be automatically preserved.
- Copy and save or backup the following activation-related files to external storage medium such as USB flash drive or portable hard disk drive:
%SystemDrive%\Windows\ServiceProfiles\NetWorkService\
AppData\Roaming\Microsoft\SoftwarePlatform\Tokens.datand,
%SystemDrive%\Windows\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms
Note: For 64-bit (x64) OS, %SystemDrive%\Windows\SysWOW64\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms have to be backed up too.
- Retrieve and record the product key used to install and activate the current Windows 7 or Windows Server 2008 R2.
Tip: If you can’t remember the product key used, there is plenty of product key viewers available to help.
- Reinstall Windows 7 or Windows Server 2008 R2. When installation wizard prompts for a product key for activation, leave it blank (do not enter anything).
- In the newly installed Windows operating system, stop the Software Protection Service in Services.msc or with the following command (run in elevated command prompt):
net stop sppsvc - Navigate to the following folder:
%SystemDrive%\Windows\System32\spp\tokens\pkeyconfig\
Note: In 64-bit (x64) operating system, also perform the action in %SystemDrive%\Windows\SysWOW64\spp\tokens\pkeyconfig\ folder.
- Take ownership and give user full control permissions (alternatively add grant full control right click menu item) to pkeyconfig.xrm-ms file.
- Delete the original default pkeyconfig.xrm-ms file, and replace with the backup copy.
- Navigate to the following folder:
%SystemDrive%\Windows\ServiceProfiles\NetWorkService\
AppData\Roaming\Microsoft\SoftwarePlatform\ - Take ownership and give user full control permissions (alternatively add grant full control right click menu item) to tokens.dat file.
- Delete the original default tokens.dat file, and replace with the backup copy.
- Restart the Software Protection Service in Services.msc or with the following command (run in elevated command prompt):
net start sppsvc - Register the product key for Windows 7 or Windows Server 2008 R2 with the following command (run in elevated command prompt):
slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxxReplace xxxxx-xxxxx-xxxxx-xxxxx-xxxxx with the actual product key.
- Windows will activated instantly, off-line. To check activation status, uses of of the following commands:
slmgr.vbs -dlv
slmgr.vbs -dli
slmgr.vbs -ato
Note that the ability to backup and restore old activation status in order to pre-activate or ready-activate a machine after re-installation must be on the same hardware without any hardware change, else user will need to activate online again. Besides, the product key used must be the same serial code too. The hack also does not apply to OEM branded computer which has Windows pre-activated and KMS host activated Windows system.
Users who want an automated tools to preserve the activated status by backing up and restore the activation information can also try Win7/Srv 08 R2 Activation Info Backup Tools posted on My Digital Life Forums.
Related Articles
- Backup and Save the Windows XP Activation Status (WPA.DBL) to Reinstall Without Activate Again
- TimerNuke Uninstall and Removal Script for Windows 7 and Server 2008
- How to Install and Use Windows Server 2008 240 Days for Free
- Unable to Activate Windows XP and Vista with COA OEM Key Online Without Phone Activation
- How to Check and Verify Vista Activation Status
- Network Ports Used by Windows Product Activation (WPA) for Communication
- TimerNuke Crack Free Download to Disable Activation of Windows 7 and Server 2008
- How to Backup and Restore to Preserve OEM Offline Pre-Activation When Reinstall Windows XP
- Restore Windows NT Backup (ntbackup) .bkf in Vista and ‘Longhorn’ Server 2008
- Fix Windows 7 Activation Status Not Available or SLMgr 0×80070422 Error










































December 21st, 2009 20:49
[...] usb stick in de system32 map. Herstart de pc Win 7 is iets ingewikkelder maar de procedure kan je hier nalezen (in het engels) __________________ There is never time to do it right but there is always [...]
December 11th, 2009 07:31
[...] will be handy in case of the need to do a fresh installation of the OS when outside SE Asia. From this article, the backup involves only 2 files for the 32-bit Windows 7 and 3 files for the 64-bit Windows 7. [...]
December 8th, 2009 03:14
Good info. Much appreciated. Thanks.
November 28th, 2009 10:52
As long as you write down the confirmation ID during a phone activation you may not need to call MS again if the hardware ID is the same after reformatting. Only need to call MS if the hardware ID changes.
September 26th, 2009 01:57
Thanks, corrected.
September 25th, 2009 19:25
“Restart the Software Protection Service in Services.msc or with the following command (run in elevated command prompt):
net stop sppsvc” Not “net stop sppsvc”, it’s already stopped. Please restart sppsvc with: “net start sppsvc”!
September 24th, 2009 19:22
Thanks for the info