Oobe install windows 10 ent. Ltsc with answer file


  1. Posts : 6
    windows 10 LTSC 1803
       #1

    Oobe install windows 10 ent. Ltsc with answer file


    Hi everybody, I'm new in the forum, and hope you can help me!

    I've been using an automatic deploy automation for the images of the computers we install in the machines we build, with windows 7.
    I used an answer file created with windows aik, and worked perfectly for years with windows 7 pro and windows PE.

    Now i'm doing the same thing with windows 10 and the new PE for 1803 (VERSION 17763.1039), only with the version LTSC (i'm in an industrial environment, and I can't perform enormous downloads for the win version to be updated, but only security updates). I "copied" the win7 settings I always used, of course adapting them to the new AIK environment..

    The pc i'm working on is a DFI INDUSTRIAL EC531, equipped with an intel i7-4770TE, 4GB of ram, win10 ltsc x86 installed in AUDIT mode.
    As I launch the OOBE PROCESS WITH NO ETHERNET CABLE (c:\windows\system32\sysprep\sysprep.exe /generalize /oobe /shutdown /unattend:c:\windows\system32\Unattended.xml) it goes fine, it reboots and it installs all the devices after rebooting.
    But as "installing devices" reaches the 100% and "GETTING READY" begins, I always get "WINDOWS SETUP COULD NOT CONFIGURE WINDOWS TO RUN ON THIS COMPUTER'S HARDWARE". Every time.
    And NO: typing “cd..” and then “cd oobe”, and then “Msoobe.exe” doesn’t work…

    As I said windows runs ok on this computer, and it installs all the devices in both audit mode and oobed ltsb version (tried in another computer with another image, WITHOUT answer file and oobe).

    This is my answer file. I don't know if the problem is here, or seriously in some hardware. Attached you can see Panther's logs and other directories related to sysprep and their logs. here: Panther e sysprep logs.zip - Google Drive
    Thanks in advance! :)

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="specialize">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <OEMInformation>
                    <Manufacturer>xx xx xx</Manufacturer>
                    <Model>dSort</Model>
                    <SupportHours></SupportHours>
                    <SupportPhone>+39xx xx xx</SupportPhone>
                    <SupportURL>http://www.xx.it</SupportURL>
                    <Logo>C:\Windows\System32\oemlogo.bmp</Logo>
                    <SupportAppURL>https://download.teamviewer.com/download/version_11x/TeamViewerQS.exe</SupportAppURL>
                </OEMInformation>
                <CopyProfile>true</CopyProfile>
                <OEMName>xx xx xx</OEMName>
                <ShowWindowsLive>false</ShowWindowsLive>
                <RegisteredOrganization>xx xx xx</RegisteredOrganization>
                <RegisteredOwner>xx xx xx</RegisteredOwner>
                <ComputerName>D0XXX</ComputerName>
                <ShowPowerButtonOnStartScreen>true</ShowPowerButtonOnStartScreen>
                <EnableStartMenu>true</EnableStartMenu>
                <TimeZone>Central Europe Standard Time</TimeZone>
                <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
            </component>
            <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <RunSynchronous>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>1</Order>
                        <Path>net user Administrator / active:yes</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>2</Order>
                        <Path>Net Accounts /maxpwage:unlimited</Path>
                    </RunSynchronousCommand>
                </RunSynchronous>
                <DeviceForm>13</DeviceForm>
            </component>
            <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SearchScopes>
                    <Scope wcm:action="add">
                        <ScopeDisplayName>Google</ScopeDisplayName>
                        <ScopeUrl>https://www.google.com/search?q={search terms}</ScopeUrl>
                        <ScopeDefault>true</ScopeDefault>
                        <ScopeKey>Google</ScopeKey>
                    </Scope>
                </SearchScopes>
                <BlockPopups>yes</BlockPopups>
                <Home_Page>www.xx.it</Home_Page>
            </component>
            <component name="Microsoft-Windows-TabletPC-Platform-Input-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <TouchKeyboardAutoInvokeEnabled>true</TouchKeyboardAutoInvokeEnabled>
            </component>
            <component name="Networking-MPSSVC-Svc" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <FirewallGroups>
                    <FirewallGroup wcm:action="add" wcm:keyValue="All">
                        <Profile>all</Profile>
                        <Active>false</Active>
                    </FirewallGroup>
                </FirewallGroups>
            </component>
        </settings>
        <settings pass="generalize">
            <component name="Microsoft-Windows-Security-SPP" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SkipRearm>1</SkipRearm>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <InputLocale>it-IT</InputLocale>
                <SystemLocale>it-IT</SystemLocale>
                <UILanguage>en-Us</UILanguage>
                <UserLocale>it-IT</UserLocale>
            </component>
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <OEMInformation>
                    <Manufacturer>xx xx xx</Manufacturer>
                    <Model>dSort</Model>
                    <SupportPhone>+39xx xx xx</SupportPhone>
                    <SupportHours></SupportHours>
                    <Logo>C:\Windows\System32\oemlogo.bmp</Logo>
                    <SupportURL>http://www.xx.it</SupportURL>
                    <SupportAppURL>https://download.teamviewer.com/download/version_11x/TeamViewerQS.exe</SupportAppURL>
                </OEMInformation>
                <OOBE>
                    <NetworkLocation>Work</NetworkLocation>
                    <ProtectYourPC>1</ProtectYourPC>
                </OOBE>
                <TaskbarLinks>
                    <Link0>C:\Program Files\Zonda_Multi2</Link0>
                    <Link1>C:\Program Files\Servervisione</Link1>
                </TaskbarLinks>
                <Themes>
                    <DesktopBackground>C:\_xx\wallpaper_grey_1280x1024.jpg</DesktopBackground>
                    <ThemeName>xx</ThemeName>
                    <BrandIcon>C:\_xx\xx2019.ico</BrandIcon>
                </Themes>
                <UserAccounts>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>xxxx</Value>
                                <PlainText>true</PlainText>
                            </Password>
                            <Description>xxUser</Description>
                            <DisplayName>xxUser</DisplayName>
                            <Group>Users</Group>
                            <Name>xxuser</Name>
                        </LocalAccount>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>xxxx</Value>
                                <PlainText>true</PlainText>
                            </Password>
                            <Description>xxAdmin</Description>
                            <DisplayName>xxAdmin</DisplayName>
                            <Group>Administrators</Group>
                            <Name>xx</Name>
                        </LocalAccount>
                    </LocalAccounts>
                    <AdministratorPassword>
                        <Value>xxxx</Value>
                        <PlainText>true</PlainText>
                    </AdministratorPassword>
                </UserAccounts>
                <WindowsFeatures>
                    <ShowInternetExplorer>true</ShowInternetExplorer>
                    <ShowMediaCenter>false</ShowMediaCenter>
                    <ShowWindowsMail>false</ShowWindowsMail>
                    <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
                </WindowsFeatures>
                <RegisteredOrganization>xx xx xx</RegisteredOrganization>
                <RegisteredOwner>xx xx xx</RegisteredOwner>
                <ShowPowerButtonOnStartScreen>true</ShowPowerButtonOnStartScreen>
                <ShowWindowsLive>false</ShowWindowsLive>
                <TimeZone>Central Europe Standard Time</TimeZone>
                <StartPanelLinks>
                    <Link0>C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel</Link0>
                    <Link1 />
                </StartPanelLinks>
            </component>
        </settings>
        <settings pass="windowsPE">
            <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SetupUILanguage>
                    <UILanguage>en-US</UILanguage>
                </SetupUILanguage>
                <InputLocale>it-IT</InputLocale>
                <SystemLocale>it-IT</SystemLocale>
                <UILanguage>en-US</UILanguage>
            </component>
        </settings>
        <settings pass="offlineServicing">
            <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <EnableLUA>false</EnableLUA>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="catalog:c:/users/administrator/desktop/install_windows 10 enterprise ltsc 2019.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    Last edited by Brink; 24 Feb 2020 at 10:30. Reason: code box
      My Computer


  2. Posts : 17,661
    Windows 10 Pro
       #2

    It could be as small thing than a typo in your first synchronous command, the /active:yes switch should not have space after /:

    Oobe install windows 10 ent. Ltsc with answer file-image.png

    Checking the setupact.log would help. Please do not take this wrong, but I will not download and extract a ZIP from someone I do not know. Open log in Notepad, copy the text, and paste it here in CODE tags:

    [CODE]The Log text here[/CODE]

    Kari
      My Computer


  3. Posts : 6
    windows 10 LTSC 1803
    Thread Starter
       #3

    Kari said:
    It could be as small thing than a typo in your first synchronous command, the /active:yes switch should not have space after /:
    Thank you! I'm trying tomorrow as soon as I get in the office..
    BTW i'm not taking your advice wrong, i didn't thought about it. You're completely right! Thank you!!

    So here's the setupact:
    C:\windows\panther\setupact.log
    Code:
    2020-02-20 16:53:05, Info       [0x0601c1] IBS    InstallWindows:Install Path = C:\windows\system32\oobe
    2020-02-20 16:53:05, Info       [0x0601c2] IBS    InstallWindows:Setup Phase = 4
    2020-02-20 16:53:05, Info       [0x0606cc] IBS    LogBootDeviceInfo:The firmware boot device ARC path is [multi(0)disk(0)rdisk(0)partition(1)] and NT path is [\Device\Harddisk0\Partition1].
    2020-02-20 16:53:05, Info       [0x0606cc] IBS    LogBootDeviceInfo:The system boot device ARC path is [multi(0)disk(0)rdisk(0)partition(3)] and NT path is [\Device\Harddisk0\Partition3].
    2020-02-20 16:53:05, Info                         [setup.exe] OrchestrateUpdateImageState: Updating image state from [IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE] --> [IMAGE_STATE_UNDEPLOYABLE]
    2020-02-20 16:53:05, Info       [0x0601ee] IBS    PrepareSetupForFirstBootPhase:Working directory is [C:\windows\Panther]; we are starting an installation
    2020-02-20 16:53:05, Info                  IBS    PrepareSetupForFirstBootPhase:Passed drive-letter assignment sanity check.
    2020-02-20 16:53:05, Info       [0x0601cc] IBS    InstallWindows:Performing a new install from first boot phase. Working directory = C:\windows\Panther
    2020-02-20 16:53:05, Info       [0x0601ce] IBS    Setup has started phase 4 at 2020-02-20 16:53:05
    2020-02-20 16:53:05, Info       [0x0601cf] IBS    Install source is C:\windows\system32\oobe
    2020-02-20 16:53:05, Info       [0x0601d0] IBS    Build version is 10.0.17763.1 (WinBuild.160101.0800)
    2020-02-20 16:53:05, Info       [0x064042] IBSLIB CreateSetupBlackboard:Creating new blackboard path is [C:\windows\Panther\SetupInfo] Setup phase is [4]
    2020-02-20 16:53:05, Info       [0x090008] PANTHR CBlackboard::Open: C:\windows\Panther\SetupInfo succeeded.
    2020-02-20 16:53:05, Info       [0x064043] IBSLIB CreateSetupBlackboard:Successfully created/opened Setup black board path is [C:\windows\Panther\SetupInfo]
    2020-02-20 16:53:05, Info                  IBS    InstallWindows:No UI language from a previous boot was found on the blackboard. Using selected language [].
    2020-02-20 16:53:05, Info                  IBS    InstallWindows:Setup architecture is [x86]
    2020-02-20 16:53:05, Info       [0x0601d5] IBS    InstallWindows:Starting with Empty Queue. Setup Phase = 4
    2020-02-20 16:53:05, Info                  PANTHR InitializedCriticalSection for pExecQueue->csLock;
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ScenarioDetect in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Engine in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Internal in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ErrorHandler in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Diagnostic in diagnostic.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Unattend in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ParseCommandLine in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Ems  in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module PrepareInstallDrive in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module TempDrive in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CopySetupFiles in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module BootPrep in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module BootEntries in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CopyPrivates in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ProductKey in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ComputerName in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module License in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DiskInformation in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module FixBBPaths in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DiskConfig in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CreatePageFile in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Imaging in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CopyImages in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DeployImages in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DiskSpace in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Completion in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module MountDev in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Cmi in cmisetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module SystemRestore in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module FirstBootCleanup in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module RestartModule in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ExternalDrivers in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CBS in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module SkuAssembly in cmisetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module LanguagePack in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ConfigSet in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module UnattendImgInstall in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CFGOfflineImage in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info                         PnPIBS: Initializing the PnP IBS Module ...
    
    2020-02-20 16:53:05, Info                         PnPIBS: Successfully initialized the PnP IBS Module.
    
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module PnP IBS module in pnpibs.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Compliance in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Rollback in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Locale in winsetup.dll
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:05, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Source media module in winsetup.dll
    2020-02-20 16:53:05, Info       [0x060359] IBS    Callback_ScenarioDetect:Setup is starting from [4] phase 
    2020-02-20 16:53:05, Info                  IBS    Callback_BootEnvironmentDetect:FirmwareType 1.
    2020-02-20 16:53:05, Info                  IBS    Callback_BootEnvironmentDetect: Detected boot environment: BIOS
    2020-02-20 16:53:05, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:06, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module OnlineUI in win32ui.dll
    2020-02-20 16:53:06, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:06, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module OnlineProgress in spprgrss.dll
    2020-02-20 16:53:06, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:06, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module OnlineSettings in winsetup.dll
    2020-02-20 16:53:06, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
    2020-02-20 16:53:06, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Sysprep in winsetup.dll
    2020-02-20 16:53:06, Info       [0x060004] IBS    Callback_UpdateDrivePathsOnBB:No need to update the blackboard paths.
    2020-02-20 16:53:06, Info       [0x070035] DIAG   CallBack_DiagnosticDataGeneration: Called with notification for Initialization
    2020-02-20 16:53:06, Info                  DIAG   CallBack_DiagnosticDataGeneration: Setup was started from Phase 4. Disabling Diagnostics [DiagnosticDataGeneration] in this scenario
    2020-02-20 16:53:06, Info       [0x060258] IBS    GenerateName: Failed to read the Key UserData\FullName\Value from Blackboard defaulting to WIN
    2020-02-20 16:53:06, Info       [0x060259] IBS    GenerateName: Failed to read the Key UserData\OrgName\Value from Blackboard
    2020-02-20 16:53:06, Info       [0x06025d] IBS    Callback_ComputerName_Validate:Computer name is WIN-RUABC23MCG7
    2020-02-20 16:53:06, Info       [0x06025a] IBS    Callback_ComputerName_Generate:Computer name [WIN-RUABC23MCG7] is valid.
    2020-02-20 16:53:06, Info                         [setup.exe] OrchestrateSetComputerNameOnline: Set the computer name to WIN-RUABC23MCG7
    2020-02-20 16:53:06, Info       [0x070035] DIAG   CallBack_DiagnosticDataGeneration: Called with notification for Initialization
    2020-02-20 16:53:06, Info                  DIAG   CallBack_DiagnosticDataGeneration: Setup was started from Phase 4. Disabling Diagnostics [DiagnosticDataGeneration] in this scenario
    2020-02-20 16:53:06, Info                  IBS    Callback_Specialize: Enter.
    2020-02-20 16:53:06, Info                  IBS    InitializeSecurity: Skipping security initialization - already executed on this image.
    2020-02-20 16:53:06, Info                  IBS    Callback_Specialize: Current State: [4]
    2020-02-20 16:53:06, Info                  IBS    Callback_Specialize: Attempting to specialize image
    2020-02-20 16:53:06, Info                  SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Specialize.xml, and mode <null>
    2020-02-20 16:53:06, Info                  SYSPRP SysprepSession::Execute: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Specialize.xml
    2020-02-20 16:53:06, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
    2020-02-20 16:53:06, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is x86
    2020-02-20 16:53:06, Info                  SYSPRP After sorting, components will be excuted in the following order:
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-WofUtil, Order: 128
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-Sysprep-SpOpk, Order: 256
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-Restore-ACL-CmdLine, Order: 512
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-Fault-Tolerant-Heap-Core, Order: 1024
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-PnpSysprep, Order: 1280
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-Security-Security Configuration Engine Client, Order: 1536
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-TerminalServices-RemoteConnectionManager, Order: 1792
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-TerminalServices-LocalSessionManager, Order: 2048
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-UserPowerManagement, Order: 2304
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-TerminalServices-ClientActiveXCore, Order: 2560
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-AppX-Sysprep, Order: 3328
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-Resource-Exhaustion-Detector-Core, Order: 3584
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-IE-Sysprep, Order: 3840
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-Cryptography, Order: 4352
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-Sysprep-SpBcd, Order: 4608
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-COM-DTC-Runtime, Order: 4864
    2020-02-20 16:53:06, Info                  SYSPRP   Name: StartupApp-Task-Data, Order: 5376
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-WinRE-RecoveryAgent, Order: 6656
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-TIScavengeTask, Order: 6912
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-ServicingStack, Order: 7168
    2020-02-20 16:53:06, Info                  SYSPRP   Name: Microsoft-Windows-Provisioning-Sysprep, Order: 7424
    2020-02-20 16:53:06, Info                  SYSPRP SysprepSession::ExecuteInternal: Skipping offline-capable module of Microsoft-Windows-Sysprep-SpOpk when running online
    2020-02-20 16:53:06, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Online_Specialize_Opk' from C:\Windows\System32\spopk.dll
    2020-02-20 16:53:06, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Online_Specialize_Opk' from C:\Windows\System32\spopk.dll without error
    2020-02-20 16:53:06, Info                  SYSPRP SysprepSession::ExecuteInternal: Skipping offline-capable module of Microsoft-Windows-Restore-ACL-CmdLine when running online
    2020-02-20 16:53:06, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'DDACLSys_Specialize' from C:\Windows\System32\DDACLSys.dll
    2020-02-20 16:53:06, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'DDACLSys_Specialize' from C:\Windows\System32\DDACLSys.dll without error
    2020-02-20 16:53:06, Info                  SYSPRP SysprepSession::ExecuteInternal: Skipping offline-capable module of Microsoft-Windows-Fault-Tolerant-Heap-Core when running online
    2020-02-20 16:53:06, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'FthSysprepSpecialize' from C:\Windows\System32\fthsvc.dll
    2020-02-20 16:53:06, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'FthSysprepSpecialize' from C:\Windows\System32\fthsvc.dll without error
    2020-02-20 16:53:06, Info                  SYSPRP SysprepSession::ExecuteInternal: Skipping offline-capable module of Microsoft-Windows-PnpSysprep when running online
    2020-02-20 16:53:06, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Specialize_Pnp' from C:\Windows\System32\sppnp.dll
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Sysprep_Specialize_Pnp: Enter
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Created progress thread.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Creating device install status thread.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Waiting for device install status thread to exit.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Locking down driver files.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Status: Starting...
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\common\clbltfnshared.rtl. Err = 0x3
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Status: Total = 0, Complete = 0, Progress = 0% (0%)
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Status worker: Waiting for device installation to start...
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clang_compiler32.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfng9.rtl. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.o. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.rtl. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfnn8.rtl. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.o. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.rtl. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfns9.rtl. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.o. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.rtl. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\cpu_device32.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\intelocl32.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\OclCpuBackend32.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\task_executor32.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\tbb\tbb.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\tbb\tbbmalloc.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\tbb\tbb_preview.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_g9.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_n8.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_s9.dll. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\llvm_release_license.txt. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\readme.txt. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\version.ini. Err = 0x3
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\windows\system32\cp_resources.bin. Err = 0x2
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\windows\System32\drivers\kltap.sys. Err = 0x2
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\windows\system32\igfxTray.exe. Err = 0x2
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\windows\system32\iglhcp32.dll. Err = 0x2
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\windows\system32\IntelCpHDCPSvc.exe. Err = 0x2
    2020-02-20 16:53:06, Warning               SYSPRP SPPNP: Missing driver file C:\windows\system32\IntelCpHeciSvc.exe. Err = 0x2
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Finished locking down driver files.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Removing phantom devices.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: SWD\PRINTENUM\{A2261C94-BCDB-4C06-98CE-52FD72008EE3} is a phantom device
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Removed device SWD\PRINTENUM\{A2261C94-BCDB-4C06-98CE-52FD72008EE3}.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: SWD\PRINTENUM\{29691CED-90A3-4ECB-9BB3-0C6537F49E3A} is a phantom device
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Removed device SWD\PRINTENUM\{29691CED-90A3-4ECB-9BB3-0C6537F49E3A}.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Finished removing phantom devices.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: No driver package signatures to update.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Reinstalling devices on the system.
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Devices configured: 110
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Devices legacy-installed: 0
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Devices need (re)install: 14
    2020-02-20 16:53:06, Info                  SYSPRP SPPNP: Making sure system services have been started.
    2020-02-20 16:53:07, Info                  SYSPRP SPPNP: Status: Starting...
    2020-02-20 16:53:07, Info                  SYSPRP SPPNP: Status: Total = 0, Complete = 0, Progress = 0% (0%)
    2020-02-20 16:53:07, Info                  SYSPRP SPPNP: Status worker: Waiting for device installation to start...
    2020-02-20 16:53:08, Info                  SYSPRP SPPNP: Status: Starting...
    2020-02-20 16:53:08, Info                  SYSPRP SPPNP: Status: Total = 0, Complete = 0, Progress = 0% (0%)
    2020-02-20 16:53:08, Info                  SYSPRP SPPNP: Status worker: Waiting for device installation to start...
    2020-02-20 16:53:08, Info                  SYSPRP SPPNP: System services have been started.
    2020-02-20 16:53:08, Info                  SYSPRP SPPNP: Waiting for pending device installs.
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Starting...
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Total = 0, Complete = 0, Progress = 0% (0%)
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 0, Progress = 0% (0%)
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 1, Progress = 3% (3%)
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 2, Progress = 7% (7%)
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 3, Progress = 10% (10%)
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:09, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 4, Progress = 14% (14%)
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 5, Progress = 17% (17%)
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 6, Progress = 21% (21%)
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 7, Progress = 25% (25%)
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 14, Progress = 50% (50%)
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 15, Progress = 53% (53%)
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:10, Info                  SYSPRP SPPNP: Status: Total = 28, Complete = 16, Progress = 57% (57%)
    2020-02-20 16:53:19, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:19, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 16, Progress = 55% (57%)
    2020-02-20 16:53:19, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:19, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 17, Progress = 58% (58%)
    2020-02-20 16:53:19, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:19, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 18, Progress = 62% (62%)
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 19, Progress = 65% (65%)
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 20, Progress = 68% (68%)
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 21, Progress = 72% (72%)
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 22, Progress = 75% (75%)
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 23, Progress = 79% (79%)
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:20, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 24, Progress = 82% (82%)
    2020-02-20 16:53:22, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:22, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 25, Progress = 86% (86%)
    2020-02-20 16:53:22, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:22, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 26, Progress = 89% (89%)
    2020-02-20 16:53:22, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:22, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 27, Progress = 93% (93%)
    2020-02-20 16:53:22, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:22, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 28, Progress = 96% (96%)
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Status: Active
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Completed pending device installs.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Status: Total = 29, Complete = 29, Progress = 100% (100%)
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Device reinstallation completed.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: No device state migrated.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Finished waiting for device install status.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Removing unneeded PNF files.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Gathering installed driver INFs.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Finished gathering installed driver INFs.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file 1394.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file acpi.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file acpidev.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file acpipagr.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file acpipmi.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file acpitime.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file arcsas.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file audioendpoint.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file basicdisplay.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file basicrender.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file bcmfn2.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file bth.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file bthhfenum.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file BthLEEnum.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file buttonconverter.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file capimg.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file cdrom.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file ChargeArbitration.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file circlass.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file cmbatt.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file compositebus.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file cpu.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_apo.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_barcodescanner.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_camera.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_cashdrawer.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_diskdrive.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_display.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_extension.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_firmware.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fsactivitymonitor.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fsantivirus.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fscfsmetadataserver.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fscompression.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fscontentscreener.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fscontinuousbackup.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fscopyprotection.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fsencryption.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fshsm.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fsinfrastructure.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fsopenfilebackup.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fsphysicalquotamgmt.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fsquotamgmt.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fsreplication.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fssecurityenhancer.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fssystem.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fssystemrecovery.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fsundelete.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_fsvirtualization.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_linedisplay.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_magneticstripereader.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_mcx.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_monitor.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_netdriver.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_processor.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_proximity.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_receiptprinter.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_scmdisk.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_scmvolume.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_smrdisk.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_smrvolume.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_sslaccel.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_swcomponent.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file c_swdevice.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_ucm.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file c_volume.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file dc1-controller.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file digitalmediadevice.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file disk.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file display.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file ehstortcgdrv.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file errdev.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file fdc.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file flpydisk.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file genericusbfn.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file hal.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file hdaudbus.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file hdaudio.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file hidbatt.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file hidbth.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file hiddigi.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file hidi2c.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file hidinterrupt.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file hidir.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file hidserv.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file hidspi_km.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file hidvhf.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file iagpio.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file iai2c.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file iaiogpio.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file iaioi2c.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file iastorav.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file iastorv.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file input.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file intelpep.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file iscsi.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file kdnic.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file keyboard.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file ks.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file ksfilter.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file machine.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file mausbhost.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file mdmbtmdm.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file memory.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file microsoft_bluetooth_avrcptransport.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file miradisp.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file monitor.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file msgpiowin32.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file mshdc.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file msmouse.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file msports.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file mssmbios.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file mtconfig.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file ndisvirtualbus.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file net1i32.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file netavpna.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file npsvctrig.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem0.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem1.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem10.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem11.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem12.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem13.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem14.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem15.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem16.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem17.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file oem18.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file oem19.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file oem2.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file oem3.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem4.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file oem5.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file oem6.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oem7.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file oem8.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file oposdrv.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file pci.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file printqueue.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file prnms007.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file prnms013.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file rawsilo.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file rdcameradriver.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file rdpbus.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file remoteposdrv.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file rhproxy.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file sbp2.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file sdstor.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file spaceport.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file sti.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file stornvme.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file storufs.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file swenum.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file tdibth.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file termkbd.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file termmou.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file tpm.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file tsgenericusbdriver.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file tsusbhub.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file ts_generic.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file uaspstor.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file UcmUcsi.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file UcmUcsiAcpiClient.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file uefi.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file ufxchipidea.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file ufxsynopsys.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file umbus.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file umpass.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file urschipidea.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file urssynopsys.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file usb.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file usbcir.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file usbhub3.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file usbport.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file usbprint.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file usbser.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file usbstor.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file usbxhci.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file vdrvroot.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file vhdmp.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file volmgr.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file volume.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file vstxraid.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Skipped deleting file wdmaudio.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file wgencounter.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file WindowsTrustedRTProxy.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file winusb.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file wmiacpi.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file wpdfs.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file wsdprint.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file wsdscdrv.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file wstorflt.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file wvmbus.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file wvmgid.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file xboxgip.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file xinputhid.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Deleted file xusb22.PNF.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Finished removing unneeded PNF files.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Waiting for progress thread to exit.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Progress thread exited.
    2020-02-20 16:53:24, Info                  SYSPRP SPPNP: Sysprep_Specialize_Pnp: Exit
    2020-02-20 16:53:24, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Specialize_Pnp' from C:\Windows\System32\sppnp.dll without error
    2020-02-20 16:53:24, Info                  SYSPRP SysprepSession::ExecuteInternal: Skipping offline-capable module of Microsoft-Windows-Security-Security Configuration Engine Client when running online
    2020-02-20 16:53:24, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SceSysPrep' from C:\Windows\System32\scecli.dll
    2020-02-20 16:53:24, Error                 SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SceSysPrep' from C:\Windows\System32\scecli.dll; dwRet = 0x4b8[gle=0x000003e5]
    2020-02-20 16:53:24, Error                 SYSPRP SysprepSession::ExecuteAction: Failed during sysprepModule operation; dwRet = 0x4b8[gle=0x000003e5]
    2020-02-20 16:53:24, Error                 SYSPRP SysprepSession::ExecuteInternal: Error in executing action for Microsoft-Windows-Security-Security Configuration Engine Client; dwRet = 0x4b8[gle=0x000003e5]
    2020-02-20 16:53:24, Error                 SYSPRP SysprepSession::Execute: Error in executing actions from C:\Windows\System32\Sysprep\ActionFiles\Specialize.xml; dwRet = 0x4b8
    2020-02-20 16:53:24, Error                 SYSPRP RunPlatformActions:Failed while executing Sysprep session actions; dwRet = 0x4b8
    2020-02-20 16:53:24, Info                  IBS    Callback_Specialize: Internal Providers Specialized Failed. System can't proceed to handle Internal Providers
    2020-02-20 16:53:24, Info                  IBS    Callback_Specialize: Specialize return: [1208]
    2020-02-20 16:53:24, Error      [0x060435] IBS    Callback_Specialize: An error occurred while either deciding if we need to specialize or while specializing; dwRet = 0x4b8
    2020-02-20 16:53:24, Info       [0x0640ae] IBSLIB PublishMessage: Publishing message [Windows Setup could not configure Windows to run on this computer's hardware.]
    and its setuperr:
    Code:
    2020-02-20 16:53:24, Error                 SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SceSysPrep' from C:\Windows\System32\scecli.dll; dwRet = 0x4b8[gle=0x000003e5]
    2020-02-20 16:53:24, Error                 SYSPRP SysprepSession::ExecuteAction: Failed during sysprepModule operation; dwRet = 0x4b8[gle=0x000003e5]
    2020-02-20 16:53:24, Error                 SYSPRP SysprepSession::ExecuteInternal: Error in executing action for Microsoft-Windows-Security-Security Configuration Engine Client; dwRet = 0x4b8[gle=0x000003e5]
    2020-02-20 16:53:24, Error                 SYSPRP SysprepSession::Execute: Error in executing actions from C:\Windows\System32\Sysprep\ActionFiles\Specialize.xml; dwRet = 0x4b8
    2020-02-20 16:53:24, Error                 SYSPRP RunPlatformActions:Failed while executing Sysprep session actions; dwRet = 0x4b8
    2020-02-20 16:53:24, Error      [0x060435] IBS    Callback_Specialize: An error occurred while either deciding if we need to specialize or while specializing; dwRet = 0x4b8
    here's, instead, the setupact contained in c:\windows\system32\sysprep folder:
    Code:
    2020-02-04 15:27:20, Info                  SYSPRP ========================================================
    2020-02-04 15:27:20, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-04 15:27:20, Info                  SYSPRP ========================================================
    2020-02-04 15:27:20, Info       [0x0f004d] SYSPRP The time is now 2020-02-04 15:27:20
    2020-02-04 15:27:20, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-04 15:27:20, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-04 15:27:20, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-04 15:27:20, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-04 15:27:20, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-04 15:27:38, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-04 15:27:38, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-04 15:27:38, Info       [0x0f004d] SYSPRP The time is now 2020-02-04 15:27:38
    2020-02-04 16:07:34, Info                  SYSPRP ========================================================
    2020-02-04 16:07:34, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-04 16:07:34, Info                  SYSPRP ========================================================
    2020-02-04 16:07:34, Info       [0x0f004d] SYSPRP The time is now 2020-02-04 16:07:34
    2020-02-04 16:07:34, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-04 16:07:34, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-04 16:07:34, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-04 16:07:34, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-04 16:07:34, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-04 16:41:44, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-04 16:41:44, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-04 16:41:44, Info       [0x0f004d] SYSPRP The time is now 2020-02-04 16:41:44
    2020-02-04 16:42:14, Info                  SYSPRP ========================================================
    2020-02-04 16:42:14, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-04 16:42:14, Info                  SYSPRP ========================================================
    2020-02-04 16:42:14, Info       [0x0f004d] SYSPRP The time is now 2020-02-04 16:42:14
    2020-02-04 16:42:14, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-04 16:42:14, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-04 16:42:14, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-04 16:42:14, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-04 16:42:14, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-04 16:42:21, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-04 16:42:21, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-04 16:42:21, Info       [0x0f004d] SYSPRP The time is now 2020-02-04 16:42:21
    2020-02-04 16:47:12, Info                  SYSPRP ========================================================
    2020-02-04 16:47:12, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-04 16:47:12, Info                  SYSPRP ========================================================
    2020-02-04 16:47:12, Info       [0x0f004d] SYSPRP The time is now 2020-02-04 16:47:12
    2020-02-04 16:47:12, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-04 16:47:12, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-04 16:47:12, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-04 16:47:12, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-04 16:47:12, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-04 16:58:38, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-04 16:58:38, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-04 16:58:38, Info       [0x0f004d] SYSPRP The time is now 2020-02-04 16:58:38
    2020-02-04 17:42:26, Info                  SYSPRP ========================================================
    2020-02-04 17:42:26, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-04 17:42:26, Info                  SYSPRP ========================================================
    2020-02-04 17:42:26, Info       [0x0f004d] SYSPRP The time is now 2020-02-04 17:42:26
    2020-02-04 17:42:26, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-04 17:42:26, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-04 17:42:26, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-04 17:42:26, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-04 17:42:26, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-04 17:42:37, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-04 17:42:37, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-04 17:42:37, Info       [0x0f004d] SYSPRP The time is now 2020-02-04 17:42:37
    2020-02-05 08:03:53, Info                  SYSPRP ========================================================
    2020-02-05 08:03:53, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-05 08:03:53, Info                  SYSPRP ========================================================
    2020-02-05 08:03:53, Info       [0x0f004d] SYSPRP The time is now 2020-02-05 08:03:53
    2020-02-05 08:03:53, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-05 08:03:53, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-05 08:03:53, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-05 08:03:53, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-05 08:03:53, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-05 08:03:58, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-05 08:03:58, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-05 08:03:58, Info       [0x0f004d] SYSPRP The time is now 2020-02-05 08:03:58
    2020-02-05 14:39:39, Info                  SYSPRP ========================================================
    2020-02-05 14:39:39, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-05 14:39:39, Info                  SYSPRP ========================================================
    2020-02-05 14:39:39, Info       [0x0f004d] SYSPRP The time is now 2020-02-05 14:39:39
    2020-02-05 14:39:39, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-05 14:39:39, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-05 14:39:39, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-05 14:39:39, Warning               SYSPRP WinMain: File operations pending
    2020-02-05 14:39:39, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-05 14:39:39, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-05 14:39:46, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-05 14:39:46, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-05 14:39:46, Info       [0x0f004d] SYSPRP The time is now 2020-02-05 14:39:46
    2020-02-05 14:54:27, Info                  SYSPRP ========================================================
    2020-02-05 14:54:27, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-05 14:54:27, Info                  SYSPRP ========================================================
    2020-02-05 14:54:27, Info       [0x0f004d] SYSPRP The time is now 2020-02-05 14:54:27
    2020-02-05 14:54:27, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-05 14:54:27, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-05 14:54:27, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-05 14:54:27, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-05 14:54:27, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-05 14:54:31, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-05 14:54:31, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-05 14:54:31, Info       [0x0f004d] SYSPRP The time is now 2020-02-05 14:54:31
    2020-02-05 15:18:30, Info                  SYSPRP ========================================================
    2020-02-05 15:18:30, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-05 15:18:30, Info                  SYSPRP ========================================================
    2020-02-05 15:18:30, Info       [0x0f004d] SYSPRP The time is now 2020-02-05 15:18:30
    2020-02-05 15:18:30, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-05 15:18:30, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-05 15:18:30, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-05 15:18:30, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-05 15:18:30, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-05 15:18:33, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-05 15:18:33, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-05 15:18:33, Info       [0x0f004d] SYSPRP The time is now 2020-02-05 15:18:33
    2020-02-06 08:07:20, Info                  SYSPRP ========================================================
    2020-02-06 08:07:20, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-06 08:07:20, Info                  SYSPRP ========================================================
    2020-02-06 08:07:20, Info       [0x0f004d] SYSPRP The time is now 2020-02-06 08:07:20
    2020-02-06 08:07:20, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-06 08:07:20, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-06 08:07:20, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-06 08:07:20, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-06 08:07:20, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-06 08:14:47, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-06 08:14:47, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-06 08:14:47, Info       [0x0f004d] SYSPRP The time is now 2020-02-06 08:14:47
    2020-02-06 13:20:08, Info                  SYSPRP ========================================================
    2020-02-06 13:20:08, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-06 13:20:08, Info                  SYSPRP ========================================================
    2020-02-06 13:20:08, Info       [0x0f004d] SYSPRP The time is now 2020-02-06 13:20:08
    2020-02-06 13:20:08, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-06 13:20:08, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-06 13:20:08, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-06 13:20:08, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-06 13:20:08, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-06 13:20:21, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-06 13:20:21, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-06 13:20:21, Info       [0x0f004d] SYSPRP The time is now 2020-02-06 13:20:21
    2020-02-07 08:07:19, Info                  SYSPRP ========================================================
    2020-02-07 08:07:19, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-07 08:07:19, Info                  SYSPRP ========================================================
    2020-02-07 08:07:19, Info       [0x0f004d] SYSPRP The time is now 2020-02-07 08:07:19
    2020-02-07 08:07:19, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-07 08:07:19, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-07 08:07:19, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-07 08:07:19, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-07 08:07:19, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-07 09:05:35, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-07 09:05:35, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-07 09:05:35, Info       [0x0f004d] SYSPRP The time is now 2020-02-07 09:05:35
    2020-02-07 16:41:24, Info                  SYSPRP ========================================================
    2020-02-07 16:41:24, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-07 16:41:24, Info                  SYSPRP ========================================================
    2020-02-07 16:41:24, Info       [0x0f004d] SYSPRP The time is now 2020-02-07 16:41:24
    2020-02-07 16:41:24, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-07 16:41:24, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-07 16:41:24, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-07 16:41:24, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-07 16:41:24, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-07 16:42:35, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-07 16:42:35, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-07 16:42:35, Info       [0x0f004d] SYSPRP The time is now 2020-02-07 16:42:35
    2020-02-07 16:44:46, Info                  SYSPRP ========================================================
    2020-02-07 16:44:46, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-07 16:44:46, Info                  SYSPRP ========================================================
    2020-02-07 16:44:46, Info       [0x0f004d] SYSPRP The time is now 2020-02-07 16:44:46
    2020-02-07 16:44:46, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-07 16:44:46, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-07 16:44:46, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-07 16:44:46, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-07 16:44:46, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-07 16:47:31, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-07 16:47:31, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-07 16:47:31, Info       [0x0f004d] SYSPRP The time is now 2020-02-07 16:47:31
    2020-02-07 17:01:00, Info                  SYSPRP ========================================================
    2020-02-07 17:01:00, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-07 17:01:00, Info                  SYSPRP ========================================================
    2020-02-07 17:01:00, Info       [0x0f004d] SYSPRP The time is now 2020-02-07 17:01:00
    2020-02-07 17:01:00, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-07 17:01:00, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-07 17:01:00, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-07 17:01:00, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-07 17:01:00, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-07 17:01:34, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-07 17:01:34, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-07 17:01:34, Info       [0x0f004d] SYSPRP The time is now 2020-02-07 17:01:34
    2020-02-10 08:30:47, Info                  SYSPRP ========================================================
    2020-02-10 08:30:47, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-10 08:30:47, Info                  SYSPRP ========================================================
    2020-02-10 08:30:47, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 08:30:47
    2020-02-10 08:30:47, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-10 08:30:47, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-10 08:30:47, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-10 08:30:47, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-10 08:30:47, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-10 08:30:59, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 08:30:59, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-10 08:30:59, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 08:30:59
    2020-02-10 10:26:53, Info                  SYSPRP ========================================================
    2020-02-10 10:26:53, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-10 10:26:53, Info                  SYSPRP ========================================================
    2020-02-10 10:26:53, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 10:26:53
    2020-02-10 10:26:53, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-10 10:26:53, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-10 10:26:53, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-10 10:26:53, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-10 10:26:53, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-10 10:26:59, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 10:26:59, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-10 10:26:59, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 10:26:59
    2020-02-10 11:07:28, Info                  SYSPRP ========================================================
    2020-02-10 11:07:28, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-10 11:07:28, Info                  SYSPRP ========================================================
    2020-02-10 11:07:28, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 11:07:28
    2020-02-10 11:07:28, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-10 11:07:28, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-10 11:07:28, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-10 11:07:28, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-10 11:07:28, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-10 12:00:45, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 12:00:45, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-10 12:00:45, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 12:00:45
    2020-02-10 15:06:11, Info                  SYSPRP ========================================================
    2020-02-10 15:06:11, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-10 15:06:11, Info                  SYSPRP ========================================================
    2020-02-10 15:06:11, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 15:06:11
    2020-02-10 15:06:11, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-10 15:06:11, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-10 15:06:11, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-10 15:06:11, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-10 15:06:11, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-10 15:06:18, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 15:06:18, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-10 15:06:18, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 15:06:18
    2020-02-10 16:46:10, Info                  SYSPRP ========================================================
    2020-02-10 16:46:10, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-10 16:46:10, Info                  SYSPRP ========================================================
    2020-02-10 16:46:10, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 16:46:10
    2020-02-10 16:46:10, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-10 16:46:10, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-10 16:46:10, Info       [0x0f007c] SYSPRP FCreateTagFile:Successfully deleted tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag
    2020-02-10 16:46:10, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-10 16:46:10, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-10 16:46:26, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 16:46:26, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-10 16:46:26, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 16:46:26
    2020-02-10 16:47:08, Info                  SYSPRP ========================================================
    2020-02-10 16:47:08, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-10 16:47:08, Info                  SYSPRP ========================================================
    2020-02-10 16:47:08, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 16:47:08
    2020-02-10 16:47:08, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-10 16:47:08, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-10 16:47:08, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-10 16:47:08, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-10 16:47:08, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-10 16:47:56, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 16:47:56, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-10 16:47:56, Info       [0x0f004d] SYSPRP The time is now 2020-02-10 16:47:56
    2020-02-13 17:13:49, Info                  SYSPRP ========================================================
    2020-02-13 17:13:49, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-13 17:13:49, Info                  SYSPRP ========================================================
    2020-02-13 17:13:49, Info       [0x0f004d] SYSPRP The time is now 2020-02-13 17:13:49
    2020-02-13 17:13:49, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-13 17:13:49, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-13 17:13:49, Info       [0x0f007c] SYSPRP FCreateTagFile:Successfully deleted tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag
    2020-02-13 17:13:49, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-13 17:13:49, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-13 17:28:41, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-13 17:28:41, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-13 17:28:41, Info       [0x0f004d] SYSPRP The time is now 2020-02-13 17:28:41
    2020-02-19 13:35:32, Info                  SYSPRP ========================================================
    2020-02-19 13:35:32, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-19 13:35:32, Info                  SYSPRP ========================================================
    2020-02-19 13:35:32, Info       [0x0f004d] SYSPRP The time is now 2020-02-19 13:35:32
    2020-02-19 13:35:32, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-19 13:35:32, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-19 13:35:32, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-19 13:35:32, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-19 13:35:32, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-19 13:35:38, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-19 13:35:38, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-19 13:35:38, Info       [0x0f004d] SYSPRP The time is now 2020-02-19 13:35:38
    2020-02-19 14:47:22, Info                  SYSPRP ========================================================
    2020-02-19 14:47:22, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-19 14:47:22, Info                  SYSPRP ========================================================
    2020-02-19 14:47:22, Info       [0x0f004d] SYSPRP The time is now 2020-02-19 14:47:22
    2020-02-19 14:47:22, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-19 14:47:22, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-19 14:47:22, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-19 14:47:22, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-19 14:47:22, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-19 16:18:02, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-19 16:18:02, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-19 16:18:02, Info       [0x0f004d] SYSPRP The time is now 2020-02-19 16:18:02
    2020-02-20 16:02:52, Info                  SYSPRP ========================================================
    2020-02-20 16:02:52, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-20 16:02:52, Info                  SYSPRP ========================================================
    2020-02-20 16:02:52, Info       [0x0f004d] SYSPRP The time is now 2020-02-20 16:02:52
    2020-02-20 16:02:52, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-20 16:02:52, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-20 16:02:52, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-20 16:02:52, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-20 16:02:52, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-20 16:02:55, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-20 16:02:55, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-20 16:02:55, Info       [0x0f004d] SYSPRP The time is now 2020-02-20 16:02:55
    2020-02-20 16:24:27, Info                  SYSPRP ========================================================
    2020-02-20 16:24:27, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-20 16:24:27, Info                  SYSPRP ========================================================
    2020-02-20 16:24:27, Info       [0x0f004d] SYSPRP The time is now 2020-02-20 16:24:27
    2020-02-20 16:24:27, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\sysprep\Panther
    2020-02-20 16:24:27, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-20 16:24:27, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-20 16:24:27, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
    2020-02-20 16:24:27, Info       [0x0f003d] SYSPRP WinMain:Displaying dialog box for user to choose sysprep mode...
    2020-02-20 16:24:34, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-20 16:24:34, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-20 16:24:34, Info       [0x0f004d] SYSPRP The time is now 2020-02-20 16:24:34
    2020-02-20 16:27:41, Info                  SYSPRP ========================================================
    2020-02-20 16:27:41, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
    2020-02-20 16:27:41, Info                  SYSPRP ========================================================
    2020-02-20 16:27:41, Info       [0x0f004d] SYSPRP The time is now 2020-02-20 16:27:41
    2020-02-20 16:27:41, Info       [0x0f004e] SYSPRP Initialized SysPrep log at c:\windows\system32\sysprep\Panther
    2020-02-20 16:27:41, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
    2020-02-20 16:27:41, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file c:\windows\system32\sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
    2020-02-20 16:27:41, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'GENERALIZE'
    2020-02-20 16:27:41, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'OOBE'
    2020-02-20 16:27:41, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'SHUTDOWN'
    2020-02-20 16:27:41, Info       [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'
    2020-02-20 16:27:41, Info       [0x0f00d7] SYSPRP WinMain:Pre-validing 'cleanup' internal providers.
    2020-02-20 16:27:41, Info                  SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 3
    2020-02-20 16:27:41, Info                  SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
    2020-02-20 16:27:41, Info                  SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
    2020-02-20 16:27:41, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
    2020-02-20 16:27:41, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is x86
    2020-02-20 16:27:41, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll without error
    2020-02-20 16:27:48, Info       [0x0f00d7] SYSPRP WinMain:Pre-validing 'generalize' internal providers.
    2020-02-20 16:27:48, Info                  SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 1
    2020-02-20 16:27:48, Info                  SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml, and mode <null>
    2020-02-20 16:27:48, Info                  SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml
    2020-02-20 16:27:48, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
    2020-02-20 16:27:48, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is x86
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'ValidateBitLockerState' from C:\Windows\System32\BdeSysprep.dll
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'ValidateBitLockerState' from C:\Windows\System32\BdeSysprep.dll without error
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll
    2020-02-20 16:27:48, Info                  SYSPRP Entering SysprepGeneralizeValidate (Appx) - validating whether all apps are also provisioned.
    
    2020-02-20 16:27:48, Info                  SYSPRP All appx packages were verified to be inbox or alluser installed.
    
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll without error
    2020-02-20 16:27:48, Info       [0x0f004a] SYSPRP WaitThread:Entering spawned waiting thread
    2020-02-20 16:27:48, Info                         [sysprep.exe] UnattendFindAnswerFile: Looking at explicitly provided unattend file [c:\windows\system32\unattended.xml]...
    2020-02-20 16:27:48, Info                         [sysprep.exe] UnattendFindAnswerFile: [c:\windows\system32\unattended.xml] meets criteria for an explicitly provided unattend file.
    2020-02-20 16:27:48, Info                  SYSPRP SysprepSearchForUnattend: Using unattend file at [c:\windows\system32\unattended.xml].
    2020-02-20 16:27:48, Info                  SYSPRP SysprepSearchForUnattend: [generalize] pass in unattend file [c:\windows\system32\unattended.xml] either doesn't exist or passed validation
    2020-02-20 16:27:48, Info                  SYSPRP WinMain:Found unattend file at [c:\windows\system32\unattended.xml]; caching...
    2020-02-20 16:27:48, Info                  SYSPRP WinMain:Processing unattend file's 'generalize' pass...
    2020-02-20 16:27:48, Info                  SYSPRP Sysprep is running a generalize pass with the following unattend file: [%windir%\panther\unattend.xml]
    2020-02-20 16:27:48, Info                  CSI    00000001@2020/2/20:15:27:48.504 WcpInitialize: wcp.dll version 10.0.17763.850 (WinBuild.160101.0800)
    2020-02-20 16:27:48, Info                         [sysprep.exe] [Action Queue] : GenerateActionQueue begin
    2020-02-20 16:27:48, Info                         [sysprep.exe] [Action Queue] : Processing pass = generalize
    2020-02-20 16:27:48, Info                         [sysprep.exe] [Action Queue] : Generating queue file to C:\Windows\panther\actionqueue\generalize.uaq
    2020-02-20 16:27:48, Info                         [sysprep.exe] [Action Queue] : Identity 0: Microsoft-Windows-Security-SPP, Culture=neutral, Version=10.0.17763.771, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=x86, versionScope=NonSxS
    2020-02-20 16:27:48, Info                         [sysprep.exe] [Action Queue] : Using component order file C:\Windows\winsxs\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17763.850_none_21f98ac794a38362\GlobalInstallOrder.xml
    2020-02-20 16:27:48, Info                  CSI    00000001@2020/2/20:15:27:48.504 WcpInitialize: wcp.dll version 10.0.17763.850 (WinBuild.160101.0800)
    2020-02-20 16:27:48, Info                         [sysprep.exe] [Action Queue] : Found manifest file C:\Windows\Winsxs\Manifests\x86_microsoft-windows-security-spp_31bf3856ad364e35_10.0.17763.771_none_32e6df82ee5b4ff6.manifest
    2020-02-20 16:27:48, Info                         [sysprep.exe] [Action Queue] : GenerateActionQueue finish (hr = 0x0)
    2020-02-20 16:27:48, Info                         [sysprep.exe] [Action Queue] : ProcessActionQueue start
    2020-02-20 16:27:48, Info                         [sysprep.exe] [Action Queue] : ProcessActionQueue using queue file C:\Windows\panther\actionqueue\generalize.uaq
    2020-02-20 16:27:48, Info                         [sysprep.exe] [Action Queue] : ProcessActionQueue finish (hr = 0x0)
    2020-02-20 16:27:48, Info                  SYSPRP RunUnattendGeneralizePass: Sysprep unattend generalize pass exits; hr = 0x0, hrResult = 0x0, bRebootRequired = 0x0
    2020-02-20 16:27:48, Info       [0x0f00ac] SYSPRP WinMain:Processing 'cleanup' external provider request.
    2020-02-20 16:27:48, Info       [0x0f006c] SYSPRP RunExternalDlls:Running DLLs listed in registry for phase 3
    2020-02-20 16:27:48, Info       [0x0f008a] SYSPRP RunRegistryDlls:Retrieved section name for this phase as Cleanup
    2020-02-20 16:27:48, Warning    [0x0f008f] SYSPRP RunRegistryDlls:Registry key is either empty or malformed: SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\SysPrepExternal\Cleanup
    2020-02-20 16:27:48, Info       [0x0f00ad] SYSPRP WinMain:Processing 'generalize' extrenal provider request.
    2020-02-20 16:27:48, Info       [0x0f006c] SYSPRP RunExternalDlls:Running DLLs listed in registry for phase 1
    2020-02-20 16:27:48, Info       [0x0f008a] SYSPRP RunRegistryDlls:Retrieved section name for this phase as Generalize
    2020-02-20 16:27:48, Warning    [0x0f008f] SYSPRP RunRegistryDlls:Registry key is either empty or malformed: SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\SysPrepExternal\Generalize
    2020-02-20 16:27:48, Info       [0x0f003f] SYSPRP WinMain:Processing 'cleanup' internal provider request.
    2020-02-20 16:27:48, Info                  SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 3
    2020-02-20 16:27:48, Info                  SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
    2020-02-20 16:27:48, Info                  SYSPRP SysprepSession::Execute: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
    2020-02-20 16:27:48, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
    2020-02-20 16:27:48, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is x86
    2020-02-20 16:27:48, Info                  SYSPRP After sorting, components will be excuted in the following order:
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-Sysprep-SpOpk, Order: 256
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-SQMApi, Order: 768
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-EventLog, Order: 1024
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-LpkSetup, Order: 1280
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-SystemMaintenanceService-Core, Order: 1536
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-SystemRestore-Main, Order: 2048
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-Shell-Setup, Order: 2304
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-ErrorReportingCore, Order: 2560
    2020-02-20 16:27:48, Info                  SYSPRP   Name: WindowsSearchEngine, Order: 2816
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-IE-Sysprep, Order: 3072
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-Sysprep-SpNet, Order: 3328
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-TaskScheduler-Service, Order: 3584
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-Cryptography, Order: 3840
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-UXInit, Order: 4096
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-COM-DTC-Runtime, Order: 4352
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-TapiSetup, Order: 4608
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-TabletPC-InputPersonalization, Order: 4864
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-Compat-GeneralTel, Order: 5376
    2020-02-20 16:27:48, Info                  SYSPRP   Name: Microsoft-Windows-DeviceCensus-Schedule-ClientServer, Order: 5632
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Opk' from C:\Windows\System32\spopk.dll
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Opk' from C:\Windows\System32\spopk.dll without error
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SqmSysprepCleanup' from sqmapi.dll
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SqmSysprepCleanup' from sqmapi.dll without error
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'EvtIntSysprepCleanup' from C:\Windows\System32\wevtapi.dll
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'EvtIntSysprepCleanup' from C:\Windows\System32\wevtapi.dll without error
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_MUILangCleanup' from C:\Windows\System32\LangCleanupSysprepAction.dll
    2020-02-20 16:27:48, Info                  SYSPRP Sysprep_Generalize_MUILangCleanup Start.
    2020-02-20 16:27:48, Info                  SYSPRP Removing scheduled task for running lpremove.exe and all related data
    2020-02-20 16:27:48, Info                  SYSPRP Removing scheduled task for lpremove.exe succeeed
    2020-02-20 16:27:48, Info                  SYSPRP Removing MUIUnattend-OOBE handshake value
    2020-02-20 16:27:48, Info                  SYSPRP MUIUnattend-OOBE handshake value is not present on the system
    2020-02-20 16:27:48, Info                  SYSPRP Sysprep_Generalize_MUILangCleanup End.
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_MUILangCleanup' from C:\Windows\System32\LangCleanupSysprepAction.dll without error
    2020-02-20 16:27:48, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'PfSvSysprepCleanup' from C:\Windows\System32\sysmain.dll
    2020-02-20 16:27:49, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'PfSvSysprepCleanup' from C:\Windows\System32\sysmain.dll without error
    2020-02-20 16:27:49, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepCleanup' from srclient.dll
    2020-02-20 16:27:50, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepCleanup' from srclient.dll without error
    2020-02-20 16:27:50, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Cleanup_Shell' from C:\Windows\System32\shsetup.dll
    2020-02-20 16:27:50, Info                         [shsetup] Sysprep_Cleanup_Shell entered
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'SkipMachineOOBE' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'SkipUserOOBE' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'HideEULAPage' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'NetworkLocation' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'ProtectYourPC' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'HideWirelessSetupInOOBE' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'HideOnlineAccountScreens' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'HideLocalAccountScreen' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'HideOEMRegistrationScreen' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'OEMAppId' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'SysprepUserSid' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE' + 'UnattendEnableRetailDemo' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE\Health' + 'Health' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE\OOBECompletedForOOBEHealth' + 'AnyoneReadOOBECompleted' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\OOBE\Updates' + 'OOBEUpdateStarted' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'MediaBootInstall' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'SetupDisplayedProductKey' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'SetupDisplayedEula' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'SetupDisplayedLanguageSelection' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'SetupSQMOptIn' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'EnableFeatureUpdate' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'UnattendCreatedUser' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'UnattendSetTimeZone' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'UnattendSetAutologon' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Setup\OOBE' + 'SysprepSetVMMode' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows NT\CurrentVersion\WinLogon' + 'AutoAdminLogon' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows NT\CurrentVersion\WinLogon' + 'DefaultUserName' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows NT\CurrentVersion\WinLogon' + 'DefaultDomainName' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteKey on 'SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'System\CurrentControlSet\Control\Network\NetworkLocationWizard' + 'HideWizard' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Accent' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\OOBE\VMModeOptimizations' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] Deleting temp files for 'S-1-5-18'
    2020-02-20 16:27:50, Info                         [shsetup] SHCreateItemFromParsingName failed on 'C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent' (0x80070002)
    2020-02-20 16:27:50, Info                         [shsetup] SHCreateItemFromParsingName failed on 'C:\Windows\system32\config\systemprofile\AppData\Local\Temp' (0x80070002)
    2020-02-20 16:27:50, Info                         [shsetup] IFileOperation::PerformOperations returned 0x8000ffff
    2020-02-20 16:27:50, Info                         [shsetup] Cleaning up user hive for 'S-1-5-19'
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'ExplorerStartupTraceRecorded' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'SIDUpdatedOnLibraries' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'System\CurrentControlSet\Control\Network\NetworkLocationWizard' + 'ShowCount' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' + 'StartMenuInit' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'Favorites' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesChanges' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesVersion' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesResolve' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'Favorites' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesChanges' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesVersion' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesResolve' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Fontsmoothing' + 'DefaultApplied' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz' + 'Last used time' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] Deleting temp files for 'S-1-5-19'
    2020-02-20 16:27:50, Info                         [shsetup] Deleting contents of 'C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\Microsoft\Windows\Recent'
    2020-02-20 16:27:50, Info                         [shsetup] Deleting contents of 'C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp'
    2020-02-20 16:27:50, Info                         [shsetup] IFileOperation::PerformOperations returned 0x00000000
    2020-02-20 16:27:50, Info                         [shsetup] Cleaning up user hive for 'S-1-5-20'
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'ExplorerStartupTraceRecorded' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'SIDUpdatedOnLibraries' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'System\CurrentControlSet\Control\Network\NetworkLocationWizard' + 'ShowCount' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' + 'StartMenuInit' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'Favorites' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesChanges' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesVersion' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesResolve' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'Favorites' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesChanges' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesVersion' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesResolve' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Fontsmoothing' + 'DefaultApplied' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz' + 'Last used time' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] Deleting temp files for 'S-1-5-20'
    2020-02-20 16:27:50, Info                         [shsetup] Deleting contents of 'C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\Windows\Recent'
    2020-02-20 16:27:50, Info                         [shsetup] Deleting contents of 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp'
    2020-02-20 16:27:50, Info                         [shsetup] IFileOperation::PerformOperations returned 0x00000000
    2020-02-20 16:27:50, Info                         [shsetup] Cleaning up user hive for 'S-1-5-21-3145845395-847454807-4277099707-500'
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'ExplorerStartupTraceRecorded' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer' + 'SIDUpdatedOnLibraries' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'System\CurrentControlSet\Control\Network\NetworkLocationWizard' + 'ShowCount' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteKey on 'Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' + 'StartMenuInit' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'Favorites' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesChanges' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesVersion' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband' + 'FavoritesResolve' returned 0
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'Favorites' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesChanges' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesVersion' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage' + 'FavoritesResolve' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Fontsmoothing' + 'DefaultApplied' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] SHDeleteValue on 'Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz' + 'Last used time' returned 2
    2020-02-20 16:27:50, Info                         [shsetup] Deleting temp files for 'S-1-5-21-3145845395-847454807-4277099707-500'
    2020-02-20 16:27:50, Info                         [shsetup] Deleting contents of 'C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent'
    2020-02-20 16:27:50, Info                         [shsetup] Deleting contents of 'C:\Users\Administrator\AppData\Local\Temp'
    2020-02-20 16:27:51, Info                         [shsetup] IFileOperation::PerformOperations returned 0x00000000
    2020-02-20 16:27:51, Info                         [shsetup] SanitizeDeskBands entered
    2020-02-20 16:27:51, Info                         [shsetup] SanitizeDeskBands exit
    2020-02-20 16:27:51, Info                         [shsetup] Sysprep_Cleanup_Shell exit
    2020-02-20 16:27:51, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Cleanup_Shell' from C:\Windows\System32\shsetup.dll without error
    2020-02-20 16:27:51, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'WerSysprepCleanup' from wer.dll
    2020-02-20 16:27:51, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'WerSysprepCleanup' from wer.dll without error
    2020-02-20 16:27:51, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'MSSrch_SysPrep_Cleanup' from C:\Windows\System32\mssrch.dll
    2020-02-20 16:27:51, Info                  SYSPRP MSS: MSSrch_SysPrep_Cleanup _DisableService returned successfully.
    2020-02-20 16:27:51, Info                  SYSPRP MSS: MSSrch_SysPrep_Cleanup _CreateBlockingRegKey returned successfully.
    2020-02-20 16:27:51, Info                  SYSPRP MSS: Stopping service WSearch and its dependents.
    2020-02-20 16:27:51, Info                  SYSPRP MSS: Service WSearch has no active dependents.
    2020-02-20 16:27:51, Info                  SYSPRP MSS: Stopping service WSearch.
    2020-02-20 16:27:51, Info                  SYSPRP MSS: _StopService status checking loop 0 round, QueryServiceStatus return TRUE, the status is 0x3
    2020-02-20 16:27:52, Info                  SYSPRP MSS: _StopService status checking loop 1 round, QueryServiceStatus return TRUE, the status is 0x1
    2020-02-20 16:27:52, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'MSSrch_SysPrep_Cleanup' from C:\Windows\System32\mssrch.dll without error
    2020-02-20 16:27:52, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Cleanup_IE' from C:\Windows\System32\iesysprep.dll
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] Sysprep_Cleanup_IE entered
    2020-02-20 16:27:52, Info                  SYSPRP [SetIEInstalledDate LIB] ClearIEInstalledDate() Clearing IE Installed Date
    2020-02-20 16:27:52, Info                  SYSPRP [SetIEInstalledDate LIB] On 32-bit OS: Clearing IE Installed Date value
    2020-02-20 16:27:52, Info                  SYSPRP [IESetup LIB] Calling CAdjustPrivilege constructor arg: SeRestorePrivilege
    2020-02-20 16:27:52, Info                  SYSPRP [SetIEInstalledDate LIB] SetIESoftwareRegistryPath() Setting [HKLM\SOFTWARE] offline registry path SOFTWARE.
    2020-02-20 16:27:52, Info                  SYSPRP [IESetup LIB] Calling CAdjustPrivilege constructor arg: SeRestorePrivilege
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] Calling IUrlHistoryStg2::ClearHistory 
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] IUrlHistoryStg2::ClearHistory returned 0x00000000 
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] DeleteCookies entered
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] DeleteCookies returning 0
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\PhishingFilter' returned 2
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] Deleting temp files for 'S-1-5-18'
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\system32\config\systemprofile'
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\History'
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\system32\config\systemprofile'
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] Calling FreeUrlCacheSpace on 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache'
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache'
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\system32\config\systemprofile'
    2020-02-20 16:27:52, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCookies'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] IFileOperation::PerformOperations returned 0x00000000
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Cleaning up user hive for 'S-1-5-19'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\TypedURLs' returned 0
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CpCache' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CNum_CpCache' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Suggested Sites' + 'MigrationTime' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\SearchScopes' + 'UpgradeTime' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main\WindowsSearch' + 'UpgradeTime' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main' + 'IE9RunOnceCompletionTime' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'LinksFolderMigrate' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'MarketingLinksMigrate' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\PhishingFilter' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Entering DeleteProtectedRegKeys
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] RegOpenKeyEx on 'Software\Microsoft\Internet Explorer\User Preferences' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] RegOpenKeyEx failed on 'Software\Microsoft\Internet Explorer\User Preferences' (0x00000002)
    2020-02-20 16:27:53, 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
    2020-02-20 16:27:53, 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)
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting temp files for 'S-1-5-19'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\LocalService'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\History'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\LocalService'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Calling FreeUrlCacheSpace on 'C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\INetCache'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\INetCache'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\LocalService'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Windows\INetCookies'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] IFileOperation::PerformOperations returned 0x8000ffff
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Cleaning up user hive for 'S-1-5-20'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\TypedURLs' returned 0
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CpCache' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CNum_CpCache' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Suggested Sites' + 'MigrationTime' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\SearchScopes' + 'UpgradeTime' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main\WindowsSearch' + 'UpgradeTime' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main' + 'IE9RunOnceCompletionTime' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'LinksFolderMigrate' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'MarketingLinksMigrate' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\PhishingFilter' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Entering DeleteProtectedRegKeys
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] RegOpenKeyEx on 'Software\Microsoft\Internet Explorer\User Preferences' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] RegOpenKeyEx failed on 'Software\Microsoft\Internet Explorer\User Preferences' (0x00000002)
    2020-02-20 16:27:53, 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
    2020-02-20 16:27:53, 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)
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting temp files for 'S-1-5-20'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\NetworkService'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\History'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\NetworkService'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Calling FreeUrlCacheSpace on 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\INetCache'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\INetCache'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Windows\ServiceProfiles\NetworkService'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\INetCookies'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] IFileOperation::PerformOperations returned 0x8000ffff
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Cleaning up user hive for 'S-1-5-21-3145845395-847454807-4277099707-500'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\TypedURLs' returned 0
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CpCache' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\International' + 'CNum_CpCache' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}' returned 0
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Suggested Sites' + 'MigrationTime' returned 0
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\SearchScopes' + 'UpgradeTime' returned 0
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main\WindowsSearch' + 'UpgradeTime' returned 0
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\Main' + 'IE9RunOnceCompletionTime' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'LinksFolderMigrate' returned 0
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteValue on 'Software\Microsoft\Internet Explorer\LinksBar' + 'MarketingLinksMigrate' returned 2
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\PhishingFilter' returned 0
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Entering DeleteProtectedRegKeys
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] RegOpenKeyEx on 'Software\Microsoft\Internet Explorer\User Preferences' returned 0
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] SHDeleteKey on 'Software\Microsoft\Internet Explorer\User Preferences' returned 0
    2020-02-20 16:27:53, 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
    2020-02-20 16:27:53, 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)
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting temp files for 'S-1-5-21-3145845395-847454807-4277099707-500'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Users\Administrator'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Users\Administrator\AppData\Local\Microsoft\Windows\History'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Users\Administrator'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Calling FreeUrlCacheSpace on 'C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCache'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCache'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Replacing '%USERPROFILE%' with 'C:\Users\Administrator'
    2020-02-20 16:27:53, Info                  SYSPRP [IE sysprep provider] Deleting contents of 'C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCookies'
    2020-02-20 16:27:55, Info                  SYSPRP [IE sysprep provider] IFileOperation::PerformOperations returned 0x00000000
    2020-02-20 16:27:55, Info                  SYSPRP [IE sysprep provider] Sysprep_Cleanup_IE exit
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Cleanup_IE' from C:\Windows\System32\iesysprep.dll without error
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Net' from C:\Windows\System32\spnet.dll
    2020-02-20 16:27:55, Info       [0x0f0008] SYSPRP spnet.dll::IsDomainMember:This machine is not joined to a domain
    2020-02-20 16:27:55, Info       [0x0f000e] SYSPRP spnet.dll::UnjoinNetworkDomain:Not a domain member, nothing to do
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_Net' from C:\Windows\System32\spnet.dll without error
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'CryptoSysPrep_Clean' from C:\Windows\system32\capisp.dll
    2020-02-20 16:27:55, Info                         capisp.dll::DisableAdministratorIfApplicable disabled the admin account.
    2020-02-20 16:27:55, Info                         capisp.dll::CryptoSysPrep_Clean: returning 0
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'CryptoSysPrep_Clean' from C:\Windows\system32\capisp.dll without error
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SysPrepDtcCleanup' from C:\Windows\system32\msdtcprx.dll
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysPrepDtcCleanup' from C:\Windows\system32\msdtcprx.dll without error
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'TapiSysPrepClean' from C:\Windows\System32\tapisysprep
    2020-02-20 16:27:55, Warning                      TapiSysPrep.dll:RetainTapiLocations:RegQueryValueEx() returned 2
    2020-02-20 16:27:55, Info                         TapiSysPrep.dll:RetainTapiLocations:returning 1
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'TapiSysPrepClean' from C:\Windows\System32\tapisysprep without error
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Cleanup_IPS' from C:\Program Files\Common Files\Microsoft Shared\Ink\IpsMigrationPlugin.dll
    2020-02-20 16:27:55, Info                  SYSPRP Sysprep_Cleanup_IPS: Cleaned up IPS user registry data
    2020-02-20 16:27:55, Info                  SYSPRP Sysprep_Cleanup_IPS: Cleaned up IPS user profile files
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Cleanup_IPS' from C:\Program Files\Common Files\Microsoft Shared\Ink\IpsMigrationPlugin.dll without error
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepCleanupEnableCustomTrigger' from C:\Windows\System32\generaltel.dll
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepCleanupEnableCustomTrigger' from C:\Windows\System32\generaltel.dll without error
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepCleanupEnableCustomTrigger' from C:\Windows\System32\dcntel.dll
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepCleanupEnableCustomTrigger' from C:\Windows\System32\dcntel.dll without error
    2020-02-20 16:27:55, Info                  SYSPRP SysprepSession::Execute: Sysprep mode was not specified, deleting it from registry
    2020-02-20 16:27:55, Info       [0x0f0040] SYSPRP WinMain:Processing 'generalize' internal provider request.
    2020-02-20 16:27:55, Info                  SYSPRP RunExternalDlls:Running platform actions specified in action file for phase 1
    2020-02-20 16:27:55, Info                  SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml, and mode <null>
    2020-02-20 16:27:55, Info                  SYSPRP SysprepSession::Execute: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml
    2020-02-20 16:27:55, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
    2020-02-20 16:27:55, Info                  SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is x86
    2020-02-20 16:27:55, Info                  SYSPRP After sorting, components will be excuted in the following order:
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Sysprep-SpOpk, Order: 256
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-MediaPlayer-Core, Order: 512
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-WindowsUpdateClient-Core, Order: 768
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-SQMApi, Order: 1024
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-PnpSysprep, Order: 1280
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-IPv4IPv6CoexistenceMigration, Order: 1536
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-NcdAutoSetup, Order: 1792
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Sysprep-MountPointManager, Order: 2048
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Windows-ID-Connected-Account-Provider-WLIDSvc, Order: 2304
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-TerminalServices-RemoteConnectionManager, Order: 2560
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-WwanUI, Order: 2816
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Windows-Defender-Service, Order: 3072
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-TerminalServices-LocalSessionManager, Order: 3328
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-TerminalServices-ClientActiveXCore, Order: 3584
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-SystemRestore-Main, Order: 3840
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Shell-Setup, Order: 4096
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-ErrorReportingCore, Order: 4352
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-DirectAccess-ConnectionFlow, Order: 4864
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-DHCP-Client-Dll, Order: 5120
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-TPM-Driver-WMI, Order: 5376
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-IE-Sysprep, Order: 5632
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Sysprep-SpWinSAT, Order: 5888
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Sysprep-SpNet, Order: 6144
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Mobile-Broadband-Experience-Parser-Task, Order: 6400
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-AppX-Sysprep, Order: 6656
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Security-SPP, Order: 6912
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-SecureBoot-FirmwareUpdate, Order: 7168
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Cryptography, Order: 7680
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Sysprep-SpBcd, Order: 7936
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-PortableWorkspaces-SysPrep, Order: 8192
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-NetworkProfile, Order: 8448
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-COM-DTC-Runtime, Order: 8704
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-WinRE-RecoveryAgent, Order: 11264
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Spaceport, Order: 11520
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-BitLocker-Sysprep, Order: 11776
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-GPIOButtons, Order: 12032
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Unified-Telemetry-Client, Order: 13312
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Client-License-Platform-Service, Order: 13568
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-Provisioning-Sysprep, Order: 13824
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-UserPowerManagement, Order: 14080
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-CoreSystem-InitMachineConfig, Order: 14336
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Windows-SenseClient-Service, Order: 14592
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-CDPSvc, Order: 14848
    2020-02-20 16:27:55, Info                  SYSPRP   Name: Microsoft-Windows-CloudStore, Order: 15104
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_Opk' from C:\Windows\System32\spopk.dll
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_Opk' from C:\Windows\System32\spopk.dll without error
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_WMP' from spwmp.dll
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_WMP' from spwmp.dll without error
    2020-02-20 16:27:55, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'GeneralizeForImaging' from C:\Windows\System32\wuaueng.dll
    2020-02-20 16:27:58, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'GeneralizeForImaging' from C:\Windows\System32\wuaueng.dll without error
    2020-02-20 16:27:58, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SqmSysprepGeneralize' from sqmapi.dll
    2020-02-20 16:27:58, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SqmSysprepGeneralize' from sqmapi.dll without error
    2020-02-20 16:27:58, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_Pnp' from C:\Windows\System32\sppnp.dll
    2020-02-20 16:27:58, Info                  SYSPRP SPPNP: Sysprep_Generalize_Pnp: Enter
    2020-02-20 16:27:58, Info                  SYSPRP SPPNP: Uninstalling all existing devices <full generalize>.
    2020-02-20 16:27:58, Info                  SYSPRP SPPNP: Unable to uninstall device ROOT\VOLMGR\0000. Err = 0xE0000231
    2020-02-20 16:27:58, Info                  SYSPRP SPPNP: Unable to uninstall device ROOT\BASICDISPLAY\0000. Err = 0xE0000231
    2020-02-20 16:27:58, Info                  SYSPRP SPPNP: Skipping uninstall of persistent device SWD\PRINTENUM\{A2261C94-BCDB-4C06-98CE-52FD72008EE3}.
    2020-02-20 16:27:59, Info                  SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\COMPOSITEBUS\0000.
    2020-02-20 16:27:59, Info                  SYSPRP SPPNP: Unable to uninstall device ROOT\SPACEPORT\0000. Err = 0xE0000231
    2020-02-20 16:28:02, Info                  SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\KDNIC\0000.
    2020-02-20 16:28:02, Info                  SYSPRP SPPNP: Skipping uninstall of persistent device SWD\PRINTENUM\{29691CED-90A3-4ECB-9BB3-0C6537F49E3A}.
    2020-02-20 16:28:02, Info                  SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\UMBUS\0000.
    2020-02-20 16:28:02, Info                  SYSPRP SPPNP: Unable to uninstall device ROOT\ACPI_HAL\0000. Err = 0xE0000231
    2020-02-20 16:28:02, Info                  SYSPRP SPPNP: Skipping uninstall of root device HTREE\ROOT\0.
    2020-02-20 16:28:02, Info                  SYSPRP SPPNP: Unable to uninstall device ROOT\BASICRENDER\0000. Err = 0xE0000231
    2020-02-20 16:28:03, Info                  SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\NDISVIRTUALBUS\0000.
    2020-02-20 16:28:03, Info                  SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\SYSTEM\0000.
    2020-02-20 16:28:03, Info                  SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\SYSTEM\0001.
    2020-02-20 16:28:03, Info                  SYSPRP SPPNP: Skipping uninstall of root enumerated device ROOT\RDPBUS\0000.
    2020-02-20 16:28:03, Info                  SYSPRP SPPNP: Finished uninstalling all existing devices.
    2020-02-20 16:28:03, Info                  SYSPRP SPPNP: Launching task '\Microsoft\Windows\Plug and Play\Sysprep Generalize Drivers'
    2020-02-20 16:28:03, Info                  SYSPRP SPPNP: Task state changed to TASK_STATE_READY.
    2020-02-20 16:28:03, Info                  SYSPRP SPPNP: Task state changed to TASK_STATE_RUNNING.
    2020-02-20 16:28:03, Info                  SYSPRP SPPNP: Started task '\Microsoft\Windows\Plug and Play\Sysprep Generalize Drivers'...
    2020-02-20 16:28:03, Info                  SYSPRP SPPNP: Sysprep_Generalize_Pnp_Drivers: Enter
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured audioendpoint.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_1394.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_61883.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_apo.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_avc.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_barcodescanner.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_battery.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_biometric.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_bluetooth.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_camera.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_cashdrawer.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_cdrom.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_computer.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_diskdrive.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_display.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_dot4.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_dot4print.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_extension.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fdc.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_firmware.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_floppydisk.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fsactivitymonitor.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fsantivirus.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fscfsmetadataserver.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fscompression.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fscontentscreener.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fscontinuousbackup.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fscopyprotection.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fsencryption.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fshsm.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fsinfrastructure.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fsopenfilebackup.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fsphysicalquotamgmt.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fsquotamgmt.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fsreplication.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fssecurityenhancer.inf.
    2020-02-20 16:28:08, Info                  SYSPRP SPPNP: Configured c_fssystem.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_fssystemrecovery.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_fsundelete.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_fsvirtualization.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_hdc.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_hidclass.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_image.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_infrared.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_keyboard.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_legacydriver.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_linedisplay.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_magneticstripereader.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_mcx.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_media.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_mediumchanger.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_memory.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_modem.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_monitor.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_mouse.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_mtd.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_multifunction.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_multiportserial.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_net.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_netclient.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_netdriver.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_netservice.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_nettrans.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_pcmcia.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_pnpprinters.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_ports.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_printer.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_processor.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_proximity.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_receiptprinter.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_sbp2.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_scmdisk.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_scmvolume.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_scsiadapter.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_sdhost.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_securitydevices.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_sensor.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_smartcard.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_smartcardfilter.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_smartcardreader.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_smrdisk.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_smrvolume.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_sslaccel.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_swcomponent.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_swdevice.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_system.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_tapedrive.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_ucm.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_unknown.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_usb.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_usbdevice.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_usbfn.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_volsnap.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_volume.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_wceusbs.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured c_wpd.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured dc1-controller.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured digitalmediadevice.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured miradisp.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured multiprt.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured oposdrv.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured printqueue.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured rawsilo.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured rdcameradriver.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured remoteposdrv.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured ts_generic.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured wsdprint.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured xusb22.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured 1394.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured 3ware.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured 61883.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured acpi.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured acpidev.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured acpipagr.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured acpipmi.inf.
    2020-02-20 16:28:09, Info                  SYSPRP SPPNP: Configured acpitime.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured adp80xx.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured amdsata.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured amdsbs.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured arcsas.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured athw8.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured avc.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured backupwmbclass.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured basicdisplay.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured basicrender.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured battery.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured bcmdhd64.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured bcmfn2.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured bcmwdidhdpcie.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured bda.inf.
    2020-02-20 16:28:10, Info                  SYSPRP SPPNP: Configured btampm.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured bth.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured bthhfenum.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured bthleenum.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured bthmtpenum.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured bthpan.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured bthprint.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured bthspp.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured buttonconverter.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured capimg.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured cdrom.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured chargearbitration.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured circlass.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured cmbatt.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured compositebus.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured cpu.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured dc21x4vm.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured disk.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured display.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured displayoverride.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured e2xw10x86.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured eaphost.inf.
    2020-02-20 16:28:11, Info                  SYSPRP SPPNP: Configured ehstorpwddrv.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured ehstortcgdrv.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured errdev.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured fdc.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured flpydisk.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured fusionv2.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured gameport.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured genericusbfn.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured hal.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured halextintclpiodma.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured halextintcuartdma.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured halextpl080.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured hdaudbus.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured hdaudio.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured hdaudss.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured hidbatt.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured hidbth.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured hidbthle.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured hiddigi.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured hidi2c.inf.
    2020-02-20 16:28:12, Info                  SYSPRP SPPNP: Configured hidinterrupt.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured hidir.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured hidirkbd.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured hidscanner.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured hidserv.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured hidspi_km.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured hidtelephonydriver.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured hidvhf.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured hpsamd.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured iagpio.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured iai2c.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured iaiogpio.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured iaioi2c.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured iastorav.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured iastorv.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured idtsec.inf.
    2020-02-20 16:28:13, Info                  SYSPRP SPPNP: Configured image.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured input.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured intelpep.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured ipmidrv.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured iscsi.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured itsas35i.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured kdnic.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured keyboard.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured ks.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured kscaptur.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured ksfilter.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured lltdio.inf.
    2020-02-20 16:28:14, Info                  SYSPRP SPPNP: Configured lsi_sas.inf.
    2020-02-20 16:28:15, Info                  SYSPRP SPPNP: Configured lsi_sas2i.inf.
    2020-02-20 16:28:15, Info                  SYSPRP SPPNP: Configured lsi_sas3i.inf.
    2020-02-20 16:28:15, Info                  SYSPRP SPPNP: Configured lsi_sss.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured machine.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mausbhost.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mbtr8897w81.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mchgr.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdm3com.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdm5674a.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmadc.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmagrm.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmagrs.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmairte.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmaiwa.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmaiwa3.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmaiwa4.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmaiwa5.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmaiwat.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmar1.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmarch.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmarn.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmati.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmatm2k.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmaus.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmboca.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmbsb.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmbtmdm.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmbug3.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmbw561.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmc26a.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcdp.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcm28.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcodex.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcom1.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcommu.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcomp.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcpq.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcpq2.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcpv.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcrtix.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcxav3.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcxhv3.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmcxpv3.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmdcm5.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmdcm6.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmdf56f.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmdgitn.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmdp2.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmdsi.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmdyna.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmeiger.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmelsa.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmeric.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmeric2.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmetech.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmfj2.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmgatew.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmgcs.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmgen.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmgl001.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmgl002.inf.
    2020-02-20 16:28:17, Info                  SYSPRP SPPNP: Configured mdmgl003.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmgl004.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmgl005.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmgl006.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmgl007.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmgl008.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmgl009.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmgl010.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmgsm.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmhaeu.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmhandy.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmhay2.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmhayes.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdminfot.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmiodat.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmirmdm.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmisdn.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmjf56e.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmke.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmkortx.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmlasat.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmlasno.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmlucnt.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmc288.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmcd.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmcom.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmct.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmega.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmetri.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmhrtz.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmhzel.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmminij.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmod.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmoto1.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmotou.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmotsm.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmmts.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmneuhs.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnis1u.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnis2u.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnis3t.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnis5t.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnokia.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnova.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmntt1.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnttd2.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnttd6.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnttme.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnttp.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnttp2.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmnttte.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmolic.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmomrn3.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmoptn.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmosi.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmpace.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmpenr.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmpin.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmpn1.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmpp.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmpsion.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmracal.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmrock.inf.
    2020-02-20 16:28:18, Info                  SYSPRP SPPNP: Configured mdmrock3.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmrock4.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmrock5.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmsier.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmsii64.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmsmart.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmsonyu.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmsun1.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmsun2.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmsupr3.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmsupra.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmsuprv.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmtdk.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmtdkj2.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmtdkj3.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmtdkj4.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmtdkj5.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmtdkj6.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmtdkj7.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmtexas.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmti.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmtkr.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmtron.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmusrf.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmusrg.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmusrgl.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmusrk1.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmusrsp.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmvdot.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmvv.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmwhql0.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmx5560.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmzoom.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmzyp.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmzyxel.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured mdmzyxlg.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured megasas.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured megasas2i.inf.
    2020-02-20 16:28:19, Info                  SYSPRP SPPNP: Configured megasas35i.inf.
    2020-02-20 16:28:20, Info                  SYSPRP SPPNP: Configured megasr.inf.
    2020-02-20 16:28:20, Info                  SYSPRP SPPNP: Configured memory.inf.
    2020-02-20 16:28:20, Info                  SYSPRP SPPNP: Configured mf.inf.
    2020-02-20 16:28:20, Info                  SYSPRP SPPNP: Configured mgtdyn.inf.
    2020-02-20 16:28:20, Info                  SYSPRP SPPNP: Configured microsoft_bluetooth_a2dp.inf.
    2020-02-20 16:28:20, Info                  SYSPRP SPPNP: Configured microsoft_bluetooth_a2dp_src.inf.
    2020-02-20 16:28:20, Info                  SYSPRP SPPNP: Configured microsoft_bluetooth_avrcptransport.inf.
    2020-02-20 16:28:20, Info                  SYSPRP SPPNP: Configured modemcsa.inf.
    2020-02-20 16:28:21, Info                  SYSPRP SPPNP: Configured monitor.inf.
    2020-02-20 16:28:21, Info                  SYSPRP SPPNP: Configured mrvlpcie8897.inf.
    2020-02-20 16:28:21, Info                  SYSPRP SPPNP: Configured msclmd.inf.
    2020-02-20 16:28:21, Info                  SYSPRP SPPNP: Configured msdri.inf.
    2020-02-20 16:28:21, Info                  SYSPRP SPPNP: Configured msdv.inf.
    2020-02-20 16:28:21, Info                  SYSPRP SPPNP: Configured msgpiowin32.inf.
    2020-02-20 16:28:21, Info                  SYSPRP SPPNP: Configured mshdc.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured msmouse.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured msports.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured mssmbios.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured mstape.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured msux86w10.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured mtconfig.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured mvumis.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured ndiscap.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured ndisimplatform.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured ndisimplatformmp.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured ndisuio.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured ndisvirtualbus.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net1i32.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net1y32.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net44x32.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net7400-x86-n650.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net7500-x86-n650f.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net7800-x86-n650f.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net8185.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net8187bv32.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net8187se86.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net8192se32.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net8192su32.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net819xp.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured net9500-x86-n650f.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netathr.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netathr10.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netavpna.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netax88179_178a.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netax88772.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netb57vx.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netbc63.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netbc64.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netbrdg.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured nete1e32.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured nete1g32.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netefe32.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netgb6.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netimm.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netip6.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netirda.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netjme.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netk57x.inf.
    2020-02-20 16:28:22, Info                  SYSPRP SPPNP: Configured netl160x.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netl1c63x86.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netl1e86.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netl260x.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netlldp.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netloop.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netmscli.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netmyk32.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netnb.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netnvm32.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netnvmx.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netnwifi.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netpacer.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netpgm.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netr28.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netr28u.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netr73.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netrasa.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netrass.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netrast.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netrndis.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netrtl32.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netrtwlane.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netrtwlane_13.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netrtwlans.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netrtwlanu.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netserv.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netsstpa.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured nettcpip.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netvchannel.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netvf63.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netvg63.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netvwifibus.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netvwififlt.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netvwifimp.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netvwwanmp.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netwbn02.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netwen00.inf.
    2020-02-20 16:28:23, Info                  SYSPRP SPPNP: Configured netwen01.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured netwlv32.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured netwmbclass.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured netwns32.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured netwsn00.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured netwtn02.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured netwtn04.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured npsvctrig.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured ntprint.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured ntprint4.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured nulhpopr.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured nulhprs8.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured nvraid.inf.
    2020-02-20 16:28:24, Info                  SYSPRP SPPNP: Configured pci.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured pcmcia.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured percsas2i.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured percsas3i.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured pnpxinternetgatewaydevices.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnge001.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnms002.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnms003.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnms004.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnms005.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnms007.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnms008.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnms010.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnms011.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnms012.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured prnms013.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured qd3x86.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured rdlsbuscbs.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured rdpbus.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured rdvgwddmdx11.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured rhproxy.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured rndiscmp.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured rspndr.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured rt640x86.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured rtux86w10.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured rtvdevx86.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured rtwlanu_oldic.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured sbp2.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured scmvolume.inf.
    2020-02-20 16:28:25, Info                  SYSPRP SPPNP: Configured scrawpdo.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured scsidev.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured scunknown.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured sdbus.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured sdstor.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured sensorsalsdriver.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured sensorshidclassdriver.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured sensorsservicedriver.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured sisraid2.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured sisraid4.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured smrdisk.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured smrvolume.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured spaceport.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured stexstor.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured sti.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured stornvme.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured storufs.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured swenum.inf.
    2020-02-20 16:28:26, Info                  SYSPRP SPPNP: Configured tape.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured tdibth.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured termkbd.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured termmou.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured tpm.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured tpmvsc.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured transfercable.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured ts_wpdmtp.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured tsgenericusbdriver.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured tsprint.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured tsusbhub.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured tsusbhubfilter.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured uaspstor.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured ucmucsi.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured ucmucsiacpiclient.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured uefi.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured ufxchipidea.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured ufxsynopsys.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured uicciso.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured uiccspb.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured umbus.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured umpass.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured unknown.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured urschipidea.inf.
    2020-02-20 16:28:27, Info                  SYSPRP SPPNP: Configured urssynopsys.inf.
    2020-02-20 16:28:28, Info                  SYSPRP SPPNP: Configured usb.inf.
    2020-02-20 16:28:28, Info                  SYSPRP SPPNP: Configured usbaudio2.inf.
    2020-02-20 16:28:28, Info                  SYSPRP SPPNP: Configured usbcciddriver.inf.
    2020-02-20 16:28:28, Info                  SYSPRP SPPNP: Configured usbcir.inf.
    2020-02-20 16:28:28, Info                  SYSPRP SPPNP: Configured usbhub3.inf.
    2020-02-20 16:28:28, Info                  SYSPRP SPPNP: Configured usbncm.inf.
    2020-02-20 16:28:28, Info                  SYSPRP SPPNP: Configured usbnet.inf.
    2020-02-20 16:28:28, Info                  SYSPRP SPPNP: Configured usbport.inf.
    2020-02-20 16:28:28, Info                  SYSPRP SPPNP: Configured usbprint.inf.
    2020-02-20 16:28:28, Info                  SYSPRP SPPNP: Configured usbser.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured usbstor.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured usbvideo.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured usbxhci.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured v_mscdsc.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured vdrvroot.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured vhdmp.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured volmgr.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured volsnap.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured volume.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured vsmraid.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured vstxraid.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wave.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wceisvista.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wdma_bt.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wdma_usb.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wdmaudio.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wdmvsc.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wfcvsc.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wfpcapture.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wgencounter.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured whyperkbd.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured windowstrustedrtproxy.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured winusb.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wmbclass_wmc_union.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wmiacpi.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wnetvsc.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wnetvsc_vfpp.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wpdcomp.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wpdfs.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wpdmtp.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wpdmtphw.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured ws3cap.inf.
    2020-02-20 16:28:29, Info                  SYSPRP SPPNP: Configured wsdscdrv.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wstorflt.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wstorvsc.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wsynth3dvsc.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wudfusbcciddriver.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvmbus.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvmbushid.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvmbusvideo.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvmgid.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvmic_ext.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvmic_guestinterface.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvmic_heartbeat.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvmic_kvpexchange.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvmic_shutdown.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvmic_timesync.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured wvpcinull.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured xboxgip.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured xboxgipsynthetic.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured xinputhid.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured ykinx86.inf.
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured oem0.inf (prnms009.inf).
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured oem1.inf (prnms001.inf).
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured oem2.inf (igdlh.inf).
    2020-02-20 16:28:30, Info                  SYSPRP SPPNP: Configured oem3.inf (intcdaud.inf).
    2020-02-20 16:28:31, Info                  SYSPRP SPPNP: Configured oem4.inf (intcdaud.inf).
    2020-02-20 16:28:31, Info                  SYSPRP SPPNP: Configured oem5.inf (lynxpointsystem.inf).
    2020-02-20 16:28:31, Info                  SYSPRP SPPNP: Configured oem6.inf (heci.inf).
    2020-02-20 16:28:31, Info                  SYSPRP SPPNP: Configured oem7.inf (elousb.inf).
    2020-02-20 16:28:31, Info                  SYSPRP SPPNP: Configured oem8.inf (ddbus.inf).
    2020-02-20 16:28:31, Info                  SYSPRP SPPNP: Configured oem9.inf (sertouch.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Configured oem10.inf (dalsavserial.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Configured oem11.inf (corgigefilter.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Configured oem12.inf (ptusbdrva5.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Configured oem13.inf (sntnlusb.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Configured oem14.inf (ocusbdl.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Configured oem15.inf (ocusbac.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Configured oem16.inf (omrcomusb.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Configured oem17.inf (klim6.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Configured oem18.inf (e1r6832.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Configured oem19.inf (e1d6832.inf).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Sysprep_Generalize_Pnp_Drivers: Exit
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Task state changed to TASK_STATE_READY.
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Completed task '\Microsoft\Windows\Plug and Play\Sysprep Generalize Drivers' in 29 second(s).
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Resetting device containers...
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Finished resetting device containers...
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Deleted file setupapi.dev.log.
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Deleted file setupapi.offline.20180914_221025.log.
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Deleted file setupapi.setup.log.
    2020-02-20 16:28:32, Info                  SYSPRP SPPNP: Cleared event log Microsoft-Windows-Kernel-PnP/Configuration.
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Could not clear event log Microsoft-Windows-Kernel-PnPConfig/Configuration. Err = 0x3A9F
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\common\clbltfnshared.rtl. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clang_compiler32.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfng9.rtl. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.o. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.rtl. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfnn8.rtl. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.o. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.rtl. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfns9.rtl. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.o. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.rtl. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\cpu_device32.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\intelocl32.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\OclCpuBackend32.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\task_executor32.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\tbb\tbb.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\tbb\tbbmalloc.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\tbb\tbb_preview.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_g9.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_n8.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_s9.dll. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\llvm_release_license.txt. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\readme.txt. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Program Files\Common Files\Intel\OpenCL\version.ini. Err = 0x3
    2020-02-20 16:28:32, Warning               SYSPRP SPPNP: Missing driver file C:\Windows\system32\cp_resources.bin. Err = 0x2
    2020-02-20 16:28:33, Warning               SYSPRP SPPNP: Missing driver file C:\Windows\System32\drivers\kltap.sys. Err = 0x2
    2020-02-20 16:28:33, Warning               SYSPRP SPPNP: Missing driver file C:\Windows\system32\igfxTray.exe. Err = 0x2
    2020-02-20 16:28:33, Warning               SYSPRP SPPNP: Missing driver file C:\Windows\system32\iglhcp32.dll. Err = 0x2
    2020-02-20 16:28:33, Warning               SYSPRP SPPNP: Missing driver file C:\Windows\system32\IntelCpHDCPSvc.exe. Err = 0x2
    2020-02-20 16:28:33, Warning               SYSPRP SPPNP: Missing driver file C:\Windows\system32\IntelCpHeciSvc.exe. Err = 0x2
    2020-02-20 16:28:33, Info                  SYSPRP Deleting start type overrides.
    2020-02-20 16:28:33, Info                  SYSPRP SPPNP: Deleted start type overrides for "Ramdisk".
    2020-02-20 16:28:33, Info                  SYSPRP Deleting hardware configurations.
    2020-02-20 16:28:33, Info                  SYSPRP SPPNP: Deleted hardware configuration current symlink.
    2020-02-20 16:28:33, Info                  SYSPRP SPPNP: Deleted all hardware configuration data.
    2020-02-20 16:28:33, Info                  SYSPRP SPPNP: Cleaning up network device state...
    2020-02-20 16:28:33, Info                  SYSPRP SPPNP: Sysprep_Generalize_Pnp: Exit
    2020-02-20 16:28:33, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_Pnp' from C:\Windows\System32\sppnp.dll without error
    2020-02-20 16:28:33, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'IphlpsvcSysprepGeneralize' from C:\Windows\System32\iphlpsvc.dll
    2020-02-20 16:28:33, Info                  SYSPRP iphlpsvc.dll: sysprep generalize called
    2020-02-20 16:28:33, Warning               SYSPRP iphlpsvc.dll: sysprep generalize failed to delete tunnel registry
    2020-02-20 16:28:33, Warning               SYSPRP iphlpsvc.dll: sysprep generalize failed to delete tunnel registry
    2020-02-20 16:28:34, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'IphlpsvcSysprepGeneralize' from C:\Windows\System32\iphlpsvc.dll without error
    2020-02-20 16:28:34, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'NcdAutoSetup_Generalize' from C:\Windows\System32\NcdAutoSetup.dll
    2020-02-20 16:28:34, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'NcdAutoSetup_Generalize' from C:\Windows\System32\NcdAutoSetup.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_MountPointManager' from C:\Windows\System32\spmpm.dll
    2020-02-20 16:28:35, Info                         Sysprep_Generalize_MountPointManager ENTER
    2020-02-20 16:28:35, Info                         Sysprep_Generalize_MountPointManager LEAVE
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_MountPointManager' from C:\Windows\System32\spmpm.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'RCMSysPrepGeneralize' from C:\Windows\System32\setup\tssysprep.dll
    2020-02-20 16:28:35, Info                  SYSPRP Entering RCMSysPrepGeneralize
    
    2020-02-20 16:28:35, Info                  SYSPRP Leaving RCMSysPrepGeneralize
    
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'RCMSysPrepGeneralize' from C:\Windows\System32\setup\tssysprep.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'MRTComponent_Generalize' from C:\Windows\System32\winshfhc.dll
    2020-02-20 16:28:35, Info                  SYSPRP MRTGeneralize:192 - Windows Defender value HKLM\SOFTWARE\Microsoft\Windows Defender\Scan\LastScanRun does not exist, skipping action.
    2020-02-20 16:28:35, Info                  SYSPRP MRTGeneralize:192 - Windows Defender value HKLM\SOFTWARE\Microsoft\Windows Defender\Scan\LastScanType does not exist, skipping action.
    2020-02-20 16:28:35, Info                  SYSPRP MRTGeneralize:192 - Windows Defender value HKLM\SOFTWARE\Microsoft\Windows Defender\Scan\LastQuickScanID does not exist, skipping action.
    2020-02-20 16:28:35, Info                  SYSPRP MRTGeneralize:192 - Windows Defender value HKLM\SOFTWARE\Microsoft\Windows Defender\Scan\LastFullScanID does not exist, skipping action.
    2020-02-20 16:28:35, Info                  SYSPRP MRTGeneralize:192 - Windows Defender value HKLM\SOFTWARE\Microsoft\Windows Defender\Scan\MeasureBootEnabled does not exist, skipping action.
    2020-02-20 16:28:35, Info                  SYSPRP MRTGeneralize:122 - INFO: Finished attempting to delete Defender WSC registration
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'MRTComponent_Generalize' from C:\Windows\System32\winshfhc.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'LSMSysPrepBackup' from C:\Windows\System32\setup\tssysprep.dll
    2020-02-20 16:28:35, Info                  SYSPRP Entering LSMSysPrepBackup
    
    2020-02-20 16:28:35, Info                  SYSPRP LSMSysPrepBackup completed
    
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'LSMSysPrepBackup' from C:\Windows\System32\setup\tssysprep.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'RdpSysPrepGeneralize' from C:\Windows\System32\setup\tssysprep.dll
    2020-02-20 16:28:35, Info                  SYSPRP Entering RdpSysPrepGeneralize
    
    2020-02-20 16:28:35, Info                  SYSPRP Leaving RdpSysPrepGeneralize
    
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'RdpSysPrepGeneralize' from C:\Windows\System32\setup\tssysprep.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralize' from srclient.dll
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepGeneralize' from srclient.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_Shell' from C:\Windows\System32\shsetup.dll
    2020-02-20 16:28:35, Info                         [shsetup] Sysprep_Generalize_Shell entered
    2020-02-20 16:28:35, Info                         [shsetup] Sysprep_Generalize_Shell exit
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_Shell' from C:\Windows\System32\shsetup.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'WerSysprepGeneralize' from wer.dll
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'WerSysprepGeneralize' from wer.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'DhcpClient_Generalize' from C:\Windows\System32\dhcpcsvc.dll
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'DhcpClient_Generalize' from C:\Windows\System32\dhcpcsvc.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_IE' from C:\Windows\System32\iesysprep.dll
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_IE' from C:\Windows\System32\iesysprep.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_WinSAT' from C:\Windows\System32\spwinsat.dll
    2020-02-20 16:28:35, Info                  SYSPRP spwinsat.dll::Sysprep_Clean_WinSAT:Unable to remove the winsat key
    2020-02-20 16:28:35, Info                  SYSPRP spwinsat.dll::Sysprep_Clean_WinSAT:Unable to get a handle from FindFirstFile
    2020-02-20 16:28:35, Info                  SYSPRP spwinsat.dll::Sysprep_Clean_WinSAT:Unable to get a handle from FindFirstFile
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Clean_WinSAT' from C:\Windows\System32\spwinsat.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_Net' from C:\Windows\System32\spnet.dll
    2020-02-20 16:28:35, Info       [0x0f0008] SYSPRP spnet.dll::IsDomainMember:This machine is not joined to a domain
    2020-02-20 16:28:35, Info       [0x0f000e] SYSPRP spnet.dll::UnjoinNetworkDomain:Not a domain member, nothing to do
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_Net' from C:\Windows\System32\spnet.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SysprepGeneralize' from C:\Windows\System32\AppxSysprep.dll
    2020-02-20 16:28:35, Info                  SYSPRP Entering SysprepGeneralize (Appx).
    
    2020-02-20 16:28:35, Info                  SYSPRP All appx packages were verified to be inbox or alluser installed.
    
    2020-02-20 16:28:35, Info                  SYSPRP Removing WCI reparse points with hr=0x00000000
    2020-02-20 16:28:35, Info                  SYSPRP Deleted subkey AppContainer under Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey 1527c705-839a-4832-9118-54d4Bd6a0c89_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey c5e2524a-ea46-4f67-841f-6a9465d9d515_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey E2A4F912-2574-4A75-9BB0-0D023378592B_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey InputApp_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.AccountsControl_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.AsyncTextService_8wekyb3d8bbwe.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.BioEnrollment_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.CredDialogHost_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.ECApp_8wekyb3d8bbwe.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.LockApp_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Win32WebViewHost_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.Apprep.ChxApp_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.AssignedAccessLockApp_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.CapturePicker_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.Cortana_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.NarratorQuickStart_8wekyb3d8bbwe.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.OOBENetworkCaptivePortal_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.OOBENetworkConnectionFlow_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.ParentalControls_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.PeopleExperienceHost_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.PinningConfirmationDialog_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.SecHealthUI_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.Windows.XGpuEjectDialog_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Microsoft.XboxGameCallableUI_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Windows.CBSPreview_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey windows.immersivecontrolpanel_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP Successfully set value STATE_LEFT_FROM_LAST_UNINSTALL under subkey Windows.PrintDialog_cw5n1h2txyewy.
    
    2020-02-20 16:28:35, Info                  SYSPRP App container key removed and appdata keys marked for cleanup
    
    2020-02-20 16:28:35, Info                  SYSPRP Deleted subkey Appmodel\Repository\Families under Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion.
    
    2020-02-20 16:28:35, Info                  SYSPRP Scheduled move of file C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCache\counters.dat 
    
    2020-02-20 16:28:35, Info                  SYSPRP Appxsvc service stopped
    
    2020-02-20 16:28:35, Info                  SYSPRP clipsvc service stopped
    
    2020-02-20 16:28:35, Info                  SYSPRP Called state repository block requests success
    
    2020-02-20 16:28:35, Warning               SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.Cortana_1.11.5.17763_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat'.
    2020-02-20 16:28:35, Info                  SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
    2020-02-20 16:28:35, Warning               SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.Cortana_1.11.5.17763_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG1'.
    2020-02-20 16:28:35, Info                  SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
    2020-02-20 16:28:35, Warning               SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.Cortana_1.11.5.17763_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG2'.
    2020-02-20 16:28:35, Info                  SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
    2020-02-20 16:28:35, Warning               SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.Cortana_1.11.5.17763_neutral_neutral_cw5n1h2txyewy'.
    2020-02-20 16:28:35, Info                  SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
    2020-02-20 16:28:35, Warning               SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.ShellExperienceHost_10.0.17763.1_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat'.
    2020-02-20 16:28:35, Info                  SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
    2020-02-20 16:28:35, Warning               SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.ShellExperienceHost_10.0.17763.1_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG1'.
    2020-02-20 16:28:35, Info                  SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
    2020-02-20 16:28:35, Warning               SYSPRP Encountered error 0x20 while deleting file '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.ShellExperienceHost_10.0.17763.1_neutral_neutral_cw5n1h2txyewy\ActivationStore.dat.LOG2'.
    2020-02-20 16:28:35, Info                  SYSPRP Explicitly ignoring sharing violation on activationstore, which can happen when the app is running.
    2020-02-20 16:28:35, Warning               SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages\Microsoft.Windows.ShellExperienceHost_10.0.17763.1_neutral_neutral_cw5n1h2txyewy'.
    2020-02-20 16:28:35, Info                  SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
    2020-02-20 16:28:35, Warning               SYSPRP Encountered error 0x91 while deleting directory '\\?\C:\ProgramData\Microsoft\Windows\AppRepository\Packages'.
    2020-02-20 16:28:35, Info                  SYSPRP Ignoring not empty directories, which can happen when the activation store was not deleted.
    2020-02-20 16:28:35, Warning               SYSPRP Ignoring folder Deleted because could not convert to family name
    
    2020-02-20 16:28:35, Info                  SYSPRP Exiting SysprepGeneralize (Appx).
    
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysprepGeneralize' from C:\Windows\System32\AppxSysprep.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SLReArmWindows' from C:\Windows\System32\slc.dll
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SLReArmWindows' from C:\Windows\System32\slc.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'CAPISysPrep_Generalize' from C:\Windows\system32\capisp.dll
    2020-02-20 16:28:35, Info                         capisp.dll::CAPISysPrep_Generalize: returning 0
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'CAPISysPrep_Generalize' from C:\Windows\system32\capisp.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Generalize_Bcd' from C:\Windows\System32\spbcd.dll
    2020-02-20 16:28:35, Info                  TOOL   Sysprep_Generalize_Bcd: Located BCD store on system drive. Generalizing it...
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Found the memory tester object.
    2020-02-20 16:28:35, Info                  TOOL   IsLoaderEntryForCurrentOS: Encountered a Windows OS Loader entry with device of type boot or locate.  This entry was probably generalized already which means this is the system boot entry.
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Found the Windows OS Loader object {1e0aa963-47a5-11ea-a88c-c33b2178aa1f} for the currently running OS. 
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Found the resume object {1e0aa962-47a5-11ea-a88c-c33b2178aa1f} for the OS loader.
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: System drive backed by VHD = 0
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Generalizing object {9dea862c-5cdd-4e70-acc1-f32b344d4795}
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Successfully generalized application device. Status = [0x0]
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Generalizing object {b2721d73-1db4-4c62-bf78-c548a880142d}
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Successfully generalized application device. Status = [0x0]
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Generalizing object {1e0aa963-47a5-11ea-a88c-c33b2178aa1f}
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Successfully generalized application device. Status = [0x0]
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Successfully generalized OS device. Status = [0x0]
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Generalizing object {1e0aa962-47a5-11ea-a88c-c33b2178aa1f}
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Successfully generalized application device. Status = [0x0]
    2020-02-20 16:28:35, Info                  TOOL   GeneralizeBcdStore: Successfully generalized hiberfile device. Status = [0x0]
    2020-02-20 16:28:35, Info                  TOOL   Sysprep_Generalize_Bcd: Successfully generalized the bcd store. Status=[0x0]
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Generalize_Bcd' from C:\Windows\System32\spbcd.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'NetworkListManager_Generalize' from C:\Windows\System32\nlmsprep.dll
    2020-02-20 16:28:35, Info                  SYSPRP nlmsprep.dll: Generalize start
    2020-02-20 16:28:35, Info                  SYSPRP nlmsprep.dll: Generalize finish
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'NetworkListManager_Generalize' from C:\Windows\System32\nlmsprep.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'SysPrepDtcGeneralize' from C:\Windows\system32\msdtcprx.dll
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysPrepDtcGeneralize' from C:\Windows\system32\msdtcprx.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'WinRE_Generalize' from C:\Windows\System32\reagent.dll
    2020-02-20 16:28:35, Info                         [sysprep.exe] Enter WinRE_Generalize
    2020-02-20 16:28:35, Info                         [sysprep.exe] Update enhanced config info is enabled.
    2020-02-20 16:28:35, Warning                      [sysprep.exe] Failed to get recovery entries: 0xc0000225
    2020-02-20 16:28:35, Info                         [sysprep.exe] winreGetWinReGuid returning 0X490
    2020-02-20 16:28:35, Info                         [sysprep.exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo WinRE disabled, WinRE Guid could not be determined  (0x490) 
    2020-02-20 16:28:35, Info                         [sysprep.exe] Winre is already disabled, nothing to do here
    2020-02-20 16:28:35, Info                         [sysprep.exe] Exit WinRE_Generalize returns success with last error: 0x2
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'WinRE_Generalize' from C:\Windows\System32\reagent.dll without error
    2020-02-20 16:28:35, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'UtcSysprepGeneralize' from diagtrack.dll
    2020-02-20 16:28:36, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'UtcSysprepGeneralize' from diagtrack.dll without error
    2020-02-20 16:28:36, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'ClipCleanUpState' from C:\Windows\System32\clipc.dll
    2020-02-20 16:28:36, Info                  SYSPRP Entering ClipCleanUpState - Client Stub
    2020-02-20 16:28:36, Info                  SYSPRP Exiting ClipCleanUpState - Client Stub
    2020-02-20 16:28:36, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'ClipCleanUpState' from C:\Windows\System32\clipc.dll without error
    2020-02-20 16:28:36, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'ProvPackageSysprepGeneralize' from C:\Windows\System32\ProvSysprep.dll
    2020-02-20 16:28:37, Info                  SYSPRP Provisioning packages are removed successfully
    
    2020-02-20 16:28:37, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'ProvPackageSysprepGeneralize' from C:\Windows\System32\ProvSysprep.dll without error
    2020-02-20 16:28:37, Info                  SYSPRP ActionPlatform::LaunchModule: Executing method 'PowerGeneralizePlatformSettings' from C:\Windows\System32\powrprof.dll
    2020-02-20 16:28:37, Info                  SYSPRP ActionPlatform::LaunchModule: Successfully executed 'PowerGeneralizePlatformSettings' from C:\Windows\System32\powrprof.dll without error
    2020-02-20 16:28:37, Info                  SYSPRP SysprepSession::Execute: Sysprep mode was not specified, deleting it from registry
    2020-02-20 16:28:37, Info       [0x0f004c] SYSPRP WaitThread:Exiting spawned waiting thread
    2020-02-20 16:28:37, Info       [0x0f007a] SYSPRP FCreateTagFile:Successfully created tag file c:\windows\system32\sysprep\Sysprep_succeeded.tag
    2020-02-20 16:28:37, Info       [0x0f0041] SYSPRP WinMain:Processing system shutdown request.
    2020-02-20 16:28:37, Info       [0x0f0074] SYSPRP ProcessShutdown:Successfully enabled the shutdown privilege
    2020-02-20 16:28:37, Info       [0x0f0076] SYSPRP ProcessShutdown:Successfully called InitiateSystemShutdownEx to shutdown the computer
    2020-02-20 16:28:37, Info       [0x0f0052] SYSPRP Shutting down SysPrep log
    2020-02-20 16:28:37, Info       [0x0f004d] SYSPRP The time is now 2020-02-20 16:28:37
    and its own setuperr:
    Code:
    2020-02-04 15:27:38, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-04 16:41:44, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-04 16:42:21, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-04 16:58:38, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-04 17:42:37, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-05 08:03:58, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-05 14:39:46, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-05 14:54:31, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-05 15:18:33, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-06 08:14:47, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-06 13:20:21, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-07 09:05:35, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-07 16:42:35, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-07 16:47:31, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-07 17:01:34, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 08:30:59, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 10:26:59, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 12:00:45, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 15:06:18, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 16:46:26, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-10 16:47:56, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-13 17:28:41, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-19 13:35:38, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-19 16:18:02, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-20 16:02:55, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    2020-02-20 16:24:34, Error      [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE
    - - - Updated - - -

    HI Kari, just a small update: I've removed the space from /active, but no changes, same error

    - - - Updated - - -

    Hi Kari: update 2..

    Hi tried to edit the unattended.xml again, removing unnecessary parts and I guess I made like 20 different versions, but no luck
      My Computer


  4. Posts : 6
    windows 10 LTSC 1803
    Thread Starter
       #4

    :) Well, solved by myself...I was working on WIn10LTSC (1809) with WinAIK (1803). stupid me.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:28.
Find Us




Windows 10 Forums