sysprep
4 TopicsAfter execution of sysprep Win10 OS, the device again booting to Audit mode then keeping sysprep
I have executed of sysprep by selecting OOBE and Generalize and shutdown. Then while powering-ON, the device again booting into Audit mode and sysprep window is remained opened. I have to execute sysprep once again to go to OOBE. This is affecting my automation. Can someone please help me to resolve this issue? Thanks, Devanathan347Views0likes1Commenthaving a problem with sysprep on a Azure Windows 10 VM
OS version: 22H2 OS Build 19045.2251 When I run "Sysprep.exe /generalize /oobe /shutdown" , it showed a error : setupact.log has : 2022-12-03 10:31:57, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'ValidateBitLockerState' from C:\Windows\System32\BdeSysprep.dll 2022-12-03 10:31:57, Error SYSPRP BitLocker-Sysprep: BitLocker is on for the OS volume. Turn BitLocker off to run Sysprep. (0x80310039) 2022-12-03 10:31:57, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'ValidateBitLockerState' from C:\Windows\System32\BdeSysprep.dll; dwRet = 0x80310039 2022-12-03 10:31:57, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x80310039 Seems indicate a bitlocker issue. But "manage-bde -status" shows: BitLocker Drive Encryption: Configuration Tool version 10.0.19041 Copyright (C) 2013 Microsoft Corporation. All rights reserved. Disk volumes that can be protected with BitLocker Drive Encryption: Volume C: [Windows] [OS Volume] Size: 126.45 GB BitLocker Version: 2.0 Conversion Status: Fully Decrypted Percentage Encrypted: 0.0% Encryption Method: None Protection Status: Protection Off Lock Status: Unlocked Identification Field: Unknown Key Protectors: Numerical Password Volume E: [DATA] [Data Volume] Size: 255.98 GB BitLocker Version: None Conversion Status: Fully Decrypted Percentage Encrypted: 0.0% Encryption Method: None Protection Status: Protection Off Lock Status: Unlocked Identification Field: None Automatic Unlock: Disabled Key Protectors: None Found Now I have no idea where to troubleshoot.1.3KViews0likes1CommentUnattend.xml OOBE disable or preconfigure the screen for set up for personal or organization use.
Hi In my organization we create an image for our laptops by using sysprep in combination with an unattended.xml file. This works but we would like to limited the OOBE-fase as much as possible. But we cannot find the option to disable of preconfigure the screen for set up for personal or organization use. These are the options we already use in the Unattended.xml file. <OOBE> <HideEULAPage>true</HideEULAPage> <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>1</ProtectYourPC> </OOBE> We know that this is possible by using AutoPilot in Intune but we would like to keep using a preconfigured imagefile. Thanks in advance! Vincent2.5KViews0likes0Comments