Разное‎ > ‎

Windows - "не удалось завершить настройку системы" после sysprep

THE SOLUTION THAT WORKED

1. When the error message apears, open up a command window with SHIFT + F11
2. open the REGEDIT
3. navigate to hklm\system\setup
4. change CmdLine to blank (no value entered) (was oobe\windeploy.exe)
5. change CreateNewQueueOnFirstBoot to 0 (was 1)
6. change OOBEInProgress to 0 (was 1) (i am guessing that might be AUDITInProgress if that was your sysprep choice)
7. change SetupPhase to 0 (was 4)
8. change SetupShutdownRequired to 0 (was 1)
9. change SetupType to 0 (was 2)
10. change SystemSetupInProgress to 0 (was1)

11. exit REGEDIT and reboot
Comments