大家都知道我們預(yù)裝的win7系統(tǒng)是沒有激活的,所以在我們后期的使用過程中會受到限制的,所以很多人會購買正版序列號或使用激活軟件進行激活,但是激活了之后要再重裝系統(tǒng)時候忘記了激活碼,不容易再找到有效的激活碼激活win7,所以我們可以備份一下win7系統(tǒng)的激活文件,這樣重裝系統(tǒng)后就可以讓win7自動激活了,下面就跟大家分享一下如何備份Win7系統(tǒng)激活文件信息實現(xiàn)重裝系統(tǒng)后再激活吧。
一、制作連個“批處理”文件制作:
1、備份激活文件“批處理”
---------------------------------------------------------------------------
@echo off
copy %windir%System32spp okenspkeyconfigpkeyconfig.xrm-ms
copy %windir%ServiceProfilesNetworkServiceAppDataRoamingMicrosoftSoftwareProtectionPlatform okens.dat
pause
exit
---------------------------------------------------------------------------
將以上劃線部分內(nèi)字符復(fù)制/粘貼到記事本,另存為“備份激活文件.bat”即可。
2、恢復(fù)激活文件的“批處理”
---------------------------------------------------------------------------
@echo off
net stop sppsvc /y
takeown /f "%WinDir%System32spp okenspkeyconfigpkeyconfig.xrm-ms"
cacls
"%WinDir%ServiceProfilesNetworkServiceAppDataRoamingMicrosoftSoftwareProtectionPlatform okens.dat"
/e /g everyone:f
cacls "%WinDir%System32spp okenspkeyconfigpkeyconfig.xrm-ms" /e /g everyone:f
ren "%WinDir%ServiceProfilesNetworkServiceAppDataRoamingMicrosoftSoftwareProtectionPlatform okens.dat" "tokens.bak"
ren "%WinDir%System32spp okenspkeyconfigpkeyconfig.xrm-ms" "pkeyconfig.bak"
copy tokens.dat "%WinDir%ServiceProfilesNetworkServiceAppDataRoamingMicrosoftSoftwareProtectionPlatform"
copy pkeyconfig.xrm-ms "%WinDir%System32spp okenspkeyconfig"
del "%WinDir%ServiceProfilesNetworkServiceAppDataRoamingMicrosoftSoftwareProtectionPlatform okens.bak"
del "%WinDir%System32spp okenspkeyconfigpkeyconfig.bak"
net start sppsvc
cscript %windir%system32slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
cscript %windir%system32slmgr.vbs -ato
pause
exit
---------------------------------------------------------------------------
2、將上面的的劃線部分內(nèi)的字符復(fù)制黏貼到記事本上,然后激活該系統(tǒng)所使用的密鑰替換其中的XXXXX-XXXXX-XXXXX-XXXXX-XXXXX,另存為“恢復(fù)激活文件.bat”即可?! ?
3、兩個“批處理”文件使用:
1)將上面的兩個批處理文件放到任意磁盤的同一文件夾,然后右擊它們以管理員身份運行“備份激活文件.bat”,就可得到兩個激活文件的備份。
2)重裝系統(tǒng)之后,在斷網(wǎng)的情況下,以管理員身份運行“恢復(fù)激活文件.bat”,即可實現(xiàn)操作系統(tǒng)的自行激活。
以上為大家介紹的就是關(guān)于如何備份Win7系統(tǒng)激活文件信息實現(xiàn)重裝系統(tǒng)后再激活的所有內(nèi)容了,感興趣的朋友們就可以根據(jù)上面位大家的方法進行操作了哦,這樣重裝之后再次激活就變得很簡單了吧。
激活軟件分享:
win7激活工具(windows Loader)v2.2免費版
相關(guān)推薦:分享激活win7系統(tǒng)的幾種方法
網(wǎng)友評論