我电脑里面装win7正版系统,但是序列号忘记了,请问我如何才能从系统中读出来这个序列号,用什么工具?

我电脑里面装win7正版系统,但是序列号忘记了,请问我如何才能从系统中读出来这个序列号,用什么工具?

第一  笔记本,就是翻过来的背盖这一块,就有标签

第二   用用激活软件例如小马 

第三Control Panel\System and Security\System

最下面的product  id   就是

第四1、备份激活文件“批处理”

---------------------------------------------------------------------------
@echo off
copy %windir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms
copy %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat
pause
exit
---------------------------------------------------------------------------

——将以上白色字符复制/粘贴到记事本,另存为“备份激活文件.bat”即可。

2、恢复激活文件“批处理”

---------------------------------------------------------------------------
@echo off
net stop sppsvc /y
takeown /f "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms"
cacls "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat" /e /g everyone:f
cacls "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms" /e /g everyone:f
ren "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat" "tokens.bak"
ren "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms" "pkeyconfig.bak"
copy tokens.dat "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\"
copy pkeyconfig.xrm-ms "%WinDir%\System32\spp\tokens\pkeyconfig\"
del "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.bak"
del "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.bak"
net start sppsvc
cscript %windir%\system32\slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
cscript %windir%\system32\slmgr.vbs -ato
pause
exit
---------------------------------------------------------------------------

——将以上白色字符复制/粘贴到记事本,用激活该系统时所使用的密钥替换其中的XXXXX-XXXXX-XXXXX-XXXXX-XXXXX,另存为“恢复激活文件.bat”即可。



(二)关于两个“批处理”文件使用:

第一,将以上两个批处理文件放到任意磁盘的同一文件夹。以管理员身份运行“备份激活文件.bat”,即可得到两个激活文件的备份。

第二,重装操作系统后,在断网情况下(注意:不要接通),以管理员身份运行“恢复激活文件.bat”,即可实现操作系统的自行激活。

温馨提示:答案为网友推荐,仅供参考
第1个回答  2013-05-13
我这里下载了win7的激活软件,如果需要留言告诉我,我给你传过去!我自己的本本就是自己激活的
第2个回答  2013-05-13
"开始"-"运行",输入"regedit",回车,查找"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion"中的"ProductKey",这就是本机已安装系统的序列号。追问

win7旗舰版没有这个CurrentVersion,怎么办?

追答

你可以用SLIC_ToolKit这个软件从这几个文件中进行key和证书提取

第3个回答  2013-05-13
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DefaultProductKey里面的ProductId
第4个回答  2013-05-13
鲁大师可以看到序列号的。

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网