码迷,mamicode.com
首页 > 其他好文 > 详细

Fix Sysprep issue

时间:2018-05-15 17:28:57      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:windows   Fix   Sysprep   

·        The rearm count is reset to 5

http://www.vdnieuwenhof.eu/2014/03/reset-windows-rearm-count/

http://bobbitco.com/2015/09/22/how-to-reset-the-sysprep-rearm-counter-on-windows-2008-r2/

 

winpe3_amd64.ISO under  local host.

 

Enter the key after reboot.

 

slmgr.vbs /ipk   9C6JF-G8DJP-2M247-V979W-62F6G

 

·        Verify these settings Regedit:
https://www.itninja.com/question/windows-7-rearm-count-0

HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\SysprepStatus\GeneralizationState\
CleanupState:2


HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\SysprepStatus\GeneralizationState\
GeneralizationState:7

 

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\SoftwareProtectionPlatform\SkipRearm :1

 

·        Run sysprep

sysprep.exe /generalize /oobe /reboot

 

·        Delete the key

https://www.wintips.org/sysprep-fatal-error-0x0f0085-could-not-load-msesysprep-dll-fix/

 

·        Sysprep_Generalize_MiStreamProv: RegDeleteValue for target uri failed with erro

https://blogs.technet.microsoft.com/brandonlinton/2018/05/03/sysprep-fails-if-installing-windows-management-framework-5-1/

 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\StreamProvider] “LastFullPayloadTime”=dword:00000000

 

·        Verify: check SID different.

            Whoami /user


Fix Sysprep issue

标签:windows   Fix   Sysprep   

原文地址:http://blog.51cto.com/57388/2116194

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!