fishon
New member
My history: In the past I have used sysprep (with copyprofile) for Win 10 custom images with no problems. However, that was on physical machines compared to now I'm trying to use hyper-v for my Win 11 custom image.
Current Problem: I'm attempting to customize a Win 11 23H2 image via sysprep with an unattend file in hyper-v. Sysprep completes, but I do get an error in the log file. When I install the custom image on target machine I observer the following: (1) the software I installed in the vm on custom image ( i.e Chrome ) looks good, (2) everything I specify in the unattend file ( OOBE skipping questions, language defaults, timezones, etc. ) works great, (3) however, the user profile changes I make (ie. File Explorer customizations, AdBlocker installed for Chrome which is per user, added Pictures, etc.) DO NOT get carried over to the new installed image.
My process:
1) Technician laptop is running Win 11 PRO 23H2 22631.3155 with Hyper-V
2) I get the current Win11 23H2 ISO from MS website and I'm using this as my ISO install media into a new hyper-v VM selecting Win 11 PRO OS. ( I do NOT enable network access for the vm at any point in the entire process. )
3) As soon as I get first OOBE dialog I put into Audit mode with S+C+F3.
4) Install Chrome using exe from a second virtual hard drive. I do NOT uninstall any applications.
5) I make other user customizations (ie. File Explorer, Dark Theme, add some pics to the Picture folder, etc.)
6) Note that at NO point am I connected to the internet within the VM. I am doing NOTHING with the MS Store or Win Updates.
7) Put the unattend.xml (with copyProfile=true in the /sysprep folder and run sysprep /generalize /oobe. Sysprep completes and turns off machine.
8) Capture the image via WinPE ISO boot into the vm and use DISM.
9) Replace the install.wim file in my Rufus installation media /sources directory with the DISM captured install.wim.
10) Install to a physical target machine, that already has a license for Win Pro 11, where the OOBE works as expected per the unattend (ie. I'm only asked for my local user name during OOBE, the time zone is correct, etc. ) and the Chrome browser is installed (however it is missing the Adblock extension). However, not a single change that I make at the user profile level (ie. File Explorer, Dark Theme, added pics, etc.) appears in the new machine.
11) For comparison I also install the custom image into an empty Virtual Box vm (which of course does not have a active Win Pro 11 license) and I get the same exact results as above where the user profile stuff is missing.
With every sysprep I perform I keep getting the errors listed below in the log file. I see plenty of posts that say this is related to MS Store. I don't have any internet access so I'm confused on how the Store updates could be causing these errors during sysprep. My question is could these errors be allowing everything in the sysprep to work except the copyprofile?
Error SYSPRP BCD: BiUpdateEfiEntry failed c000000d
Error SYSPRP BCD: BiExportBcdObjects failed c000000d
Error SYSPRP BCD: BiExportStoreAlterationsToEfi failed c000000d
Error SYSPRP BCD: Failed to export alterations to firmware. Status: c000000d
Here is my unattend.xml that I made on the Technician machine mentioned above with the 23H2 image file:
Here is log file from sysprep:
Further Testing: To simplify it even more, I have also done the above process with both Win 11_23H2 Home and Pro and as soon as I enter into Audit Mode I will perform the sysprep with no changes at all in the OS and no unattend file just to see if I can get a clean sysprep with the base image. I still get these same errors in my setupact.log:
Error SYSPRP BCD: BiUpdateEfiEntry failed c000000d
Error SYSPRP BCD: BiExportBcdObjects failed c000000d
Error SYSPRP BCD: BiExportStoreAlterationsToEfi failed c000000d
Error SYSPRP BCD: Failed to export alterations to firmware. Status: c000000d
I've see a fair amount of posts that say to not use copyprofile at all, but then I also see posts that say copyprofile works as expected. Just hoping that somebody can spot something in either my process flow, the unattend file or the log file that could point me in the right direction to resolve this problem.
If you suspect this is a MS Store issue can you give me some help on where exactly in the process do I need to add the registry updates to disable the store auto updates.
Thanks
Current Problem: I'm attempting to customize a Win 11 23H2 image via sysprep with an unattend file in hyper-v. Sysprep completes, but I do get an error in the log file. When I install the custom image on target machine I observer the following: (1) the software I installed in the vm on custom image ( i.e Chrome ) looks good, (2) everything I specify in the unattend file ( OOBE skipping questions, language defaults, timezones, etc. ) works great, (3) however, the user profile changes I make (ie. File Explorer customizations, AdBlocker installed for Chrome which is per user, added Pictures, etc.) DO NOT get carried over to the new installed image.
My process:
1) Technician laptop is running Win 11 PRO 23H2 22631.3155 with Hyper-V
2) I get the current Win11 23H2 ISO from MS website and I'm using this as my ISO install media into a new hyper-v VM selecting Win 11 PRO OS. ( I do NOT enable network access for the vm at any point in the entire process. )
3) As soon as I get first OOBE dialog I put into Audit mode with S+C+F3.
4) Install Chrome using exe from a second virtual hard drive. I do NOT uninstall any applications.
5) I make other user customizations (ie. File Explorer, Dark Theme, add some pics to the Picture folder, etc.)
6) Note that at NO point am I connected to the internet within the VM. I am doing NOTHING with the MS Store or Win Updates.
7) Put the unattend.xml (with copyProfile=true in the /sysprep folder and run sysprep /generalize /oobe. Sysprep completes and turns off machine.
8) Capture the image via WinPE ISO boot into the vm and use DISM.
9) Replace the install.wim file in my Rufus installation media /sources directory with the DISM captured install.wim.
10) Install to a physical target machine, that already has a license for Win Pro 11, where the OOBE works as expected per the unattend (ie. I'm only asked for my local user name during OOBE, the time zone is correct, etc. ) and the Chrome browser is installed (however it is missing the Adblock extension). However, not a single change that I make at the user profile level (ie. File Explorer, Dark Theme, added pics, etc.) appears in the new machine.
11) For comparison I also install the custom image into an empty Virtual Box vm (which of course does not have a active Win Pro 11 license) and I get the same exact results as above where the user profile stuff is missing.
With every sysprep I perform I keep getting the errors listed below in the log file. I see plenty of posts that say this is related to MS Store. I don't have any internet access so I'm confused on how the Store updates could be causing these errors during sysprep. My question is could these errors be allowing everything in the sysprep to work except the copyprofile?
Error SYSPRP BCD: BiUpdateEfiEntry failed c000000d
Error SYSPRP BCD: BiExportBcdObjects failed c000000d
Error SYSPRP BCD: BiExportStoreAlterationsToEfi failed c000000d
Error SYSPRP BCD: Failed to export alterations to firmware. Status: c000000d
Here is my unattend.xml that I made on the Technician machine mentioned above with the 23H2 image file:
XML:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" 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">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideLocalAccountScreen>false</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<UnattendEnableRetailDemo>false</UnattendEnableRetailDemo>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<TimeZone>Mountain Standard Time</TimeZone>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" 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">
<OEMInformation>
<SupportPhone>970-999-9999</SupportPhone>
<SupportProvider>999</SupportProvider>
<SupportURL>99999</SupportURL>
</OEMInformation>
<CopyProfile>true</CopyProfile>
<TimeZone>Mountain Standard Time</TimeZone>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/customimaging/windows11media_23h2/install.wim#Windows 11 Home" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Here is log file from sysprep:
Code:
2024-02-21 07:10:22, Info SYSPRP ========================================================
2024-02-21 07:10:22, Info SYSPRP === Beginning of a new sysprep run ===
2024-02-21 07:10:22, Info SYSPRP ========================================================
2024-02-21 07:10:22, Info [0x0f004d] SYSPRP The time is now 2024-02-21 07:10:22
2024-02-21 07:10:22, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\Sysprep\Panther
2024-02-21 07:10:22, Info [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
2024-02-21 07:10:22, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\Sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
2024-02-21 07:10:22, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'GENERALIZE'
2024-02-21 07:10:22, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'OOBE'
2024-02-21 07:10:22, Info [0x0f00d7] SYSPRP WinMain:Pre-validing 'cleanup' internal providers.
2024-02-21 07:10:22, Info SYSPRP RunDlls:Running platform actions specified in action file for phase 3
2024-02-21 07:10:22, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
2024-02-21 07:10:22, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
2024-02-21 07:10:22, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2024-02-21 07:10:22, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2024-02-21 07:10:22, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll
2024-02-21 07:10:29, Info CSI 00000001 Shim considered [l:126]'\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.2567_none_e93fb1d442e4b410\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND
2024-02-21 07:10:29, Info CSI 00000002 Shim considered [l:123]'\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.2567_none_e93fb1d442e4b410\wcp.dll' : got STATUS_SUCCESS
2024-02-21 07:10:29, Info SYSPRP Sysprep_Clean_Validate_Opk: Successfully validated reserves state on the machine for entering audit mode.
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll
2024-02-21 07:10:29, Info [0x0f00d7] SYSPRP WinMain:Pre-validing 'generalize' internal providers.
2024-02-21 07:10:29, Info SYSPRP RunDlls:Running platform actions specified in action file for phase 1
2024-02-21 07:10:29, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml, and mode <null>
2024-02-21 07:10:29, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml
2024-02-21 07:10:29, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2024-02-21 07:10:29, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'ValidateBitLockerState' from C:\Windows\System32\BdeSysprep.dll
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'ValidateBitLockerState' from C:\Windows\System32\BdeSysprep.dll
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll
2024-02-21 07:10:29, Info SYSPRP Entering SysprepGeneralizeValidate (Appx) - validating whether all apps are also provisioned.
2024-02-21 07:10:29, Info SYSPRP All appx packages were verified to be inbox or alluser installed.
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll
2024-02-21 07:10:29, Info [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread
2024-02-21 07:10:29, Info [sysprep.exe] UnattendSearchExplicitPath: Found unattend file at [C:\Windows\System32\Sysprep\unattend.xml]; examining for applicability.
2024-02-21 07:10:29, Info [sysprep.exe] UnattendSearchExplicitPath: [C:\Windows\System32\Sysprep\unattend.xml] does not meet criteria to be used for this unattend pass.
2024-02-21 07:10:29, Info SYSPRP SysprepSearchForUnattend: No unattend file was specified or located; skipping unattend generalize pass.
2024-02-21 07:10:29, Info [0x0f00ac] SYSPRP WinMain:Processing 'cleanup' external provider request.
2024-02-21 07:10:29, Info [0x0f006c] SYSPRP RunDlls:Running DLLs listed in registry for phase 3
2024-02-21 07:10:29, Info [0x0f008a] SYSPRP RunRegistryDlls:Retrieved section name for this phase as Cleanup
2024-02-21 07:10:29, Info [0x0f008f] SYSPRP RunRegistryDlls:Registry key is empty: SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\SysPrepExternal\Cleanup
2024-02-21 07:10:29, Info [0x0f00ad] SYSPRP WinMain:Processing 'generalize' extrenal provider request.
2024-02-21 07:10:29, Info [0x0f006c] SYSPRP RunDlls:Running DLLs listed in registry for phase 1
2024-02-21 07:10:29, Info [0x0f008a] SYSPRP RunRegistryDlls:Retrieved section name for this phase as Generalize
2024-02-21 07:10:29, Info [0x0f008f] SYSPRP RunRegistryDlls:Registry key is empty: SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\SysPrepExternal\Generalize
2024-02-21 07:10:29, Info [0x0f003f] SYSPRP WinMain:Processing 'cleanup' internal provider request.
2024-02-21 07:10:29, Info SYSPRP RunDlls:Running platform actions specified in action file for phase 3
2024-02-21 07:10:29, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
2024-02-21 07:10:29, Info SYSPRP SysprepSession::Execute: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
2024-02-21 07:10:29, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2024-02-21 07:10:29, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2024-02-21 07:10:29, Info SYSPRP After sorting, components will be excuted in the following order:
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-Sysprep-SpOpk, Order: 256
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-SQMApi, Order: 768
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-EventLog, Order: 1024
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-LpkSetup, Order: 1280
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-SystemMaintenanceService-Core, Order: 1536
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-SystemRestore-Main, Order: 2048
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-Shell-Setup, Order: 2304
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-ErrorReportingCore, Order: 2560
2024-02-21 07:10:29, Info SYSPRP Name: WindowsSearchEngine, Order: 2816
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-IE-Sysprep, Order: 3072
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-Sysprep-SpNet, Order: 3328
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-TaskScheduler-Service, Order: 3584
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-Cryptography, Order: 3840
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-UXInit, Order: 4096
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-COM-DTC-Runtime, Order: 4352
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-TapiSetup, Order: 4608
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-Compat-GeneralTel, Order: 5376
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-DeviceCensus-Schedule-ClientServer, Order: 5632
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-Update-OrchestratorCore-OobeExpedite, Order: 5888
2024-02-21 07:10:29, Info SYSPRP Name: Microsoft-Windows-DeliveryOptimization, Order: 6144
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Opk' from C:\Windows\System32\spopk.dll
2024-02-21 07:10:29, Info CSI 00000001 Shim considered [l:126]'\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.2567_none_e93fb1d442e4b410\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND
2024-02-21 07:10:29, Info CSI 00000002 Shim considered [l:123]'\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.2567_none_e93fb1d442e4b410\wcp.dll' : got STATUS_SUCCESS
2024-02-21 07:10:29, Info SYSPRP Sysprep_Clean_Opk:Successfully prepared reserves for sysprep.
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Opk' from C:\Windows\System32\spopk.dll
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SqmSysprepCleanup' from sqmapi.dll
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SqmSysprepCleanup' from sqmapi.dll
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'EvtIntSysprepCleanup' from C:\Windows\System32\wevtapi.dll
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'EvtIntSysprepCleanup' from C:\Windows\System32\wevtapi.dll
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_MUILangCleanup' from C:\Windows\System32\LangCleanupSysprepAction.dll
2024-02-21 07:10:29, Info SYSPRP Sysprep_Generalize_MUILangCleanup Start.
2024-02-21 07:10:29, Info SYSPRP Removing scheduled task for running lpremove.exe and all related data
2024-02-21 07:10:29, Info SYSPRP Removing scheduled task for lpremove.exe succeeed
2024-02-21 07:10:29, Info SYSPRP Removing MUIUnattend-OOBE handshake value
2024-02-21 07:10:29, Info SYSPRP MUIUnattend-OOBE handshake value is not present on the system
2024-02-21 07:10:29, Info SYSPRP Removing LocalSystem MUI Language registry keys
2024-02-21 07:10:29, Info SYSPRP Sysprep_Generalize_MUILangCleanup End.
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_MUILangCleanup' from C:\Windows\System32\LangCleanupSysprepAction.dll
2024-02-21 07:10:29, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'PfSvSysprepCleanup' from C:\Windows\System32\sysmain.dll
2024-02-21 07:10:31, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'PfSvSysprepCleanup' from C:\Windows\System32\sysmain.dll
2024-02-21 07:10:31, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepCleanup' from srclient.dll
2024-02-21 07:10:31, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepCleanup' from srclient.dll
2024-02-21 07:10:31, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Cleanup_Shell' from C:\Windows\System32\shsetup.dll
2024-02-21 07:10:31, Info [shsetup] Sysprep_Cleanup_Shell entered
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'SkipMachineOOBE' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'SkipUserOOBE' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'HideEULAPage' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'NetworkLocation' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'ProtectYourPC' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'HideWirelessSetupInOOBE' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'HideOnlineAccountScreens' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'HideLocalAccountScreen' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'HideOEMRegistrationScreen' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'OEMAppId' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'SysprepUserSid' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'UnattendEnableRetailDemo' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE\Health' + 'Health' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE\OOBECompletedForOOBEHealth' + 'AnyoneReadOOBECompleted' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE\Updates' + 'OOBEUpdateStarted' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'MediaBootInstall' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'SetupDisplayedProductKey' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'SetupDisplayedEula' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'SetupDisplayedLanguageSelection' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'SetupSQMOptIn' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'EnableFeatureUpdate' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'UnattendCreatedUser' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'UnattendSetTimeZone' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'UnattendSetAutologon' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'SysprepSetVMMode' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows NT\CurrentVersion\WinLogon' + 'AutoAdminLogon' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows NT\CurrentVersion\WinLogon' + 'DefaultUserName' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows NT\CurrentVersion\WinLogon' + 'DefaultDomainName' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteKey on 'SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'System\CurrentControlSet\Control\Network\NetworkLocationWizard' + 'HideWizard' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Accent' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\OOBE\VMModeOptimizations' returned 0
2024-02-21 07:10:31, Info [shsetup] Deleting temp files for 'S-1-5-18'
2024-02-21 07:10:31, Info [shsetup] SHCreateItemFromParsingName failed on 'C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent' (0x80070002)
2024-02-21 07:10:31, Info [shsetup] SHCreateItemFromParsingName failed on 'C:\Windows\system32\config\systemprofile\AppData\Local\Temp' (0x80070002)
2024-02-21 07:10:31, Info [shsetup] IFileOperation::PerformOperations returned 0x8000ffff
2024-02-21 07:10:31, Info [shsetup] Cleaning up user hive for 'S-1-5-19'
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'ExplorerStartupTraceRecorded' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'SIDUpdatedOnLibraries' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'System\CurrentControlSet\Control\Network\NetworkLocationWizard' + 'ShowCount' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' + 'StartMenuInit' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'Favorites' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesChanges' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesVersion' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesResolve' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'Favorites' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesChanges' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesVersion' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesResolve' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Fontsmoothing' + 'DefaultApplied' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz' + 'Last used time' returned 2
2024-02-21 07:10:31, Info [shsetup] Deleting temp files for 'S-1-5-19'
2024-02-21 07:10:31, Info [shsetup] Deleting contents of 'C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\Microsoft\Windows\Recent'
2024-02-21 07:10:31, Info [shsetup] Deleting contents of 'C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp'
2024-02-21 07:10:31, Info [shsetup] IFileOperation::PerformOperations returned 0x8000ffff
2024-02-21 07:10:31, Info [shsetup] Cleaning up user hive for 'S-1-5-20'
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'ExplorerStartupTraceRecorded' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'SIDUpdatedOnLibraries' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'System\CurrentControlSet\Control\Network\NetworkLocationWizard' + 'ShowCount' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' + 'StartMenuInit' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'Favorites' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesChanges' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesVersion' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesResolve' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'Favorites' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesChanges' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesVersion' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesResolve' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Fontsmoothing' + 'DefaultApplied' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz' + 'Last used time' returned 2
2024-02-21 07:10:31, Info [shsetup] Deleting temp files for 'S-1-5-20'
2024-02-21 07:10:31, Info [shsetup] Deleting contents of 'C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\Windows\Recent'
2024-02-21 07:10:31, Info [shsetup] Deleting contents of 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp'
2024-02-21 07:10:31, Info [shsetup] IFileOperation::PerformOperations returned 0x00000000
2024-02-21 07:10:31, Info [shsetup] Cleaning up user hive for 'S-1-5-21-3070637313-49235989-2597775648-500'
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'ExplorerStartupTraceRecorded' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'SIDUpdatedOnLibraries' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'System\CurrentControlSet\Control\Network\NetworkLocationWizard' + 'ShowCount' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' + 'StartMenuInit' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'Favorites' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesChanges' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesVersion' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesResolve' returned 0
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'Favorites' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesChanges' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesVersion' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesResolve' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Fontsmoothing' + 'DefaultApplied' returned 2
2024-02-21 07:10:31, Info [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz' + 'Last used time' returned 2
2024-02-21 07:10:31, Info [shsetup] Deleting temp files for 'S-1-5-21-3070637313-49235989-2597775648-500'
2024-02-21 07:10:31, Info [shsetup] Deleting contents of 'C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent'
2024-02-21 07:10:31, Info [shsetup] Deleting contents of 'C:\Users\Administrator\AppData\Local\Temp'
2024-02-21 07:10:31, Info [shsetup] IFileOperation::PerformOperations returned 0x00000000
2024-02-21 07:10:31, Info [shsetup] SanitizeDeskBands entered
2024-02-21 07:10:31, Info [shsetup] SanitizeDeskBands exit
2024-02-21 07:10:31, Info [shsetup] Sysprep_Cleanup_Shell exit
2024-02-21 07:10:31, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Cleanup_Shell' from C:\Windows\System32\shsetup.dll
2024-02-21 07:10:31, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'WerSysprepCleanup' from wer.dll
2024-02-21 07:10:31, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'WerSysprepCleanup' from wer.dll
2024-02-21 07:10:31, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'MSSrch_SysPrep_Cleanup' from C:\Windows\System32\mssrch.dll
2024-02-21 07:10:31, Info SYSPRP MSS: MSSrch_SysPrep_Cleanup _DisableService returned successfully.
2024-02-21 07:10:31, Info SYSPRP MSS: MSSrch_SysPrep_Cleanup _CreateBlockingRegKey returned successfully.
2024-02-21 07:10:31, Info SYSPRP MSS: Stopping service WSearch and its dependents.
2024-02-21 07:10:31, Info SYSPRP MSS: Service WSearch has no active dependents.
2024-02-21 07:10:31, Info SYSPRP MSS: Stopping service WSearch.
2024-02-21 07:10:31, Info SYSPRP MSS: _StopService status checking loop 0 round, QueryServiceStatus return TRUE, the status is 0x3
2024-02-21 07:10:32, Info SYSPRP MSS: _StopService status checking loop 1 round, QueryServiceStatus return TRUE, the status is 0x1
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'MSSrch_SysPrep_Cleanup' from C:\Windows\System32\mssrch.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Cleanup_IE' from C:\Windows\System32\iesysprep.dll
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Sysprep_Cleanup_IE entered
2024-02-21 07:10:32, Info SYSPRP [SetIEInstalledDate LIB] ClearIEInstalledDate() Clearing IE Installed Date
2024-02-21 07:10:32, Info SYSPRP [SetIEInstalledDate LIB] On 64-bit OS: Clearing IE Installed Date values
2024-02-21 07:10:32, Info SYSPRP [IESetup LIB] Calling CAdjustPrivilege constructor arg: SeRestorePrivilege
2024-02-21 07:10:32, Info SYSPRP [SetIEInstalledDate LIB] SetIESoftwareRegistryPath() Setting [HKLM\SOFTWARE] offline registry path SOFTWARE.
2024-02-21 07:10:32, Info SYSPRP [IESetup LIB] Calling CAdjustPrivilege constructor arg: SeRestorePrivilege
2024-02-21 07:10:32, Info SYSPRP [IESetup LIB] Calling CAdjustPrivilege constructor arg: SeRestorePrivilege
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Calling IUrlHistoryStg2::ClearHistory
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] IUrlHistoryStg2::ClearHistory returned 0x00000000
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] DeleteCookies entered
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] DeleteCookies returning 0
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\PhishingFilter' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Wow6432Node\Microsoft\Internet Explorer\PhishingFilter' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting temp files for 'S-1-5-18'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\system32\config\systemprofile'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\History'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\system32\config\systemprofile'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Calling FreeUrlCacheSpace on 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\system32\config\systemprofile'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCookies'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] IFileOperation::PerformOperations returned 0x00000000
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Cleaning up user hive for 'S-1-5-19'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\TypedURLs' returned 0
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CpCache' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CNum_CpCache' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Suggested Sites' + 'MigrationTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\SearchScopes' + 'UpgradeTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main\WindowsSearch' + 'UpgradeTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main' + 'IE9RunOnceCompletionTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'LinksFolderMigrate' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'MarketingLinksMigrate' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\PhishingFilter' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Wow6432Node\Microsoft\Internet Explorer\PhishingFilter' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Entering DeleteProtectedRegKeys
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx on 'Software\Microsoft\Internet Explorer\User Preferences' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx failed on 'Software\Microsoft\Internet Explorer\User Preferences' (0x00000002)
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx on 'Software\Microsoft\Internet Explorer\User Preferences - Do not modify. Direct modification is a violation of ISV software requirements.' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx failed on 'Software\Microsoft\Internet Explorer\User Preferences - Do not modify. Direct modification is a violation of ISV software requirements.' (0x00000002)
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting temp files for 'S-1-5-19'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\LocalService'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\History'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\LocalService'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Calling FreeUrlCacheSpace on 'C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\INetCache'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\INetCache'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\LocalService'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\INetCookies'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] IFileOperation::PerformOperations returned 0x8000ffff
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Cleaning up user hive for 'S-1-5-20'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\TypedURLs' returned 0
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CpCache' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CNum_CpCache' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Suggested Sites' + 'MigrationTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\SearchScopes' + 'UpgradeTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main\WindowsSearch' + 'UpgradeTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main' + 'IE9RunOnceCompletionTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'LinksFolderMigrate' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'MarketingLinksMigrate' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\PhishingFilter' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Wow6432Node\Microsoft\Internet Explorer\PhishingFilter' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Entering DeleteProtectedRegKeys
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx on 'Software\Microsoft\Internet Explorer\User Preferences' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx failed on 'Software\Microsoft\Internet Explorer\User Preferences' (0x00000002)
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx on 'Software\Microsoft\Internet Explorer\User Preferences - Do not modify. Direct modification is a violation of ISV software requirements.' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx failed on 'Software\Microsoft\Internet Explorer\User Preferences - Do not modify. Direct modification is a violation of ISV software requirements.' (0x00000002)
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting temp files for 'S-1-5-20'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\NetworkService'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\History'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\NetworkService'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Calling FreeUrlCacheSpace on 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\INetCache'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\INetCache'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\NetworkService'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\INetCookies'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] IFileOperation::PerformOperations returned 0x8000ffff
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Cleaning up user hive for 'S-1-5-21-3070637313-49235989-2597775648-500'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\TypedURLs' returned 0
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CpCache' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CNum_CpCache' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}' returned 0
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Suggested Sites' + 'MigrationTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\SearchScopes' + 'UpgradeTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main\WindowsSearch' + 'UpgradeTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main' + 'IE9RunOnceCompletionTime' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'LinksFolderMigrate' returned 0
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'MarketingLinksMigrate' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\PhishingFilter' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Wow6432Node\Microsoft\Internet Explorer\PhishingFilter' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Entering DeleteProtectedRegKeys
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx on 'Software\Microsoft\Internet Explorer\User Preferences' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx failed on 'Software\Microsoft\Internet Explorer\User Preferences' (0x00000002)
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx on 'Software\Microsoft\Internet Explorer\User Preferences - Do not modify. Direct modification is a violation of ISV software requirements.' returned 2
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] RegOpenKeyEx failed on 'Software\Microsoft\Internet Explorer\User Preferences - Do not modify. Direct modification is a violation of ISV software requirements.' (0x00000002)
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting temp files for 'S-1-5-21-3070637313-49235989-2597775648-500'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Users\Administrator'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Users\Administrator\AppData\Local\Microsoft\Windows\History'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Users\Administrator'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Calling FreeUrlCacheSpace on 'C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCache'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCache'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Users\Administrator'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Deleting contents of 'C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCookies'
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] IFileOperation::PerformOperations returned 0x00000000
2024-02-21 07:10:32, Info SYSPRP [IE sysprep provider] Sysprep_Cleanup_IE exit
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Cleanup_IE' from C:\Windows\System32\iesysprep.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Net' from C:\Windows\System32\spnet.dll
2024-02-21 07:10:32, Info [0x0f0008] SYSPRP spnet.dll::IsDomainMember:This machine is not joined to a domain
2024-02-21 07:10:32, Info [0x0f000e] SYSPRP spnet.dll::UnjoinNetworkDomain:Not a domain member, nothing to do
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Net' from C:\Windows\System32\spnet.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'CryptoSysPrep_Clean' from C:\Windows\system32\capisp.dll
2024-02-21 07:10:32, Info capisp.dll::DisableAdministratorIfApplicable disabled the admin account.
2024-02-21 07:10:32, Info capisp.dll::CryptoSysPrep_Clean: returning 0
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'CryptoSysPrep_Clean' from C:\Windows\system32\capisp.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysPrepDtcCleanup' from C:\Windows\system32\msdtcprx.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysPrepDtcCleanup' from C:\Windows\system32\msdtcprx.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'TapiSysPrepClean' from C:\Windows\System32\tapisysprep
2024-02-21 07:10:32, Warning TapiSysPrep.dll:RetainTapiLocations:RegQueryValueEx() returned 2
2024-02-21 07:10:32, Info TapiSysPrep.dll:RetainTapiLocations:returning 1
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'TapiSysPrepClean' from C:\Windows\System32\tapisysprep
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepCleanupEnableCustomTrigger' from C:\Windows\System32\generaltel.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepCleanupEnableCustomTrigger' from C:\Windows\System32\generaltel.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepCleanupEnableCustomTrigger' from C:\Windows\System32\dcntel.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepCleanupEnableCustomTrigger' from C:\Windows\System32\dcntel.dll
2024-02-21 07:10:32, Info SYSPRP SysprepSession::ExecuteAction: stopService with parameters: pstrServiceName:dosvc, dwTimeout:60000, bStopDependentService:0, bIgnoreFailureToStopDependentService:1
2024-02-21 07:10:32, Info SYSPRP SysprepSession::Execute: Sysprep mode was not specified, deleting it from registry
2024-02-21 07:10:32, Info [0x0f0040] SYSPRP WinMain:Processing 'generalize' internal provider request.
2024-02-21 07:10:32, Info SYSPRP RunDlls:Running platform actions specified in action file for phase 1
2024-02-21 07:10:32, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml, and mode <null>
2024-02-21 07:10:32, Info SYSPRP SysprepSession::Execute: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml
2024-02-21 07:10:32, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2024-02-21 07:10:32, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2024-02-21 07:10:32, Info SYSPRP After sorting, components will be excuted in the following order:
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Sysprep-SpOpk, Order: 256
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-MediaPlayer-Core, Order: 512
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-WindowsUpdateClient-Core, Order: 768
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-SQMApi, Order: 1024
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-PnpSysprep, Order: 1280
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-IPv4IPv6CoexistenceMigration, Order: 1536
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-NcdAutoSetup, Order: 1792
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Sysprep-MountPointManager, Order: 2048
2024-02-21 07:10:32, Info SYSPRP Name: Windows-ID-Connected-Account-Provider-WLIDSvc, Order: 2304
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-TerminalServices-RemoteConnectionManager, Order: 2560
2024-02-21 07:10:32, Info SYSPRP Name: Windows-Defender-Service, Order: 3072
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-TerminalServices-LocalSessionManager, Order: 3328
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-TerminalServices-ClientActiveXCore, Order: 3584
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-SystemRestore-Main, Order: 3840
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Shell-Setup, Order: 4096
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-ErrorReportingCore, Order: 4352
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-DirectAccess-ConnectionFlow, Order: 4864
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-DHCP-Client-Dll, Order: 5120
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-TPM-Driver-WMI, Order: 5376
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-IE-Sysprep, Order: 5632
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Sysprep-SpWinSAT, Order: 5888
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Sysprep-SpNet, Order: 6144
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-AppX-Sysprep, Order: 6656
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Security-SPP, Order: 6912
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-SecureBoot-FirmwareUpdate, Order: 7168
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Cryptography, Order: 7680
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Sysprep-SpBcd, Order: 7936
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-PortableWorkspaces-SysPrep, Order: 8192
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-NetworkProfile, Order: 8448
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-COM-DTC-Runtime, Order: 8704
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-WinRE-RecoveryAgent, Order: 11264
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Spaceport, Order: 11520
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-BitLocker-Sysprep, Order: 11776
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-GPIOButtons, Order: 12032
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Unified-Telemetry-Client, Order: 13312
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Client-License-Platform-Service, Order: 13568
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Provisioning-Sysprep, Order: 13824
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-CoreSystem-InitMachineConfig, Order: 14336
2024-02-21 07:10:32, Info SYSPRP Name: Windows-SenseClient-Service, Order: 14592
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-CDPSvc, Order: 14848
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-CloudStore, Order: 15104
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-HypervisorEnforcedCodeIntegrity-Sysprep, Order: 15360
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-Management-Service-WinRT, Order: 15616
2024-02-21 07:10:32, Info SYSPRP Name: Microsoft-Windows-EnrollEngine, Order: 15872
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_Opk' from C:\Windows\System32\spopk.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_Opk' from C:\Windows\System32\spopk.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_WMP' from spwmp.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_WMP' from spwmp.dll
2024-02-21 07:10:32, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'GeneralizeForImaging' from C:\Windows\System32\wuaueng.dll
2024-02-21 07:10:35, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'GeneralizeForImaging' from C:\Windows\System32\wuaueng.dll
2024-02-21 07:10:35, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SqmSysprepGeneralize' from sqmapi.dll
2024-02-21 07:10:35, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SqmSysprepGeneralize' from sqmapi.dll
2024-02-21 07:10:35, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_Pnp' from C:\Windows\System32\sppnp.dll
2024-02-21 07:10:35, Info SYSPRP SPPNP: Sysprep_Generalize_Pnp: Enter
2024-02-21 07:10:35, Info SYSPRP SPPNP: Uninstalling all existing devices <full generalize>.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Unable to uninstall device ROOT\VOLMGR\0000. Err = 0xE0000231
2024-02-21 07:10:36, Info SYSPRP SPPNP: Unable to uninstall device ROOT\BASICDISPLAY\0000. Err = 0xE0000231
2024-02-21 07:10:36, Info SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\VID\0000.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\COMPOSITEBUS\0000.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Unable to uninstall device ROOT\SPACEPORT\0000. Err = 0xE0000231
2024-02-21 07:10:36, Info SYSPRP SPPNP: Skipping uninstall of persistent device SWD\PRINTENUM\{97D356C4-9220-4443-93D3-9C25C5CDEC02}.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\KDNIC\0000.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\UMBUS\0000.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Unable to uninstall device ROOT\CAD\0000. Err = 0xE0000231
2024-02-21 07:10:36, Info SYSPRP SPPNP: Unable to uninstall device ROOT\ACPI_HAL\0000. Err = 0xE0000231
2024-02-21 07:10:36, Info SYSPRP SPPNP: Skipping uninstall of root device HTREE\ROOT\0.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Unable to uninstall device ROOT\BASICRENDER\0000. Err = 0xE0000231
2024-02-21 07:10:36, Info SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\NDISVIRTUALBUS\0000.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\SYSTEM\0000.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\RDPBUS\0000.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Finished uninstalling all existing devices.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Launching task '\Microsoft\Windows\Plug and Play\Sysprep Generalize Drivers'
2024-02-21 07:10:36, Info SYSPRP SPPNP: Started task '\Microsoft\Windows\Plug and Play\Sysprep Generalize Drivers'...
2024-02-21 07:10:36, Info SYSPRP SPPNP: Task state changed to TASK_STATE_READY.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Task state changed to TASK_STATE_RUNNING.
2024-02-21 07:10:36, Info SYSPRP SPPNP: Sysprep_Generalize_Pnp_Drivers: Enter
2024-02-21 07:10:38, Info SYSPRP SPPNP: Configured audioendpoint.inf.
2024-02-21 07:10:38, Info SYSPRP SPPNP: Configured c_1394.inf.
.... ( There are a ton of Info Configured ???? messages that I'm deleting for sake of space.)
2024-02-21 07:11:01, Info SYSPRP SPPNP: Configured ykinx64.inf.
2024-02-21 07:11:02, Info SYSPRP SPPNP: Configured oem0.inf (prnms009.inf).
2024-02-21 07:11:02, Info SYSPRP SPPNP: Sysprep_Generalize_Pnp_Drivers: Exit
2024-02-21 07:11:02, Info SYSPRP SPPNP: Task state changed to TASK_STATE_READY.
2024-02-21 07:11:02, Info SYSPRP SPPNP: Completed task '\Microsoft\Windows\Plug and Play\Sysprep Generalize Drivers' in 25 second(s).
2024-02-21 07:11:02, Info SYSPRP SPPNP: Resetting device containers...
2024-02-21 07:11:02, Info SYSPRP SPPNP: Finished resetting device containers...
2024-02-21 07:11:02, Info SYSPRP SPPNP: Deleted file setupapi.dev.log.
2024-02-21 07:11:02, Info SYSPRP SPPNP: Deleted file setupapi.offline.20220507_052432.log.
2024-02-21 07:11:02, Info SYSPRP SPPNP: Deleted file setupapi.setup.log.
2024-02-21 07:11:02, Info SYSPRP SPPNP: Cleared event log Microsoft-Windows-Kernel-PnP/Configuration.
2024-02-21 07:11:02, Warning SYSPRP SPPNP: Could not clear event log Microsoft-Windows-Kernel-PnPConfig/Configuration. Err = 0x3A9F
2024-02-21 07:11:02, Info SYSPRP SPPNP: Deleting start type overrides.
2024-02-21 07:11:02, Info SYSPRP SPPNP: Deleted start type overrides for "Ramdisk".
2024-02-21 07:11:02, Info SYSPRP SPPNP: Deleting hardware configurations.
2024-02-21 07:11:02, Info SYSPRP SPPNP: Deleted hardware configuration current symlink.
2024-02-21 07:11:02, Info SYSPRP SPPNP: Deleted all hardware configuration data.
2024-02-21 07:11:02, Info SYSPRP SPPNP: Cleaning up network device state...
2024-02-21 07:11:02, Info SYSPRP SPPNP: Sysprep_Generalize_Pnp: Exit
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_Pnp' from C:\Windows\System32\sppnp.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'IphlpsvcSysprepGeneralize' from C:\Windows\System32\iphlpsvc.dll
2024-02-21 07:11:02, Info SYSPRP iphlpsvc.dll: sysprep generalize called
2024-02-21 07:11:02, Warning SYSPRP iphlpsvc.dll: sysprep generalize failed to delete tunnel registry
2024-02-21 07:11:02, Warning SYSPRP iphlpsvc.dll: sysprep generalize failed to delete tunnel registry
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'IphlpsvcSysprepGeneralize' from C:\Windows\System32\iphlpsvc.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'NcdAutoSetup_Generalize' from C:\Windows\System32\NcdAutoSetup.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'NcdAutoSetup_Generalize' from C:\Windows\System32\NcdAutoSetup.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_MountPointManager' from C:\Windows\System32\spmpm.dll
2024-02-21 07:11:02, Info Sysprep_Generalize_MountPointManager ENTER
2024-02-21 07:11:02, Info Sysprep_Generalize_MountPointManager LEAVE
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_MountPointManager' from C:\Windows\System32\spmpm.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'RCMSysPrepGeneralize' from C:\Windows\System32\setup\tssysprep.dll
2024-02-21 07:11:02, Info SYSPRP Entering RCMSysPrepGeneralize
2024-02-21 07:11:02, Info SYSPRP Leaving RCMSysPrepGeneralize
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'RCMSysPrepGeneralize' from C:\Windows\System32\setup\tssysprep.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'MRTComponent_Generalize' from C:\Windows\System32\winshfhc.dll
2024-02-21 07:11:02, Info SYSPRP MRTGeneralize:192 - Windows Defender value HKLM\SOFTWARE\Microsoft\Windows Defender\Scan\LastScanRun does not exist, skipping action.
2024-02-21 07:11:02, Info SYSPRP MRTGeneralize:192 - Windows Defender value HKLM\SOFTWARE\Microsoft\Windows Defender\Scan\LastScanType does not exist, skipping action.
2024-02-21 07:11:02, Info SYSPRP MRTGeneralize:192 - Windows Defender value HKLM\SOFTWARE\Microsoft\Windows Defender\Scan\LastQuickScanID does not exist, skipping action.
2024-02-21 07:11:02, Info SYSPRP MRTGeneralize:192 - Windows Defender value HKLM\SOFTWARE\Microsoft\Windows Defender\Scan\LastFullScanID does not exist, skipping action.
2024-02-21 07:11:02, Info SYSPRP MRTGeneralize:192 - Windows Defender value HKLM\SOFTWARE\Microsoft\Windows Defender\Scan\MeasureBootEnabled does not exist, skipping action.
2024-02-21 07:11:02, Warning SYSPRP MRTGeneralize:107 - WARNING: Failed DeleteInstance AntiSpywareProduct.instanceGuid="{D68DDC3A-831F-4FAE-9E44-DA132C1ACF46}" hr=2147749890, this is probably because the value does not exist
2024-02-21 07:11:02, Info SYSPRP MRTGeneralize:122 - INFO: Finished attempting to delete Defender WSC registration
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'MRTComponent_Generalize' from C:\Windows\System32\winshfhc.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'LSMSysPrepBackup' from C:\Windows\System32\setup\tssysprep.dll
2024-02-21 07:11:02, Info SYSPRP Entering LSMSysPrepBackup
2024-02-21 07:11:02, Info SYSPRP LSMSysPrepBackup completed
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'LSMSysPrepBackup' from C:\Windows\System32\setup\tssysprep.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'RdpSysPrepGeneralize' from C:\Windows\System32\setup\tssysprep.dll
2024-02-21 07:11:02, Info SYSPRP Entering RdpSysPrepGeneralize
2024-02-21 07:11:02, Info SYSPRP Leaving RdpSysPrepGeneralize
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'RdpSysPrepGeneralize' from C:\Windows\System32\setup\tssysprep.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralize' from srclient.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepGeneralize' from srclient.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_Shell' from C:\Windows\System32\shsetup.dll
2024-02-21 07:11:02, Info [shsetup] Sysprep_Generalize_Shell entered
2024-02-21 07:11:02, Info [shsetup] Sysprep_Generalize_Shell exit
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_Shell' from C:\Windows\System32\shsetup.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'WerSysprepGeneralize' from wer.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'WerSysprepGeneralize' from wer.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'DhcpClient_Generalize' from C:\Windows\System32\dhcpcsvc.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'DhcpClient_Generalize' from C:\Windows\System32\dhcpcsvc.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_IE' from C:\Windows\System32\iesysprep.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_IE' from C:\Windows\System32\iesysprep.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_WinSAT' from C:\Windows\System32\spwinsat.dll
2024-02-21 07:11:02, Info SYSPRP spwinsat.dll::Sysprep_Clean_WinSAT:Unable to remove the winsat key
2024-02-21 07:11:02, Info SYSPRP spwinsat.dll::Sysprep_Clean_WinSAT:Unable to get a handle from FindFirstFile
2024-02-21 07:11:02, Info SYSPRP spwinsat.dll::Sysprep_Clean_WinSAT:Unable to get a handle from FindFirstFile
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_WinSAT' from C:\Windows\System32\spwinsat.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_Net' from C:\Windows\System32\spnet.dll
2024-02-21 07:11:02, Info [0x0f0008] SYSPRP spnet.dll::IsDomainMember:This machine is not joined to a domain
2024-02-21 07:11:02, Info [0x0f000e] SYSPRP spnet.dll::UnjoinNetworkDomain:Not a domain member, nothing to do
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_Net' from C:\Windows\System32\spnet.dll
2024-02-21 07:11:02, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralize' from C:\Windows\System32\AppxSysprep.dll
2024-02-21 07:11:02, Info SYSPRP Entering SysprepGeneralize (Appx).
2024-02-21 07:11:02, Info SYSPRP All appx packages were verified to be inbox or alluser installed.
2024-02-21 07:11:04, Info SYSPRP Package Microsoft.549981C3F5F10_3.2204.14815.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:05, Info SYSPRP Package Microsoft.Getstarted_10.2204.1.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:06, Info SYSPRP Package Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:07, Info SYSPRP Package MicrosoftWindows.Client.WebExperience_421.20070.195.0_x64__cw5n1h2txyewy was removed
2024-02-21 07:11:08, Info SYSPRP Package Microsoft.MicrosoftEdge.Stable_100.0.1185.36_neutral__8wekyb3d8bbwe was removed
2024-02-21 07:11:08, Info SYSPRP Package Microsoft.WindowsAlarms_1.0.75.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:09, Info SYSPRP Package microsoft.windowscommunicationsapps_16005.14326.20544.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:10, Info SYSPRP Package Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt was removed
2024-02-21 07:11:11, Info SYSPRP Package Microsoft.BingNews_1.0.1.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:12, Info SYSPRP Package Microsoft.BingWeather_1.0.6.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:13, Info SYSPRP Package Microsoft.DesktopAppInstaller_1.17.10691.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:13, Info SYSPRP Package Microsoft.GamingApp_2105.900.24.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:14, Info SYSPRP Package Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:15, Info SYSPRP Package Microsoft.GetHelp_10.2201.421.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:15, Info SYSPRP Package Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:16, Info SYSPRP Package Microsoft.MicrosoftOfficeHub_18.2204.1141.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:17, Info SYSPRP Package Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:18, Info SYSPRP Package Microsoft.MicrosoftStickyNotes_4.0.422.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:19, Info SYSPRP Package Microsoft.Paint_11.2201.22.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:19, Info SYSPRP Package Microsoft.People_10.1909.12456.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:20, Info SYSPRP Package Microsoft.PowerAutomateDesktop_1.0.219.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:21, Info SYSPRP Package Microsoft.RawImageExtension_2.1.30391.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:22, Info SYSPRP Package Microsoft.ScreenSketch_11.2201.12.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:22, Info SYSPRP Package Microsoft.SecHealthUI_1000.22621.1.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:23, Info SYSPRP Package Microsoft.Todos_0.54.42772.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:24, Info SYSPRP Package Microsoft.StorePurchaseApp_12008.1001.1.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:25, Info SYSPRP Package Microsoft.VP9VideoExtensions_1.0.50901.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:25, Info SYSPRP Package Microsoft.WebMediaExtensions_1.0.42192.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:26, Info SYSPRP Package Microsoft.WebpImageExtension_1.0.42351.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:27, Info SYSPRP Package Microsoft.Windows.Photos_21.21030.25003.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:28, Info SYSPRP Package Microsoft.WindowsCalculator_10.2103.8.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:29, Info SYSPRP Package Microsoft.WindowsCamera_2022.2201.4.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:30, Info SYSPRP Package Microsoft.WindowsFeedbackHub_1.2201.61.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:31, Info SYSPRP Package Microsoft.WindowsMaps_1.0.39.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:32, Info SYSPRP Package Microsoft.WindowsNotepad_11.2112.32.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:32, Info SYSPRP Package Microsoft.WindowsSoundRecorder_1.0.42.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:11:33, Info SYSPRP Package Microsoft.WindowsStore_22204.1400.4.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:05, Info SYSPRP Package Microsoft.WindowsTerminal_1.12.10983.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:06, Info SYSPRP Package Microsoft.Xbox.TCUI_1.23.28004.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:07, Info SYSPRP Package Microsoft.XboxGameOverlay_1.47.2385.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:08, Info SYSPRP Package Microsoft.XboxGamingOverlay_2.622.3232.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:09, Info SYSPRP Package Microsoft.XboxIdentityProvider_12.50.6001.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:09, Info SYSPRP Package Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:10, Info SYSPRP Package Microsoft.YourPhone_0.22022.147.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:11, Info SYSPRP Package Microsoft.ZuneMusic_11.2202.46.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:12, Info SYSPRP Package Microsoft.ZuneVideo_10.22020.10021.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:13, Info SYSPRP Package MicrosoftCorporationII.QuickAssist_2.0.5.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:14, Info SYSPRP Package Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:15, Info SYSPRP Package Microsoft.UI.Xaml.2.7_7.2203.17001.0_x64__8wekyb3d8bbwe was removed
2024-02-21 07:12:16, Info SYSPRP Package Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe was not found, it may have already been removed
2024-02-21 07:12:18, Info SYSPRP Removing WCI reparse points with hr=0x00000000
2024-02-21 07:12:18, Info SYSPRP Deleted subkey AppContainer under Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey 1527c705-839a-4832-9118-54d4Bd6a0c89_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey c5e2524a-ea46-4f67-841f-6a9465d9d515_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey E2A4F912-2574-4A75-9BB0-0D023378592B_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.AccountsControl_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.AsyncTextService_8wekyb3d8bbwe.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.BioEnrollment_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.CredDialogHost_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.ECApp_8wekyb3d8bbwe.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.LockApp_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Win32WebViewHost_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.Apprep.ChxApp_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.AssignedAccessLockApp_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.CallingShellApp_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.CapturePicker_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.NarratorQuickStart_8wekyb3d8bbwe.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.ParentalControls_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.PeopleExperienceHost_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.PinningConfirmationDialog_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.PrintQueueActionCenter_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.XGpuEjectDialog_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.XboxGameCallableUI_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey MicrosoftWindows.Client.CBS_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey NcsiUwpApp_8wekyb3d8bbwe.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Windows.CBSPreview_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey windows.immersivecontrolpanel_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Windows.PrintDialog_cw5n1h2txyewy.
2024-02-21 07:12:18, Info SYSPRP App container key removed and appdata keys marked for cleanup
2024-02-21 07:12:18, Info SYSPRP Scheduled move of file C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCache\counters.dat
2024-02-21 07:12:19, Info SYSPRP Appxsvc service stopped
2024-02-21 07:12:19, Info SYSPRP clipsvc service stopped
2024-02-21 07:12:19, Info SYSPRP Called state repository block requests success
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.AAD.BrokerPlugin_1000.19580.1000.0_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.AAD.BrokerPlugin_1000.19580.1000.0_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG1'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.AAD.BrokerPlugin_1000.19580.1000.0_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG2'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.AAD.BrokerPlugin_1000.19580.1000.0_neutral_neutral_cw5n1h2txyewy'.
2024-02-21 07:12:19, Info SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.UI.Xaml.CBS_8.2305.16002.0_x64__8wekyb3d8bbwe\ActivationStore.dat'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.UI.Xaml.CBS_8.2305.16002.0_x64__8wekyb3d8bbwe\ActivationStore.dat.LOG1'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.UI.Xaml.CBS_8.2305.16002.0_x64__8wekyb3d8bbwe\ActivationStore.dat.LOG2'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.UI.Xaml.CBS_8.2305.16002.0_x64__8wekyb3d8bbwe'.
2024-02-21 07:12:19, Info SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.ShellExperienceHost_10.0.22621.2506_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.ShellExperienceHost_10.0.22621.2506_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG1'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.ShellExperienceHost_10.0.22621.2506_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG2'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.ShellExperienceHost_10.0.22621.2506_neutral_neutral_cw5n1h2txyewy'.
2024-02-21 07:12:19, Info SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.StartMenuExperienceHost_10.0.22621.2506_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.StartMenuExperienceHost_10.0.22621.2506_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG1'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.StartMenuExperienceHost_10.0.22621.2506_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG2'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.StartMenuExperienceHost_10.0.22621.2506_neutral_neutral_cw5n1h2txyewy'.
2024-02-21 07:12:19, Info SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.WindowsAppRuntime.CBS_4000.1027.2341.0_x64__8wekyb3d8bbwe\ActivationStore.dat'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.WindowsAppRuntime.CBS_4000.1027.2341.0_x64__8wekyb3d8bbwe\ActivationStore.dat.LOG1'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.WindowsAppRuntime.CBS_4000.1027.2341.0_x64__8wekyb3d8bbwe\ActivationStore.dat.LOG2'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.WindowsAppRuntime.CBS_4000.1027.2341.0_x64__8wekyb3d8bbwe'.
2024-02-21 07:12:19, Info SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.CBS_1000.22681.1000.0_x64__cw5n1h2txyewy\ActivationStore.dat'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.CBS_1000.22681.1000.0_x64__cw5n1h2txyewy\ActivationStore.dat.LOG1'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.CBS_1000.22681.1000.0_x64__cw5n1h2txyewy\ActivationStore.dat.LOG2'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.CBS_1000.22681.1000.0_x64__cw5n1h2txyewy'.
2024-02-21 07:12:19, Info SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.Core_1000.22645.1000.0_x64__cw5n1h2txyewy\ActivationStore.dat'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.Core_1000.22645.1000.0_x64__cw5n1h2txyewy\ActivationStore.dat.LOG1'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.Core_1000.22645.1000.0_x64__cw5n1h2txyewy\ActivationStore.dat.LOG2'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.Core_1000.22645.1000.0_x64__cw5n1h2txyewy'.
2024-02-21 07:12:19, Info SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.FileExp_1000.22651.1000.0_x64__cw5n1h2txyewy\ActivationStore.dat'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.FileExp_1000.22651.1000.0_x64__cw5n1h2txyewy\ActivationStore.dat.LOG1'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.FileExp_1000.22651.1000.0_x64__cw5n1h2txyewy\ActivationStore.dat.LOG2'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\MicrosoftWindows.Client.FileExp_1000.22651.1000.0_x64__cw5n1h2txyewy'.
2024-02-21 07:12:19, Info SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG1'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG2'.
2024-02-21 07:12:19, Info SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy'.
2024-02-21 07:12:19, Info SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
2024-02-21 07:12:19, Warning SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages'.
2024-02-21 07:12:19, Info SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Clipchamp.Clipchamp_2.2.8.0_neutral_split.scale-100_yxz26nhyzhsrt\AppxManifest.xml to appxalluserstore Staged key Clipchamp.Clipchamp_yxz26nhyzhsrt\Clipchamp.Clipchamp_2.2.8.0_neutral_split.scale-100_yxz26nhyzhsrt
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Clipchamp.Clipchamp_2.2.8.0_neutral_split.scale-125_yxz26nhyzhsrt\AppxManifest.xml to appxalluserstore Staged key Clipchamp.Clipchamp_yxz26nhyzhsrt\Clipchamp.Clipchamp_2.2.8.0_neutral_split.scale-125_yxz26nhyzhsrt
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt\AppxManifest.xml to appxalluserstore Staged key Clipchamp.Clipchamp_yxz26nhyzhsrt\Clipchamp.Clipchamp_2.2.8.0_neutral__yxz26nhyzhsrt
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Clipchamp.Clipchamp_2.2.8.0_neutral_~_yxz26nhyzhsrt\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Clipchamp.Clipchamp_yxz26nhyzhsrt\Clipchamp.Clipchamp_2.2.8.0_neutral_~_yxz26nhyzhsrt
2024-02-21 07:12:19, Warning SYSPRP Ignoring folder Deleted because could not convert to family name
2024-02-21 07:12:19, Warning SYSPRP Ignoring folder Merged because could not convert to family name
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.549981C3F5F10_3.2204.14815.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.549981C3F5F10_8wekyb3d8bbwe\Microsoft.549981C3F5F10_3.2204.14815.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.549981C3F5F10_3.2204.14815.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.549981C3F5F10_8wekyb3d8bbwe\Microsoft.549981C3F5F10_3.2204.14815.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.BingNews_1.0.1.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.BingNews_8wekyb3d8bbwe\Microsoft.BingNews_1.0.1.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.BingNews_1.0.1.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.BingNews_8wekyb3d8bbwe\Microsoft.BingNews_1.0.1.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.BingNews_1.0.1.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.BingNews_8wekyb3d8bbwe\Microsoft.BingNews_1.0.1.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.BingNews_4.2.27001.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.BingNews_8wekyb3d8bbwe\Microsoft.BingNews_4.2.27001.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.BingWeather_1.0.6.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.BingWeather_8wekyb3d8bbwe\Microsoft.BingWeather_1.0.6.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.BingWeather_1.0.6.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.BingWeather_8wekyb3d8bbwe\Microsoft.BingWeather_1.0.6.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.BingWeather_1.0.6.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.BingWeather_8wekyb3d8bbwe\Microsoft.BingWeather_1.0.6.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.BingWeather_4.53.33420.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.BingWeather_8wekyb3d8bbwe\Microsoft.BingWeather_4.53.33420.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.17.10691.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\Microsoft.DesktopAppInstaller_1.17.10691.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.17.10691.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\Microsoft.DesktopAppInstaller_1.17.10691.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.17.10691.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\Microsoft.DesktopAppInstaller_1.17.10691.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_2022.310.2333.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\Microsoft.DesktopAppInstaller_2022.310.2333.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.GamingApp_2021.427.138.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.GamingApp_8wekyb3d8bbwe\Microsoft.GamingApp_2021.427.138.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.GamingApp_2105.900.24.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.GamingApp_8wekyb3d8bbwe\Microsoft.GamingApp_2105.900.24.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.GamingApp_2105.900.24.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.GamingApp_8wekyb3d8bbwe\Microsoft.GamingApp_2105.900.24.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.GamingApp_2105.900.24.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.GamingApp_8wekyb3d8bbwe\Microsoft.GamingApp_2105.900.24.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.GetHelp_10.2201.421.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.GetHelp_8wekyb3d8bbwe\Microsoft.GetHelp_10.2201.421.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.GetHelp_10.2201.421.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.GetHelp_8wekyb3d8bbwe\Microsoft.GetHelp_10.2201.421.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.GetHelp_10.2201.421.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.GetHelp_8wekyb3d8bbwe\Microsoft.GetHelp_10.2201.421.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.GetHelp_10.2201.421.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.GetHelp_8wekyb3d8bbwe\Microsoft.GetHelp_10.2201.421.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Getstarted_10.2204.1.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Getstarted_8wekyb3d8bbwe\Microsoft.Getstarted_10.2204.1.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Getstarted_10.2204.1.0_neutral_split.scale-200_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Getstarted_8wekyb3d8bbwe\Microsoft.Getstarted_10.2204.1.0_neutral_split.scale-200_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Getstarted_10.2204.1.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Getstarted_8wekyb3d8bbwe\Microsoft.Getstarted_10.2204.1.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Getstarted_2021.2204.1.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.Getstarted_8wekyb3d8bbwe\Microsoft.Getstarted_2021.2204.1.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.HEIFImageExtension_8wekyb3d8bbwe\Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.HEVCVideoExtension_8wekyb3d8bbwe\Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftEdge.Stable_100.0.1185.36_neutral__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe\Microsoft.MicrosoftEdge.Stable_100.0.1185.36_neutral__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe\Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe\Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe\Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_18.2204.1141.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe\Microsoft.MicrosoftOfficeHub_18.2204.1141.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe\Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_split.scale-200_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe\Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_split.scale-200_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe\Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe\Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftStickyNotes_4.0.422.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\Microsoft.MicrosoftStickyNotes_4.0.422.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftStickyNotes_4.0.422.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\Microsoft.MicrosoftStickyNotes_4.0.422.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftStickyNotes_4.0.422.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\Microsoft.MicrosoftStickyNotes_4.0.422.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.MicrosoftStickyNotes_4.2.2.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\Microsoft.MicrosoftStickyNotes_4.2.2.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.NET.Native.Framework.2.2_8wekyb3d8bbwe\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.NET.Native.Runtime.2.2_8wekyb3d8bbwe\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Paint_11.2201.22.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Paint_8wekyb3d8bbwe\Microsoft.Paint_11.2201.22.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Paint_11.2201.22.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Paint_8wekyb3d8bbwe\Microsoft.Paint_11.2201.22.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Paint_11.2201.22.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.Paint_8wekyb3d8bbwe\Microsoft.Paint_11.2201.22.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Paint_11.2201.22.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Paint_8wekyb3d8bbwe\Microsoft.Paint_11.2201.22.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.People_10.1909.12456.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.People_8wekyb3d8bbwe\Microsoft.People_10.1909.12456.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.People_10.1909.12456.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.People_8wekyb3d8bbwe\Microsoft.People_10.1909.12456.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.People_10.1909.12456.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.People_8wekyb3d8bbwe\Microsoft.People_10.1909.12456.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.People_2020.901.1724.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.People_8wekyb3d8bbwe\Microsoft.People_2020.901.1724.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.PowerAutomateDesktop_1.0.219.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe\Microsoft.PowerAutomateDesktop_1.0.219.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.PowerAutomateDesktop_1.0.219.0_neutral_split.scale-140_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe\Microsoft.PowerAutomateDesktop_1.0.219.0_neutral_split.scale-140_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.PowerAutomateDesktop_1.0.219.0_neutral_split.scale-180_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe\Microsoft.PowerAutomateDesktop_1.0.219.0_neutral_split.scale-180_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.PowerAutomateDesktop_1.0.219.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe\Microsoft.PowerAutomateDesktop_1.0.219.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.PowerAutomateDesktop_10.0.3735.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe\Microsoft.PowerAutomateDesktop_10.0.3735.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.RawImageExtension_2.1.30391.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.RawImageExtension_8wekyb3d8bbwe\Microsoft.RawImageExtension_2.1.30391.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.RawImageExtension_2.1.30391.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.RawImageExtension_8wekyb3d8bbwe\Microsoft.RawImageExtension_2.1.30391.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ScreenSketch_11.2201.12.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.ScreenSketch_8wekyb3d8bbwe\Microsoft.ScreenSketch_11.2201.12.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ScreenSketch_11.2201.12.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.ScreenSketch_8wekyb3d8bbwe\Microsoft.ScreenSketch_11.2201.12.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ScreenSketch_11.2201.12.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.ScreenSketch_8wekyb3d8bbwe\Microsoft.ScreenSketch_11.2201.12.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ScreenSketch_2022.2201.12.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.ScreenSketch_8wekyb3d8bbwe\Microsoft.ScreenSketch_2022.2201.12.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.SecHealthUI_1000.22621.1.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.SecHealthUI_8wekyb3d8bbwe\Microsoft.SecHealthUI_1000.22621.1.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.StorePurchaseApp_12008.1001.1.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.StorePurchaseApp_8wekyb3d8bbwe\Microsoft.StorePurchaseApp_12008.1001.1.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.StorePurchaseApp_12008.1001.113.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.StorePurchaseApp_8wekyb3d8bbwe\Microsoft.StorePurchaseApp_12008.1001.113.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Todos_0.54.42772.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Todos_8wekyb3d8bbwe\Microsoft.Todos_0.54.42772.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Todos_0.54.42772.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Todos_8wekyb3d8bbwe\Microsoft.Todos_0.54.42772.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Todos_0.54.42772.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Todos_8wekyb3d8bbwe\Microsoft.Todos_0.54.42772.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Todos_2.54.42772.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.Todos_8wekyb3d8bbwe\Microsoft.Todos_2.54.42772.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.UI.Xaml.2.4_8wekyb3d8bbwe\Microsoft.UI.Xaml.2.4_2.42007.9001.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.7_7.2203.17001.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.UI.Xaml.2.7_8wekyb3d8bbwe\Microsoft.UI.Xaml.2.7_7.2203.17001.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.VCLibs.140.00.UWPDesktop_8wekyb3d8bbwe\Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.VCLibs.140.00_8wekyb3d8bbwe\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.VP9VideoExtensions_1.0.50901.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.VP9VideoExtensions_8wekyb3d8bbwe\Microsoft.VP9VideoExtensions_1.0.50901.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WebMediaExtensions_1.0.42192.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WebMediaExtensions_8wekyb3d8bbwe\Microsoft.WebMediaExtensions_1.0.42192.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WebMediaExtensions_1.0.42192.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WebMediaExtensions_8wekyb3d8bbwe\Microsoft.WebMediaExtensions_1.0.42192.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WebMediaExtensions_1.0.42192.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.WebMediaExtensions_8wekyb3d8bbwe\Microsoft.WebMediaExtensions_1.0.42192.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WebMediaExtensions_1.0.42192.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WebMediaExtensions_8wekyb3d8bbwe\Microsoft.WebMediaExtensions_1.0.42192.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WebpImageExtension_1.0.42351.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WebpImageExtension_8wekyb3d8bbwe\Microsoft.WebpImageExtension_1.0.42351.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Windows.Photos_21.21030.25003.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Windows.Photos_8wekyb3d8bbwe\Microsoft.Windows.Photos_21.21030.25003.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Windows.Photos_21.21030.25003.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Windows.Photos_8wekyb3d8bbwe\Microsoft.Windows.Photos_21.21030.25003.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.Windows.Photos_8wekyb3d8bbwe\Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Windows.Photos_21.21030.25003.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Windows.Photos_8wekyb3d8bbwe\Microsoft.Windows.Photos_21.21030.25003.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsAlarms_1.0.75.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsAlarms_8wekyb3d8bbwe\Microsoft.WindowsAlarms_1.0.75.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsAlarms_1.0.75.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsAlarms_8wekyb3d8bbwe\Microsoft.WindowsAlarms_1.0.75.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsAlarms_1.0.75.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsAlarms_8wekyb3d8bbwe\Microsoft.WindowsAlarms_1.0.75.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsAlarms_2022.2202.24.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.WindowsAlarms_8wekyb3d8bbwe\Microsoft.WindowsAlarms_2022.2202.24.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsCalculator_10.2103.8.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsCalculator_8wekyb3d8bbwe\Microsoft.WindowsCalculator_10.2103.8.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsCalculator_10.2103.8.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsCalculator_8wekyb3d8bbwe\Microsoft.WindowsCalculator_10.2103.8.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsCalculator_10.2103.8.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsCalculator_8wekyb3d8bbwe\Microsoft.WindowsCalculator_10.2103.8.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsCalculator_2020.2103.8.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.WindowsCalculator_8wekyb3d8bbwe\Microsoft.WindowsCalculator_2020.2103.8.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsCamera_2022.2201.4.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsCamera_8wekyb3d8bbwe\Microsoft.WindowsCamera_2022.2201.4.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsCamera_2022.2201.4.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsCamera_8wekyb3d8bbwe\Microsoft.WindowsCamera_2022.2201.4.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsCamera_2022.2201.4.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.WindowsCamera_8wekyb3d8bbwe\Microsoft.WindowsCamera_2022.2201.4.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsCamera_2022.2201.4.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsCamera_8wekyb3d8bbwe\Microsoft.WindowsCamera_2022.2201.4.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\microsoft.windowscommunicationsapps_16005.14326.20544.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key microsoft.windowscommunicationsapps_8wekyb3d8bbwe\microsoft.windowscommunicationsapps_16005.14326.20544.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\microsoft.windowscommunicationsapps_16005.14326.20544.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key microsoft.windowscommunicationsapps_8wekyb3d8bbwe\microsoft.windowscommunicationsapps_16005.14326.20544.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsFeedbackHub_1.2201.61.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe\Microsoft.WindowsFeedbackHub_1.2201.61.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsFeedbackHub_1.2201.61.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe\Microsoft.WindowsFeedbackHub_1.2201.61.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsFeedbackHub_1.2201.61.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe\Microsoft.WindowsFeedbackHub_1.2201.61.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsFeedbackHub_2022.106.2230.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe\Microsoft.WindowsFeedbackHub_2022.106.2230.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsMaps_1.0.39.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsMaps_8wekyb3d8bbwe\Microsoft.WindowsMaps_1.0.39.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsMaps_1.0.39.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsMaps_8wekyb3d8bbwe\Microsoft.WindowsMaps_1.0.39.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsMaps_1.0.39.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsMaps_8wekyb3d8bbwe\Microsoft.WindowsMaps_1.0.39.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsMaps_2022.2202.6.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.WindowsMaps_8wekyb3d8bbwe\Microsoft.WindowsMaps_2022.2202.6.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsNotepad_11.2112.32.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsNotepad_8wekyb3d8bbwe\Microsoft.WindowsNotepad_11.2112.32.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsNotepad_11.2112.32.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsNotepad_8wekyb3d8bbwe\Microsoft.WindowsNotepad_11.2112.32.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsNotepad_11.2112.32.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.WindowsNotepad_8wekyb3d8bbwe\Microsoft.WindowsNotepad_11.2112.32.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsNotepad_11.2112.32.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsNotepad_8wekyb3d8bbwe\Microsoft.WindowsNotepad_11.2112.32.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsSoundRecorder_1.0.42.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe\Microsoft.WindowsSoundRecorder_1.0.42.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsSoundRecorder_1.0.42.0_neutral_split.scale-200_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe\Microsoft.WindowsSoundRecorder_1.0.42.0_neutral_split.scale-200_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsSoundRecorder_1.0.42.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe\Microsoft.WindowsSoundRecorder_1.0.42.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsSoundRecorder_2021.2103.28.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe\Microsoft.WindowsSoundRecorder_2021.2103.28.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsStore_22204.1400.4.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.WindowsStore_8wekyb3d8bbwe\Microsoft.WindowsStore_22204.1400.4.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsStore_22204.1400.4.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsStore_8wekyb3d8bbwe\Microsoft.WindowsStore_22204.1400.4.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.12.10983.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.WindowsTerminal_8wekyb3d8bbwe\Microsoft.WindowsTerminal_1.12.10983.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_3001.12.10983.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.WindowsTerminal_8wekyb3d8bbwe\Microsoft.WindowsTerminal_3001.12.10983.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Xbox.TCUI_1.23.28004.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.Xbox.TCUI_8wekyb3d8bbwe\Microsoft.Xbox.TCUI_1.23.28004.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.Xbox.TCUI_1.23.28004.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.Xbox.TCUI_8wekyb3d8bbwe\Microsoft.Xbox.TCUI_1.23.28004.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxGameOverlay_1.47.2385.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.XboxGameOverlay_8wekyb3d8bbwe\Microsoft.XboxGameOverlay_1.47.2385.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxGameOverlay_1.47.2385.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.XboxGameOverlay_8wekyb3d8bbwe\Microsoft.XboxGameOverlay_1.47.2385.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxGameOverlay_1.47.2385.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.XboxGameOverlay_8wekyb3d8bbwe\Microsoft.XboxGameOverlay_1.47.2385.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.XboxGamingOverlay_8wekyb3d8bbwe\Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.XboxGamingOverlay_8wekyb3d8bbwe\Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.XboxGamingOverlay_8wekyb3d8bbwe\Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxGamingOverlay_2.622.3232.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.XboxGamingOverlay_8wekyb3d8bbwe\Microsoft.XboxGamingOverlay_2.622.3232.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.XboxIdentityProvider_8wekyb3d8bbwe\Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxIdentityProvider_12.50.6001.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.XboxIdentityProvider_8wekyb3d8bbwe\Microsoft.XboxIdentityProvider_12.50.6001.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe\Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe\Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe\Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.YourPhone_0.22022.147.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.YourPhone_8wekyb3d8bbwe\Microsoft.YourPhone_0.22022.147.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.YourPhone_0.22022.147.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.YourPhone_8wekyb3d8bbwe\Microsoft.YourPhone_0.22022.147.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.YourPhone_0.22022.147.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.YourPhone_8wekyb3d8bbwe\Microsoft.YourPhone_0.22022.147.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.YourPhone_1.22022.147.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.YourPhone_8wekyb3d8bbwe\Microsoft.YourPhone_1.22022.147.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ZuneMusic_11.2202.46.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.ZuneMusic_8wekyb3d8bbwe\Microsoft.ZuneMusic_11.2202.46.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ZuneMusic_11.2202.46.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.ZuneMusic_8wekyb3d8bbwe\Microsoft.ZuneMusic_11.2202.46.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ZuneMusic_11.2202.46.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.ZuneMusic_8wekyb3d8bbwe\Microsoft.ZuneMusic_11.2202.46.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ZuneMusic_11.2202.46.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.ZuneMusic_8wekyb3d8bbwe\Microsoft.ZuneMusic_11.2202.46.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ZuneVideo_10.22020.10021.0_neutral_split.scale-100_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.ZuneVideo_8wekyb3d8bbwe\Microsoft.ZuneVideo_10.22020.10021.0_neutral_split.scale-100_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ZuneVideo_10.22020.10021.0_neutral_split.scale-125_8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.ZuneVideo_8wekyb3d8bbwe\Microsoft.ZuneVideo_10.22020.10021.0_neutral_split.scale-125_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ZuneVideo_10.22020.10021.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key Microsoft.ZuneVideo_8wekyb3d8bbwe\Microsoft.ZuneVideo_10.22020.10021.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\Microsoft.ZuneVideo_2019.22020.10021.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key Microsoft.ZuneVideo_8wekyb3d8bbwe\Microsoft.ZuneVideo_2019.22020.10021.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\MicrosoftCorporationII.QuickAssist_2.0.5.0_x64__8wekyb3d8bbwe\AppxManifest.xml to appxalluserstore Staged key MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe\MicrosoftCorporationII.QuickAssist_2.0.5.0_x64__8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\MicrosoftCorporationII.QuickAssist_2022.414.1758.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe\MicrosoftCorporationII.QuickAssist_2022.414.1758.0_neutral_~_8wekyb3d8bbwe
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\MicrosoftWindows.Client.WebExperience_421.20070.195.0_neutral_~_cw5n1h2txyewy\AppxMetadata\AppxBundleManifest.xml to appxalluserstore Staged key MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy\MicrosoftWindows.Client.WebExperience_421.20070.195.0_neutral_~_cw5n1h2txyewy
2024-02-21 07:12:19, Info SYSPRP Wrote C:\Program Files\WindowsApps\MicrosoftWindows.Client.WebExperience_421.20070.195.0_x64__cw5n1h2txyewy\AppxManifest.xml to appxalluserstore Staged key MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy\MicrosoftWindows.Client.WebExperience_421.20070.195.0_x64__cw5n1h2txyewy
2024-02-21 07:12:19, Warning SYSPRP Ignoring folder MovedPackages because could not convert to family name
2024-02-21 07:12:19, Warning SYSPRP Ignoring folder Mutable because could not convert to family name
2024-02-21 07:12:19, Warning SYSPRP Ignoring folder MutableBackup because could not convert to family name
2024-02-21 07:12:19, Warning SYSPRP Ignoring folder Projected because could not convert to family name
2024-02-21 07:12:19, Info SYSPRP Exiting SysprepGeneralize (Appx).
2024-02-21 07:12:19, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepGeneralize' from C:\Windows\System32\AppxSysprep.dll
2024-02-21 07:12:19, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SLReArmWindows' from C:\Windows\System32\slc.dll
2024-02-21 07:12:20, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SLReArmWindows' from C:\Windows\System32\slc.dll
2024-02-21 07:12:20, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'CAPISysPrep_Generalize' from C:\Windows\system32\capisp.dll
2024-02-21 07:12:20, Info capisp.dll::CAPISysPrep_Generalize: returning 0
2024-02-21 07:12:20, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'CAPISysPrep_Generalize' from C:\Windows\system32\capisp.dll
2024-02-21 07:12:20, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_Bcd' from C:\Windows\System32\spbcd.dll
2024-02-21 07:12:20, Info SYSPRP Sysprep_Generalize_Bcd: Located BCD store on system drive. Generalizing it...
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Found the memory tester object.
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Found the Windows OS Loader object {c66b37f2-d074-11ee-85c8-a422399dfcf5} for the currently running OS.
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Found the resume object {c66b37f1-d074-11ee-85c8-a422399dfcf5} for the OS loader.
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: System drive backed by VHD = 0
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Generalizing object {9dea862c-5cdd-4e70-acc1-f32b344d4795}
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Successfully generalized application device. Status = [0x0]
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Generalizing object {b2721d73-1db4-4c62-bf78-c548a880142d}
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Successfully generalized application device. Status = [0x0]
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Generalizing object {c66b37f2-d074-11ee-85c8-a422399dfcf5}
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Successfully generalized application device. Status = [0x0]
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Successfully generalized OS device. Status = [0x0]
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Generalizing object {c66b37f1-d074-11ee-85c8-a422399dfcf5}
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Successfully generalized application device. Status = [0x0]
2024-02-21 07:12:20, Info SYSPRP GeneralizeBcdStore: Successfully generalized hiberfile device. Status = [0x0]
2024-02-21 07:12:20, Error SYSPRP BCD: BiUpdateEfiEntry failed c000000d
2024-02-21 07:12:20, Error SYSPRP BCD: BiExportBcdObjects failed c000000d
2024-02-21 07:12:20, Error SYSPRP BCD: BiExportStoreAlterationsToEfi failed c000000d
2024-02-21 07:12:20, Error SYSPRP BCD: Failed to export alterations to firmware. Status: c000000d
2024-02-21 07:12:20, Info SYSPRP Sysprep_Generalize_Bcd: Successfully generalized the bcd store. Status=[0x0]
2024-02-21 07:12:20, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_Bcd' from C:\Windows\System32\spbcd.dll
2024-02-21 07:12:20, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'NetworkListManager_Generalize' from C:\Windows\System32\nlmsprep.dll
2024-02-21 07:12:20, Info SYSPRP nlmsprep.dll: Generalize start
2024-02-21 07:12:20, Info SYSPRP nlmsprep.dll: Generalize finish
2024-02-21 07:12:20, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'NetworkListManager_Generalize' from C:\Windows\System32\nlmsprep.dll
2024-02-21 07:12:20, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysPrepDtcGeneralize' from C:\Windows\system32\msdtcprx.dll
2024-02-21 07:12:20, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysPrepDtcGeneralize' from C:\Windows\system32\msdtcprx.dll
2024-02-21 07:12:20, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'WinRE_Generalize' from C:\Windows\System32\reagent.dll
2024-02-21 07:12:20, Info [sysprep.exe] Enter WinRE_Generalize
2024-02-21 07:12:20, Info [sysprep.exe] Update enhanced config info is enabled.
2024-02-21 07:12:20, Info [sysprep.exe] WinRE is installed
2024-02-21 07:12:23, Info [sysprep.exe] winreCopyWIMBack moved WIM file from \\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE\ to C:\Windows\system32\Recovery\Winre.wim successfully!
2024-02-21 07:12:23, Info [sysprep.exe] WinRE uninstall step 1 succeeded: copy WIM file back to its staging location
2024-02-21 07:12:23, Info [sysprep.exe] WinRE uninstall step 2 succeeded: update agent config for BCD id, install state, schedule operation.
2024-02-21 07:12:23, Info [sysprep.exe] The current Recovery BCD entry points to \Device\HarddiskVolume4[\Recovery\WindowsRE\Winre.wim]
2024-02-21 07:12:23, Info [sysprep.exe] The WIM file being unregistered is \Device\HarddiskVolume4[\Recovery\WindowsRE\Winre.wim]
2024-02-21 07:12:23, Info [sysprep.exe] Paths are the same, clearing Recovery BCD
2024-02-21 07:12:23, Info [sysprep.exe] Cleared recovery BCD successfully
2024-02-21 07:12:23, Info [sysprep.exe] WinRE uninstall step 3 succeeded: unregister winre.wim from recovery BCD.
2024-02-21 07:12:23, Info [sysprep.exe] WinRE uninstall step 4 succeeded: remove recovery related sequence from BCD.
2024-02-21 07:12:23, Info [sysprep.exe] WinRE uninstall step 5 completed with return value TRUE: remove validation task.
2024-02-21 07:12:23, Info [sysprep.exe] Exit WinRE_Generalize returns success with last error: 0x0
2024-02-21 07:12:23, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'WinRE_Generalize' from C:\Windows\System32\reagent.dll
2024-02-21 07:12:23, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'UtcSysprepGeneralize' from diagtrack.dll
2024-02-21 07:12:24, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'UtcSysprepGeneralize' from diagtrack.dll
2024-02-21 07:12:24, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'ClipCleanUpState' from C:\Windows\System32\clipc.dll
2024-02-21 07:12:24, Info SYSPRP Entering ClipCleanUpState - Client Stub
2024-02-21 07:12:24, Info SYSPRP Exiting ClipCleanUpState - Client Stub
2024-02-21 07:12:24, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'ClipCleanUpState' from C:\Windows\System32\clipc.dll
2024-02-21 07:12:24, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'ProvPackageSysprepGeneralize' from C:\Windows\System32\ProvSysprep.dll
2024-02-21 07:12:25, Info SYSPRP Provisioning packages are removed successfully
2024-02-21 07:12:25, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'ProvPackageSysprepGeneralize' from C:\Windows\System32\ProvSysprep.dll
2024-02-21 07:12:25, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralizeEntry' from C:\Windows\System32\vbssysprep.dll
2024-02-21 07:12:25, Info SYSPRP HVCI: Enter Generalize
2024-02-21 07:12:25, Info SYSPRP HVCI: Exit Generalize
2024-02-21 07:12:25, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepGeneralizeEntry' from C:\Windows\System32\vbssysprep.dll
2024-02-21 07:12:25, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralize' from C:\Windows\System32\dmenrollengine.dll
2024-02-21 07:12:25, Info SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepGeneralize' from C:\Windows\System32\dmenrollengine.dll
2024-02-21 07:12:25, Info SYSPRP SysprepSession::Execute: Sysprep mode was not specified, deleting it from registry
2024-02-21 07:12:25, Info [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread
2024-02-21 07:12:25, Info [0x0f007a] SYSPRP FCreateTagFile:Successfully created tag file C:\Windows\System32\Sysprep\Sysprep_succeeded.tag
2024-02-21 07:12:25, Info [0x0f0041] SYSPRP WinMain:Processing system shutdown request.
2024-02-21 07:12:25, Info [0x0f0074] SYSPRP ProcessShutdown:Successfully enabled the shutdown privilege
2024-02-21 07:12:25, Info [0x0f0076] SYSPRP ProcessShutdown:Successfully called InitiateSystemShutdownEx to shutdown the computer
2024-02-21 07:12:25, Info [0x0f0052] SYSPRP Shutting down SysPrep log
2024-02-21 07:12:25, Info [0x0f004d] SYSPRP The time is now 2024-02-21 07:12:25
Further Testing: To simplify it even more, I have also done the above process with both Win 11_23H2 Home and Pro and as soon as I enter into Audit Mode I will perform the sysprep with no changes at all in the OS and no unattend file just to see if I can get a clean sysprep with the base image. I still get these same errors in my setupact.log:
Error SYSPRP BCD: BiUpdateEfiEntry failed c000000d
Error SYSPRP BCD: BiExportBcdObjects failed c000000d
Error SYSPRP BCD: BiExportStoreAlterationsToEfi failed c000000d
Error SYSPRP BCD: Failed to export alterations to firmware. Status: c000000d
I've see a fair amount of posts that say to not use copyprofile at all, but then I also see posts that say copyprofile works as expected. Just hoping that somebody can spot something in either my process flow, the unattend file or the log file that could point me in the right direction to resolve this problem.
If you suspect this is a MS Store issue can you give me some help on where exactly in the process do I need to add the registry updates to disable the store auto updates.
Thanks
- Windows Build/Version
- Win 11 PRO 23H2 22631.3155
My Computer
System One
-
- OS
- Windows 11
- Computer type
- Laptop
- Manufacturer/Model
- Dell