|
本帖最後由 maodou 於 2013-1-25 18:13 編輯
你有沒有在unattend file中加入SkipRearm試試看?
應該是因為封裝前Rearm次數已經用完了(可用slmgr.vbs -dlv查看)
Sysprep /generalize /oobe /shutdown /unattend:autounattend.xml
------ x86 ------
<settings pass="generalize">
<component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipRearm>1</SkipRearm>
</component>
</settings>
------ x64 ------
<settings pass="generalize">
<component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipRearm>1</SkipRearm>
</component>
</settings>
補充內容 (2013-1-25 22:10):
或者是在Sysprep前先把這個key的值改為1:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\SoftwareProtectionPlatform\SkipRearm
補充內容 (2013-1-25 23:54):
不好意思, 漏了一個空格 (應該是Windows NT)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform]
|
-
-
全新安裝,用舊的映象檔都是一樣,我次數絕對小於2...
xx910203
貢獻度 +5
|