Quantcast
Channel: ImageAssist - Recent Threads
Viewing all articles
Browse latest Browse all 150

Windows 10 "Creators" v1703, sysprep ERROR unattend.xml "computer name" invalid

$
0
0

Hello,

I am having trouble with Dell Image Assist (DIA) since Microsoft pushed the "Creators" update.  I am creating the image and right at the end, it fails.  We use the service tag as part of our company naming scheme and when looking at the unattend.XML file I see an underscore when it is referencing

<ComputerName>CF10-Service_Tag</ComputerName>  (text and error logs will be cleaned and added below).

I think it is the underscore it has an issue with and that is being added by DIA.  Is there a fix for this?

UNATTEND.XML

<?xml version='1.0' encoding='utf-8'?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="schemas.microsoft.com/.../State" xmlns:xsi="www.w3.org/.../XMLSchema-instance">
<ComputerName>CF10-Service_Tag</ComputerName>
<RegisteredOrganization>Company Name</RegisteredOrganization>
<TimeZone>Eastern Standard Time</TimeZone>
</component>
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="schemas.microsoft.com/.../State" xmlns:xsi="www.w3.org/.../XMLSchema-instance">
<Identification>
<Credentials>
<Domain>Domain.local</Domain>
<Password>Password</Password>
<Username>User</Username>
</Credentials>
<JoinDomain>Domain.local</JoinDomain>
</Identification>
</component>
<component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="schemas.microsoft.com/.../State" xmlns:xsi="www.w3.org/.../XMLSchema-instance">
<DisableSR>0</DisableSR>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="schemas.microsoft.com/.../State" xmlns:xsi="www.w3.org/.../XMLSchema-instance">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Description>NOTIFY_NODIM_UAC_EnableLUA</Description>
<Path>cmd /c reg ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f</Path>
<Order>1</Order>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Description>NOTIFY_NODIM_UAC_ConsentPromptBehaviorAdmin</Description>
<Path>cmd /c reg ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 5 /f</Path>
<Order>2</Order>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Description>NOTIFY_NODIM_UAC_PromptOnSecureDesktop</Description>
<Path>cmd /c reg ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v PromptOnSecureDesktop /t REG_DWORD /d 0 /f</Path>
<Order>3</Order>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Description>CMDLINES4</Description>
<Path>CMD.EXE /C reg.exe Add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\OEM Key Injector.exe" /d "~RUNASADMIN"</Path>
<Order>4</Order>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
<settings pass="generalize" wasPassProcessed="true">
<component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="schemas.microsoft.com/.../State" xmlns:xsi="www.w3.org/.../XMLSchema-instance">
<DoNotCleanUpNonPresentDevices>false</DoNotCleanUpNonPresentDevices>
<PersistAllDeviceInstalls>false</PersistAllDeviceInstalls>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="schemas.microsoft.com/.../State" xmlns:xsi="www.w3.org/.../XMLSchema-instance">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="schemas.microsoft.com/.../State" xmlns:xsi="www.w3.org/.../XMLSchema-instance">
<UserAccounts>
<AdministratorPassword>
<Value></Value>
<PlainText>true</PlainText>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Description></Description>
<DisplayName></DisplayName>
<Name>hxnomihvv</Name>
<Group>Administrators</Group>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<TimeZone>Eastern Standard Time</TimeZone>
<RegisteredOwner>Registered Owner</RegisteredOwner>
</component>
</settings>
</unattend>

SETUPACT.LOG

2017-05-19 09:58:26, Info [0x0601c1] IBS InstallWindows:Install Path = C:\WINDOWS\system32\oobe
2017-05-19 09:58:26, Info [0x0601c2] IBS InstallWindows:Setup Phase = 4
2017-05-19 09:58:26, 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].
2017-05-19 09:58:26, Info [0x0606cc] IBS LogBootDeviceInfo:The system boot device ARC path is [multi(0)disk(0)rdisk(0)partition(2)] and NT path is [\Device\Harddisk0\Partition2].
2017-05-19 09:58:26, Info [setup.exe] OrchestrateUpdateImageState: Updating image state from [IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE] --> [IMAGE_STATE_UNDEPLOYABLE]
2017-05-19 09:58:26, Info [0x0601ee] IBS PrepareSetupForFirstBootPhase:Working directory is [C:\WINDOWS\Panther]; we are starting an installation
2017-05-19 09:58:26, Info IBS PrepareSetupForFirstBootPhase:Passed drive-letter assignment sanity check.
2017-05-19 09:58:26, Info [0x0601cc] IBS InstallWindows:Performing a new install from first boot phase. Working directory = C:\WINDOWS\Panther
2017-05-19 09:58:26, Info [0x0601ce] IBS Setup has started phase 4 at 2017-05-19 09:58:26
2017-05-19 09:58:26, Info [0x0601cf] IBS Install source is C:\WINDOWS\system32\oobe
2017-05-19 09:58:26, Info [0x0601d0] IBS Build version is 10.0.15063.0 (WinBuild.160101.0800)
2017-05-19 09:58:26, Info [0x064042] IBSLIB CreateSetupBlackboard:Creating new blackboard path is [C:\WINDOWS\Panther\SetupInfo] Setup phase is [4]
2017-05-19 09:58:26, Info [0x090008] PANTHR CBlackboard::Open: C:\WINDOWS\Panther\SetupInfo succeeded.
2017-05-19 09:58:26, Info [0x064043] IBSLIB CreateSetupBlackboard:Successfully created/opened Setup black board path is [C:\WINDOWS\Panther\SetupInfo]
2017-05-19 09:58:26, Info IBS InstallWindows:No UI language from a previous boot was found on the blackboard. Using selected language [].
2017-05-19 09:58:26, Info IBS InstallWindows:Setup architecture is [x64]
2017-05-19 09:58:26, Info [0x0601d5] IBS InstallWindows:Starting with Empty Queue. Setup Phase = 4
2017-05-19 09:58:26, Info PANTHR InitializedCriticalSection for pExecQueue->csLock;
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ScenarioDetect in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Engine in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Internal in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ErrorHandler in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Diagnostic in diagnostic.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Unattend in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ParseCommandLine in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Ems in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module PrepareInstallDrive in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module TempDrive in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CopySetupFiles in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module BootPrep in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module BootEntries in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CopyPrivates in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ProductKey in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ComputerName in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module License in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DiskInformation in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module FixBBPaths in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DiskConfig in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CreatePageFile in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Imaging in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CopyImages in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DeployImages in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DiskSpace in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Completion in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module MountDev in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Cmi in cmisetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module SystemRestore in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module FirstBootCleanup in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module RestartModule in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ExternalDrivers in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CBS in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module SkuAssembly in cmisetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module LanguagePack in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ConfigSet in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module UnattendImgInstall in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CFGOfflineImage in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info PnPIBS: Initializing the PnP IBS Module ...

2017-05-19 09:58:26, Info PnPIBS: Successfully initialized the PnP IBS Module.

2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module PnP IBS module in pnpibs.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Compliance in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Rollback in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Locale in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Source media module in winsetup.dll
2017-05-19 09:58:26, Info [0x060359] IBS Callback_ScenarioDetect:Setup is starting from [4] phase
2017-05-19 09:58:26, Info IBS Callback_BootEnvironmentDetect:FirmwareType 1.
2017-05-19 09:58:26, Info IBS Callback_BootEnvironmentDetect: Detected boot environment: BIOS
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module OnlineUI in win32ui.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module OnlineProgress in spprgrss.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module OnlineSettings in winsetup.dll
2017-05-19 09:58:26, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;
2017-05-19 09:58:26, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Sysprep in winsetup.dll
2017-05-19 09:58:26, Info [0x060004] IBS Callback_UpdateDrivePathsOnBB:No need to update the blackboard paths.
2017-05-19 09:58:26, Info [0x070035] DIAG CallBack_DiagnosticDataGeneration: Called with notification for Initialization
2017-05-19 09:58:26, Info DIAG CallBack_DiagnosticDataGeneration: Setup was started from Phase 4. Disabling Diagnostics [DiagnosticDataGeneration] in this scenario
2017-05-19 09:58:26, Info [0x060258] IBS GenerateName: Failed to read the Key UserData\FullName\Value from Blackboard defaulting to WIN
2017-05-19 09:58:26, Info [0x060259] IBS GenerateName: Failed to read the Key UserData\OrgName\Value from Blackboard
2017-05-19 09:58:26, Info [0x06025d] IBS Callback_ComputerName_Validate:Computer name is WIN-O7B8IOMHNP1
2017-05-19 09:58:26, Info [0x06025a] IBS Callback_ComputerName_Generate:Computer name [WIN-O7B8IOMHNP1] is valid.
2017-05-19 09:58:26, Info IBS SetComputerNameOnline: Set the computer name to WIN-O7B8IOMHNP1
2017-05-19 09:58:26, Info [0x070035] DIAG CallBack_DiagnosticDataGeneration: Called with notification for Initialization
2017-05-19 09:58:26, Info DIAG CallBack_DiagnosticDataGeneration: Setup was started from Phase 4. Disabling Diagnostics [DiagnosticDataGeneration] in this scenario
2017-05-19 09:58:26, Info IBS Callback_Specialize: Enter.
2017-05-19 09:58:26, Info IBS InitializeSecurity: Skipping security initialization - already executed on this image.
2017-05-19 09:58:26, Info IBS Callback_Specialize: Current State: [4]
2017-05-19 09:58:26, Info IBS Callback_Specialize: Attempting to specialize image
2017-05-19 09:58:26, Info [0x0f00ba] SYSPRP SysprepSession::CreateSession: Successfully created instance with mount path C:, action file C:\Windows\System32\Sysprep\ActionFiles\Specialize.xml, and mode <null>
2017-05-19 09:58:26, Info SYSPRP SysprepSession::Execute: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Specialize.xml
2017-05-19 09:58:26, Info SYSPRP ActionPlatform::GetStringValue: Getting REG_SZ value SysprepMode under key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\Sysprep
2017-05-19 09:58:26, Info SYSPRP ActionPlatform::GetValue: Getting value SysprepMode under key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\Sysprep
2017-05-19 09:58:26, Warning SYSPRP ActionPlatform::GetValue: Error from RegQueryValueEx on value SysprepMode under key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\Sysprep; dwRet = 0x2
2017-05-19 09:58:26, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2017-05-19 09:58:26, Info SYSPRP ActionPlatform::GetStringValue: Getting REG_SZ value PROCESSOR_ARCHITECTURE under key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
2017-05-19 09:58:26, Info SYSPRP ActionPlatform::GetValue: Getting value PROCESSOR_ARCHITECTURE under key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
2017-05-19 09:58:26, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: After sorting, providers will be excuted in this order:
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-WofUtil, order: 80d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-Sysprep-SpOpk, order: 100d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-Restore-ACL-CmdLine, order: 200d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-SQMApi, order: 300d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-Fault-Tolerant-Heap-Core, order: 400d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-PnpSysprep, order: 500d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-Security-Security Configuration Engine Client, order: 600d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-TerminalServices-RemoteConnectionManager, order: 700d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-TerminalServices-LocalSessionManager, order: 800d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-Setup-Component, order: 900d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-TerminalServices-ClientActiveXCore, order: a00d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-Shell-Setup, order: b00d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-ErrorReportingCore, order: c00d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-AppX-Sysprep, order: d00d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-Resource-Leak-Diagnostic-Core, order: e00d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-IE-Sysprep, order: f00d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-AppCompat-Sysprep, order: 1000d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-Cryptography, order: 1100d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-Sysprep-SpBcd, order: 1200d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-COM-DTC-Runtime, order: 1300d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:StartupApp-Task-Data, order: 1500d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-WinRE-RecoveryAgent, order: 1a00d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-TIScavengeTask, order: 1b00d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-ServicingStack, order: 1c00d
2017-05-19 09:58:26, Info SYSPRP SysprepSession::ExecuteInternal: name:Microsoft-Windows-Provisioning-Sysprep, order: 1d00d
2017-05-19 09:58:26, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-WofUtil
2017-05-19 09:58:26, Warning SYSPRP ActionPlatform::DeleteValue: Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOF, whose value is to be deleted, does not exist
2017-05-19 09:58:26, Warning SYSPRP ActionPlatform::DeleteValue: Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WOF, whose value is to be deleted, does not exist
2017-05-19 09:58:26, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-Sysprep-SpOpk
2017-05-19 09:58:26, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'Sysprep_Specialize_Opk' in C:\Windows\System32\spopk.dll; executing it
2017-05-19 09:58:26, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Specialize_Opk' from C:\Windows\System32\spopk.dll without error
2017-05-19 09:58:26, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-Restore-ACL-CmdLine
2017-05-19 09:58:26, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'DDACLSys_Specialize' in DDACLSys.dll; executing it
2017-05-19 09:58:26, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'DDACLSys_Specialize' from DDACLSys.dll without error
2017-05-19 09:58:26, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-SQMApi
2017-05-19 09:58:26, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'SqmSysprepSpecialize' in sqmapi.dll; executing it
2017-05-19 09:58:26, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SqmSysprepSpecialize' from sqmapi.dll without error
2017-05-19 09:58:26, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-Fault-Tolerant-Heap-Core
2017-05-19 09:58:26, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'FthSysprepSpecialize' in fthsvc.dll; executing it
2017-05-19 09:58:26, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'FthSysprepSpecialize' from fthsvc.dll without error
2017-05-19 09:58:26, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-PnpSysprep
2017-05-19 09:58:26, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'Sysprep_Specialize_Pnp' in C:\Windows\System32\sppnp.dll; executing it
2017-05-19 09:58:26, Info SYSPRP SPPNP: Sysprep_Specialize_Pnp: Enter
2017-05-19 09:58:26, Info SYSPRP SPPNP: Created progress thread.
2017-05-19 09:58:26, Info SYSPRP SPPNP: Creating device install status thread.
2017-05-19 09:58:26, Info SYSPRP SPPNP: Waiting for device install status thread to exit.
2017-05-19 09:58:26, Info SYSPRP SPPNP: Locking down driver files.
2017-05-19 09:58:26, Info SYSPRP SPPNP: Status: Starting...
2017-05-19 09:58:26, Info SYSPRP SPPNP: Status: Total = 0, Complete = 0, Progress = 0% (0%)
2017-05-19 09:58:26, Info SYSPRP SPPNP: Status worker: Waiting for device installation to start...
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\common\clbltfnshared.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clang_compiler64.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9_img_cbk.o. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9_img_cbk.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.o. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.o. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\cpu_device64.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\intelocl64.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\OclCpuBackend64.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\task_executor64.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbb.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbbmalloc.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbb_preview.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_e9.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_h8.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_l9.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clang_compiler32.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.o. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.o. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.o. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.rtl. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\cpu_device32.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\intelocl32.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\OclCpuBackend32.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\task_executor32.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbb.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbbmalloc.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbb_preview.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_g9.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_n8.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_s9.dll. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\llvm_release_license.txt. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\readme.txt. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\Program Files (x86)\Common Files\Intel\OpenCL\version.ini. Err = 0x3
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\ColorImageEnhancement.wmv. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\common_clang32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\common_clang64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\difx64.exe. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\DisplayAudiox64.cab. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\FilmModeDetection.wmv. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\GfxResources.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\GfxUIEx.exe. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\Gfxv2_0.exe. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\Gfxv2_0.exe.config. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\Gfxv4_0.exe. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\Gfxv4_0.exe.config. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\ig9icd32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\ig9icd64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iga32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iga64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igc32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igc64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igd10idpp32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igd10idpp64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igd10iumd32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igd10iumd64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igd11dxva32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igd11dxva64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igd12umd32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igd12umd64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdail32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdail64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdbcl32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdbcl64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdclbif.bin. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdde32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdde64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdfcl32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdfcl64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdkmd64.sys. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdmcl32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdmcl64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdmd32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdmd64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdrcl32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdrcl64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdumdim32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdumdim64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdusc32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igdusc64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfx11cmrt32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfx11cmrt64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxcmjit32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxcmjit64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxcmrt32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxcmrt64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxCPL.cpl. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxCUIService.exe. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxCUIServicePS.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxDH.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxDHLib.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxDHLibv2_0.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxDI.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxDILib.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxDILibv2_0.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxDTCM.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxEM.exe. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxEMLib.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxEMLibv2_0.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxexps.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxexps32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxext.exe. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxLHM.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxLHMLib.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxLHMLibv2_0.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxSDK.exe. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxSDKLib.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igfxSDKLibv2_0.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhcp32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhcp64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhsip32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhsip64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhxa64.cpa. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhxa64.vp. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhxc64.vp. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhxc64_dev.vp. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhxg64.vp. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhxg64_dev.vp. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhxo64.vp. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhxo64_dev.vp. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\iglhxs64.vp. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igvk32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igvk32.json. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igvk64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igvk64.json. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\igxpco64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\ImageStabilization.wmv. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\IntelCpHDCPSvc.exe. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\IntelCpHeciSvc.exe. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\IntelOpenCL32.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\IntelOpenCL64.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\MetroIntelGenericUIFramework.dll. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\VulkanRT-EULA.rtf. Err = 0x2
2017-05-19 09:58:26, Warning SYSPRP SPPNP: Missing driver file C:\WINDOWS\System32\DriverStore\FileRepository\ki121375.inf_amd64_6b646dfedcbc3939\VulkanRT-Installer.exe. Err = 0x2
2017-05-19 09:58:26, Info SYSPRP SPPNP: Finished locking down driver files.
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removing phantom devices.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{83D71976-DF3C-4B45-A59F-407BB685C9DE} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{83D71976-DF3C-4B45-A59F-407BB685C9DE}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{F82CF08F-6FD3-47BF-98E8-2D24A41C40EF} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{F82CF08F-6FD3-47BF-98E8-2D24A41C40EF}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{DFFC2768-1460-48B7-9E35-C413DF6945C3} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{DFFC2768-1460-48B7-9E35-C413DF6945C3}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{2DBF3AB9-8080-4E30-86E2-3A8210EBBEE2} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{2DBF3AB9-8080-4E30-86E2-3A8210EBBEE2}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{ACE06041-181A-4196-9F9F-7B3C2684BD73} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{ACE06041-181A-4196-9F9F-7B3C2684BD73}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{3D8FB9E3-565B-4F4F-8630-D15E21AF7390} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{3D8FB9E3-565B-4F4F-8630-D15E21AF7390}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{EC19E847-B69C-4B58-85FC-5650A16F8795} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{EC19E847-B69C-4B58-85FC-5650A16F8795}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{2F8D4ABD-E7B1-41FB-BE1B-FA44C5B17DCD} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{2F8D4ABD-E7B1-41FB-BE1B-FA44C5B17DCD}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{478D8671-845D-40E0-89E8-4F629F377335} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{478D8671-845D-40E0-89E8-4F629F377335}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{FEE11F1F-E4CE-4561-90F2-995D57F309D0} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{FEE11F1F-E4CE-4561-90F2-995D57F309D0}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: SWD\PRINTENUM\{81A2E5FC-B9A0-4F05-9D6D-DDB0133E6CC1} is a phantom device
2017-05-19 09:58:26, Info SYSPRP SPPNP: Removed device SWD\PRINTENUM\{81A2E5FC-B9A0-4F05-9D6D-DDB0133E6CC1}.
2017-05-19 09:58:26, Info SYSPRP SPPNP: Finished removing phantom devices.
2017-05-19 09:58:26, Info SYSPRP SPPNP: Reinstalling devices on the system.
2017-05-19 09:58:26, Info SYSPRP SPPNP: No driver package signatures to update.
2017-05-19 09:58:26, Info SYSPRP SPPNP: Devices configured: 67
2017-05-19 09:58:26, Info SYSPRP SPPNP: Devices legacy-installed: 0
2017-05-19 09:58:26, Info SYSPRP SPPNP: Devices need (re)install: 5
2017-05-19 09:58:26, Info SYSPRP SPPNP: Making sure system services have been started.
2017-05-19 09:58:27, Info SYSPRP SPPNP: Status: Starting...
2017-05-19 09:58:27, Info SYSPRP SPPNP: Status: Total = 0, Complete = 0, Progress = 0% (0%)
2017-05-19 09:58:27, Info SYSPRP SPPNP: Status worker: Waiting for device installation to start...
2017-05-19 09:58:27, Info SYSPRP SPPNP: System services have been started.
2017-05-19 09:58:27, Info SYSPRP SPPNP: Waiting for pending device installs.
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Starting...
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Total = 0, Complete = 0, Progress = 0% (0%)
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Total = 10, Complete = 1, Progress = 10% (10%)
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Total = 11, Complete = 4, Progress = 36% (36%)
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Total = 14, Complete = 4, Progress = 28% (36%)
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Total = 15, Complete = 4, Progress = 26% (36%)
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Total = 16, Complete = 4, Progress = 25% (36%)
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:28, Info SYSPRP SPPNP: Status: Total = 16, Complete = 5, Progress = 31% (36%)
2017-05-19 09:58:29, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:29, Info SYSPRP SPPNP: Status: Total = 16, Complete = 6, Progress = 37% (37%)
2017-05-19 09:58:29, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:29, Info SYSPRP SPPNP: Status: Total = 16, Complete = 7, Progress = 43% (43%)
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Total = 16, Complete = 8, Progress = 50% (50%)
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Total = 16, Complete = 9, Progress = 56% (56%)
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Total = 16, Complete = 10, Progress = 62% (62%)
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Total = 16, Complete = 13, Progress = 81% (81%)
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Total = 16, Complete = 14, Progress = 87% (87%)
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Total = 16, Complete = 15, Progress = 93% (93%)
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Active
2017-05-19 09:58:30, Info SYSPRP SPPNP: Completed pending device installs.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Status: Total = 16, Complete = 16, Progress = 100% (100%)
2017-05-19 09:58:30, Info SYSPRP SPPNP: Device reinstallation completed.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Removing unneeded PNF files.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Gathering installed driver INFs.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Finished waiting for device install status.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Finished gathering installed driver INFs.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file 1394.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file acpi.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file acpidev.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file acpipagr.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file acpipmi.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file acpitime.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file arcsas.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file athw8x.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file audioendpoint.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file basicdisplay.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file BasicRender.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file bcmdhd64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file bcmfn2.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file bthaudhid.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file bthhfenum.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file bthpan.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file buttonconverter.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file capimg.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file cdrom.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file ChargeArbitration.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file cht4sx64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file cht4vx64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file circlass.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file cmbatt.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file compositebus.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file cpu.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_apo.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_barcodescanner.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_cashdrawer.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_diskdrive.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_extension.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_firmware.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fsactivitymonitor.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fsantivirus.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fscfsmetadataserver.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fscompression.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fscontentscreener.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fscontinuousbackup.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fscopyprotection.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fsencryption.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fshsm.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fsinfrastructure.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fsopenfilebackup.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fsphysicalquotamgmt.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fsquotamgmt.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fsreplication.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fssecurityenhancer.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fssystem.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fssystemrecovery.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fsundelete.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_fsvirtualization.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_holographic.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_linedisplay.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_magneticstripereader.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_mcx.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_monitor.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_netdriver.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_processor.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_proximity.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_receiptprinter.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_scmdisk.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_scmvolume.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_sslaccel.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_swcomponent.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file c_swdevice.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file c_volume.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file dc1-controller.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file digitalmediadevice.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file disk.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file display.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file e2xw10x64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file ehstortcgdrv.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file errdev.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file fdc.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file flpydisk.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file genericusbfn.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file hal.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file hdaudbus.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file hdaudio.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file hidbatt.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file hidbth.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file hiddigi.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file hidi2c.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file hidinterrupt.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file hidir.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file iagpio.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file iai2c.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file iaLPSS2i_GPIO2_BXT_P.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file iaLPSS2i_GPIO2_SKL.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file iaLPSS2i_I2C_BXT_P.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file iaLPSS2i_I2C_SKL.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file ialpssi_gpio.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file ialpssi_i2c.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file iastorav.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file iastorv.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file input.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file intelpep.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file iscsi.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file kdnic.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file keyboard.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file ks.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file ksfilter.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file machine.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file mausbhost.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file mdmbtmdm.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file megasas2i.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file miradisp.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file mlx4_bus.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file monitor.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file msdri.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file msgpiowin32.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file mshdc.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file msmouse.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file msports.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file mssmbios.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file msux64w10.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file mtconfig.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file ndisvirtualbus.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file net1ic64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file net7500-x64-n650f.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file net7800-x64-n650f.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file net8185.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file net8187bv64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file net8187se64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file net8192se64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file net8192su64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file net819xp.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file net9500-x64-n650f.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netathr10x.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netathrx.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netavpna.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netbc63a.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netbc64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netbvbda.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netevbda.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netr28ux.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netr28x.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netr7364.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netrasa.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netrndis.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netrtwlane.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netrtwlane_13.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netrtwlans.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netsstpa.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file nettun.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netv1x64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netvwifimp.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netvwwanmp.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netwbw02.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netwew00.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netwew01.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netwlan92de.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netwlv64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netwmbclass.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netwns64.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netwsw00.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file netwtw04.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file npsvctrig.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file ntprint.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file nulhpopr.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file nulhprs8.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file nvdimmn.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file oem0.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file oem1.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file oem10.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file oem11.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file oem12.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file oem2.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file oem3.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file oem6.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file oem8.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file oem9.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file oposdrv.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file pci.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file PerceptionSimulationSixDof.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file pmem.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file printqueue.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file prncacla.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file prnhpnul.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file ramdisk.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file rawsilo.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file rdpbus.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file remoteposdrv.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file rndiscmp.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file rtwlanu_oldIC.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file sbp2.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file scmbus.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file SDFRd.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file sdstor.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file spaceport.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file sti.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file stornvme.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file storufs.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file swenum.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file tdibth.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file termkbd.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file termmou.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file tpm.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file transfercable.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file tsgenericusbdriver.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file tsusbhub.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file ts_generic.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file uaspstor.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file UcmUcsi.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file uefi.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file ufxchipidea.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file ufxsynopsys.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file umbus.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file umpass.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file urschipidea.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file urssynopsys.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file usb.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file usbcir.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file usbhub3.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file usbnet.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file usbport.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file usbprint.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file usbser.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file usbstor.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file usbxhci.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file vdrvroot.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file volmgr.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file volume.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file vstxraid.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file v_mscdsc.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file wceisvista.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file wdmaudio.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file wfcvsc.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file wgencounter.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file WindowsTrustedRTProxy.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file winusb.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file wmbclass_wmc_union.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Skipped deleting file wmiacpi.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file WpdFs.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file wsdprint.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file wsdscdrv.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file wstorflt.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file wvmbus.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file wvmgid.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file wvpci.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file xboxgip.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file xinputhid.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Deleted file xusb22.PNF.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Finished removing unneeded PNF files.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Waiting for progress thread to exit.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Progress thread exited.
2017-05-19 09:58:30, Info SYSPRP SPPNP: Sysprep_Specialize_Pnp: Exit
2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Specialize_Pnp' from C:\Windows\System32\sppnp.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-Security-Security Configuration Engine Client
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'SceSysPrep' in C:\Windows\System32\scecli.dll; executing it
2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SceSysPrep' from C:\Windows\System32\scecli.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-TerminalServices-RemoteConnectionManager
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'RCMSysPrepRestore' in C:\Windows\System32\setup\tssysprep.dll; executing it
2017-05-19 09:58:30, Info SYSPRP Entering RCMSysPrepRestore

2017-05-19 09:58:30, Info SYSPRP Leaving RCMSysPrepRestore

2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'RCMSysPrepRestore' from C:\Windows\System32\setup\tssysprep.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-TerminalServices-LocalSessionManager
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'LSMSysPrepRestore' in C:\Windows\System32\setup\tssysprep.dll; executing it
2017-05-19 09:58:30, Info SYSPRP Entering LSMSysPrepRestore

2017-05-19 09:58:30, Info SYSPRP ResetTSRDSAppXKeys on AUINSTALLAGENT_REG_STAGINGINPROGRESS FAILED: 2

2017-05-19 09:58:30, Info SYSPRP Leaving LSMSysPrepRestore

2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'LSMSysPrepRestore' from C:\Windows\System32\setup\tssysprep.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-Setup-Component
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'SpSetupOnlineSettingsSpecialize' in C:\Windows\System32\oobe\winsetup.dll; executing it
2017-05-19 09:58:30, Info [0x060366] IBS OnlineSetting_CreateBootstatDatFile: Found an existing bootstat.dat
2017-05-19 09:58:30, Info [0x060367] IBS OnlineSetting_CreateBootstatDatFile: Succeeded
2017-05-19 09:58:30, Info [0x06035e] IBS OnlineSetting_PatchPowerSettings: Successfully updated power settings.
2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SpSetupOnlineSettingsSpecialize' from C:\Windows\System32\oobe\winsetup.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-TerminalServices-ClientActiveXCore
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'RdpSysPrepRestore' in C:\Windows\System32\setup\tssysprep.dll; executing it
2017-05-19 09:58:30, Info SYSPRP Entering RdpSysPrepRestore

2017-05-19 09:58:30, Info SYSPRP Leaving RdpSysPrepRestore

2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'RdpSysPrepRestore' from C:\Windows\System32\setup\tssysprep.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-Shell-Setup
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'Sysprep_Specialize_Shell' in C:\Windows\System32\shsetup.dll; executing it
2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Specialize_Shell' from C:\Windows\System32\shsetup.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-ErrorReportingCore
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'WerSysprepSpecialize' in wer.dll; executing it
2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'WerSysprepSpecialize' from wer.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-AppX-Sysprep
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'AppxSysprepSpecialize' in C:\Windows\System32\AppxSysprep.dll; executing it
2017-05-19 09:58:30, Info SYSPRP Entering AppxSysprepSpecialize.

2017-05-19 09:58:30, Info SYSPRP DetermineIfReRegisterOnUpgrade: NoReRegisterOnUpgrade = 1

2017-05-19 09:58:30, Info SYSPRP IsOSUpgradeWithNoReRegister: 1

2017-05-19 09:58:30, Info SYSPRP Successfully enabled NTFS Journaling.
2017-05-19 09:58:30, Info SYSPRP AppxSysprepSpecialize invoked during an OSUpgrade. Skipping unnecessary Deployment work.
2017-05-19 09:58:30, Info SYSPRP Exiting AppxSysprepSpecialize with 0x0.
2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'AppxSysprepSpecialize' from C:\Windows\System32\AppxSysprep.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-Resource-Leak-Diagnostic-Core
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'RdrSysprepSpecialize' in radardt.dll; executing it
2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'RdrSysprepSpecialize' from radardt.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-IE-Sysprep
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'Sysprep_Specialize_IE' in C:\Windows\System32\iesysprep.dll; executing it
2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Specialize_IE' from C:\Windows\System32\iesysprep.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-AppCompat-Sysprep
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'Sysprep_Specialize_Compat' in C:\Windows\System32\spcompat.dll; executing it
2017-05-19 09:58:30, Info SYSPRP Starting compatibility specialization.
2017-05-19 09:58:30, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Specialize_Compat' from C:\Windows\System32\spcompat.dll without error
2017-05-19 09:58:30, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-Cryptography
2017-05-19 09:58:30, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'CryptoSysPrep_Specialize' in C:\Windows\system32\capisp.dll; executing it
2017-05-19 09:58:30, Info capisp.dll::CheckIFCryptoSysPrepSpecialized: returning 0
2017-05-19 09:58:31, Info capisp.dll::CryptoSysPrep_Specialize: assigned CAPI machine guid "0434c8a7-f986-4f4e-ac5c-ffe6c2446d15"
2017-05-19 09:58:31, Info capisp.dll::DisableAdministratorIfApplicable disabled the admin account.
2017-05-19 09:58:31, Info capisp.dll::CryptoSysPrep_Specialize: returning 0
2017-05-19 09:58:31, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'CryptoSysPrep_Specialize' from C:\Windows\system32\capisp.dll without error
2017-05-19 09:58:31, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-Sysprep-SpBcd
2017-05-19 09:58:31, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'Sysprep_Specialize_Bcd' in C:\Windows\System32\spbcd.dll; executing it
2017-05-19 09:58:31, Info TOOL GeneralizeBcdStore: Found the memory tester object.
2017-05-19 09:58:31, Info TOOL SpecializeBcdStore: Found the resume object {4ae71f17-3c58-11e7-8071-a06c18081c3a} for the OS loader.
2017-05-19 09:58:31, Info TOOL SpecializeBcdStore: Successfully specialized {9dea862c-5cdd-4e70-acc1-f32b344d4795} application device. Status = [0x0]
2017-05-19 09:58:31, Info TOOL SpecializeBcdStore: Successfully specialized {b2721d73-1db4-4c62-bf78-c548a880142d} application device. Status = [0x0]
2017-05-19 09:58:31, Info TOOL SpecializeBcdStore: Successfully specialized {fa926493-6f1c-4193-a414-58f0b2456d1e} application device. Status = [0x0]
2017-05-19 09:58:31, Info TOOL SpecializeBcdStore: Successfully set the {fa926493-6f1c-4193-a414-58f0b2456d1e} OS device to the boot partition. Status = [0x0]
2017-05-19 09:58:31, Warning TOOL SpecializeBcdStore: The /detecthal switch could not be removed because it was not found.
2017-05-19 09:58:31, Info TOOL SpecializeBcdStore: Successfully specialized {4ae71f17-3c58-11e7-8071-a06c18081c3a} application device. Status = [0x0]
2017-05-19 09:58:31, Info TOOL SpecializeBcdStore: Successfully set the {4ae71f17-3c58-11e7-8071-a06c18081c3a} hiberfile device to the boot partition. Status = [0x0]
2017-05-19 09:58:31, Info TOOL Sysprep_Specialize_Bcd: Successfully specialized the bcd store. Status=[0x0]
2017-05-19 09:58:31, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'Sysprep_Specialize_Bcd' from C:\Windows\System32\spbcd.dll without error
2017-05-19 09:58:31, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-COM-DTC-Runtime
2017-05-19 09:58:32, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'SysPrepDtcSpecialize' in C:\Windows\system32\msdtcprx.dll; executing it
2017-05-19 09:58:32, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SysPrepDtcSpecialize' from C:\Windows\system32\msdtcprx.dll without error
2017-05-19 09:58:32, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component StartupApp-Task-Data
2017-05-19 09:58:32, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'SusRunOEMTask' in C:\Windows\System32\startupscan.dll; executing it
2017-05-19 09:58:32, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'SusRunOEMTask' from C:\Windows\System32\startupscan.dll without error
2017-05-19 09:58:32, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-WinRE-RecoveryAgent
2017-05-19 09:58:32, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'WinRE_Specialize' in C:\Windows\System32\reagent.dll; executing it
2017-05-19 09:58:32, Info [setup.exe] Enter WinRE_Specialize
2017-05-19 09:58:32, Info [setup.exe] CheckRegKey Reg get value (AllowDiskPartitionChanges) failed. with error 0x2
2017-05-19 09:58:32, Info [setup.exe] --Install on target OS step 1: collect info like partition list, loading reagent.xml, source winre.wim and partition
2017-05-19 09:58:32, Info [setup.exe] Enumerate and log all fixed partitions:
2017-05-19 09:58:32, Info [setup.exe] --Partition info--
2017-05-19 09:58:32, Info [setup.exe] VolumeName: \\?\Volume{8df5889f-0000-0000-0000-501f00000000}, PartitionName: \\?\GLOBALROOT\device\harddisk0\partition2
2017-05-19 09:58:32, Info [setup.exe] Partition number: 2, offset: 525336576, free space: 67687878656, total space: 127508934656
2017-05-19 09:58:32, Info [setup.exe] DiskNumber:0, DiskSignature:-1913288545, NTFS:1, Mbr:1, Active:0, Boot:1, BitlockerEnabled:0
2017-05-19 09:58:32, Info [setup.exe] MBR partition id: 0x7
2017-05-19 09:58:32, Info [setup.exe] DiskId: {00000000-0000-0000-0000-000000000000}
2017-05-19 09:58:32, Info [setup.exe] --Partition info--
2017-05-19 09:58:32, Info [setup.exe] VolumeName: \\?\Volume{8df5889f-0000-0000-0000-100000000000}, PartitionName: \\?\GLOBALROOT\device\harddisk0\partition1
2017-05-19 09:58:32, Info [setup.exe] Partition number: 1, offset: 1048576, free space: 490311680, total space: 524283904
2017-05-19 09:58:32, Info [setup.exe] DiskNumber:0, DiskSignature:-1913288545, NTFS:1, Mbr:1, Active:1, Boot:0, BitlockerEnabled:0
2017-05-19 09:58:32, Info [setup.exe] MBR partition id: 0x7
2017-05-19 09:58:32, Info [setup.exe] DiskId: {00000000-0000-0000-0000-000000000000}
2017-05-19 09:58:32, Info [setup.exe] Get downlevel ReAgent config
2017-05-19 09:58:32, Info [setup.exe] Downlevel config file path: \Recovery\ReAgentOld.xml
2017-05-19 09:58:32, Info [setup.exe] Checking for downlevel WinRE installation.
2017-05-19 09:58:32, Warning [setup.exe] read xml file (\Recovery\ReAgentOld.xml) failed: 0x2
2017-05-19 09:58:32, Warning [setup.exe] ReAgentXMLParser::ParseConfigFile failed to read config xml file (0x2) in file base\diagnosis\srt\reagent2\reinfo\parser_2.0.cpp line 772
2017-05-19 09:58:32, Warning [setup.exe] ReAgentXMLParser::ParseConfigFile (xml file: \Recovery\ReAgentOld.xml) returning 0x2
2017-05-19 09:58:32, Info [setup.exe] ReAgentConfig::ParseConfigFile ReAgent.XML was not found or could not be parsed, creating a new config xml Err=2
2017-05-19 09:58:32, Info [setup.exe] First round search
2017-05-19 09:58:32, Info [setup.exe] Get ReAgent config
2017-05-19 09:58:32, Info [setup.exe] GetReAgentConfig Config file path: C:\WINDOWS\system32\Recovery\ReAgent.xml
2017-05-19 09:58:32, Info [setup.exe] CheckRegKey test hook (SystemSetupInProgress) present or enabled
2017-05-19 09:58:32, Info [setup.exe] GetReAgentConfig System setup is in progress.
2017-05-19 09:58:32, Info [setup.exe] GetReAgentConfig Disabling update enhanced config info for legacy setup.
2017-05-19 09:58:32, Info [setup.exe] FindWinReSourceImageAndPartition No source winre.wim was specified. Checking for a staged winre.wim.
2017-05-19 09:58:32, Info [setup.exe] FindWinReSourceImageAndPartition using winre.wim from C:\WINDOWS\system32\Recovery
2017-05-19 09:58:32, Info [setup.exe] --Install on target OS step 2: detect and fix if there is any issue for winre settings
2017-05-19 09:58:32, Info [setup.exe] DetectAndFixWinReIssues nothing to do because winre is not enabled.
2017-05-19 09:58:32, Info [setup.exe] --Install on target OS step 3: check if we can keep winre.wim in the same partition if it is staged.
2017-05-19 09:58:32, Info [setup.exe] --Install on target OS step 4: check if we can put winre.wim in other partitions or create one if needed.
2017-05-19 09:58:32, Info [setup.exe] CanPutWinREOnOtherPartitions WinRE is not staged. Searching for a suitable partition for WinRE.
2017-05-19 09:58:32, Info [setup.exe] Entering FindTargetPartition
2017-05-19 09:58:32, Info [setup.exe] RegLoadKey $OFFLINE$SYSTEM failed. Error: 0x522.
2017-05-19 09:58:32, Info [setup.exe] Not allowed to repartition the disk
2017-05-19 09:58:32, Info [setup.exe] Start looping through each partition and initialize os partition, recovery partition and system partition for MBR
2017-05-19 09:58:32, Info [setup.exe] Checking partition at offset 525336576, partition number: 2
2017-05-19 09:58:32, Info [setup.exe] find OS partition
2017-05-19 09:58:32, Info [setup.exe] Checking partition at offset 1048576, partition number: 1
2017-05-19 09:58:32, Info [setup.exe] NOTE: find system partition and not OS partition for MBR
2017-05-19 09:58:32, Info [setup.exe] Complete looping through each partition
2017-05-19 09:58:32, Info [setup.exe] ----Search target partition option #1: try existing WinRE partition
2017-05-19 09:58:32, Info [setup.exe] ----Search target partition option #2: try first recovery partition
2017-05-19 09:58:32, Info [setup.exe] ----Search target partition option #3: try system partition for MBR
2017-05-19 09:58:32, Info [setup.exe] MeetPartitionRequirements Partition details: {Offset: 1048576, Free space: 490311680, Total space: 524283904}
2017-05-19 09:58:32, Info [setup.exe] MeetPartitionRequirements WinRE WIM size: 358834375
2017-05-19 09:58:32, Info [setup.exe] MeetPartitionRequirements Required free space: 463691975
2017-05-19 09:58:32, Info [setup.exe] Found target partition: use system partition for MBR, offset: 1048576
2017-05-19 09:58:32, Info [setup.exe] Exit FindTargetPartition returns with status code: 0x0
2017-05-19 09:58:32, Info [setup.exe] --Install on target OS step 5: set WinRE settings and restore system to a good state when hitting any errors
2017-05-19 09:58:32, Info [setup.exe] Enter SetWinRESettings
2017-05-19 09:58:32, Info [setup.exe] RegLoadKey $OFFLINE$SYSTEM failed. Error: 0x522.
2017-05-19 09:58:32, Info [setup.exe] Copying WinRE from C:\WINDOWS\system32\Recovery to staging location on \\?\GLOBALROOT\device\harddisk0\partition1
2017-05-19 09:58:32, Info [setup.exe] RegLoadKey $OFFLINE$SYSTEM failed. Error: 0x522.
2017-05-19 09:58:33, Info [setup.exe] Copied WinRE to staging location
2017-05-19 09:58:33, Info [setup.exe] Creating BCD entry
2017-05-19 09:58:33, Info [setup.exe] WinRE created BCD entry: : {B0455A0F-3C95-11E7-B024-1866DA3CB018}
2017-05-19 09:58:33, Info [setup.exe] Moving Winre and boot.sdi from staging location to target
2017-05-19 09:58:33, Info [setup.exe] Moved Winre and boot.sdi from staging location to target
2017-05-19 09:58:33, Info [setup.exe] Updating reagent.xml
2017-05-19 09:58:33, Info [setup.exe] Set WinRE location path to: \Recovery\WindowsRE
2017-05-19 09:58:33, Info [setup.exe] Set recovery guid
2017-05-19 09:58:33, Info [setup.exe] Set scheduled operation: WinReNoOperation
2017-05-19 09:58:33, Info [setup.exe] Set OS build version: 15063.0.amd64fre.rs2_release.170317-1834
2017-05-19 09:58:33, Info [setup.exe] Set Wimboot state: 0
2017-05-19 09:58:33, Info [setup.exe] Set install state to: enabled
2017-05-19 09:58:33, Info [setup.exe] Setting the recovery sequence for the target OS.
2017-05-19 09:58:33, Info [setup.exe] Machine firmware is not EFI, nothing to do
2017-05-19 09:58:33, Info [setup.exe] Creating backup of reagent.xml
2017-05-19 09:58:33, Info [setup.exe] Created backup of reagent.xml
2017-05-19 09:58:33, Info [setup.exe] Configuring the WinRE validation task.
2017-05-19 09:58:33, Info [setup.exe] Failed to clear WIM file trusted state: 0x2
2017-05-19 09:58:33, Info [setup.exe] Failed to clear WIM file hash: 0x2
2017-05-19 09:58:33, Info [setup.exe] Update enhanced config info is enabled.
2017-05-19 09:58:33, Info [setup.exe] WinRE is installed
2017-05-19 09:58:33, Info [setup.exe] Loading boot index 1
2017-05-19 09:58:35, Info [setup.exe] WinReValidateRecoveryWimInternal took 2141 ms.
2017-05-19 09:58:35, Info [setup.exe] Completed the WinRE validation task.
2017-05-19 09:58:35, Info [setup.exe] Creating backup of customization file
2017-05-19 09:58:35, Warning [setup.exe] Recovery file not found at C:\WINDOWS\system32\Recovery\ReCustomization.xml
2017-05-19 09:58:35, Warning [setup.exe] winreBackupRecoveryFile (C:\WINDOWS\system32\Recovery\ReCustomization.xml, ReCustomization.xml) failed, Err: 2
2017-05-19 09:58:35, Info [setup.exe] Created backup of customization file
2017-05-19 09:58:35, Info [setup.exe] SetWinRESettings return with error code 0x0
2017-05-19 09:58:35, Info [setup.exe] WinReInstallOnTargetOSInternal WinRE installation completed successfully.
2017-05-19 09:58:35, Info [setup.exe] Exit WinRE_Specialize with return value which is error code: 0x0
2017-05-19 09:58:35, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'WinRE_Specialize' from C:\Windows\System32\reagent.dll without error
2017-05-19 09:58:35, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-TIScavengeTask
2017-05-19 09:58:35, Info [0x0f00c6] SYSPRP ActionPlatform::DeleteValue: Deleting registry value LastScavengingStarvationReport under key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide
2017-05-19 09:58:35, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-ServicingStack
2017-05-19 09:58:35, Info [0x0f00c6] SYSPRP ActionPlatform::DeleteValue: Deleting registry value DecompressOverride under key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide
2017-05-19 09:58:35, Warning SYSPRP ActionPlatform::DeleteValue: Registry value DecompressOverride to be deleted does not exist under key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide
2017-05-19 09:58:35, Info [0x0f00bd] SYSPRP CreateSysprepActionList: Building action list for component Microsoft-Windows-Provisioning-Sysprep
2017-05-19 09:58:35, Info [0x0f0080] SYSPRP ActionPlatform::LaunchModule: Found 'ProvPackageSysprepSpecialize' in C:\Windows\System32\ProvSysprep.dll; executing it
2017-05-19 09:58:35, Info SYSPRP Execute provtool.exe with arguments '/Turn 1'

2017-05-19 09:58:39, Info SYSPRP Provisioning packages are applied successfully

2017-05-19 09:58:39, Info [0x0f0081] SYSPRP ActionPlatform::LaunchModule: Successfully executed 'ProvPackageSysprepSpecialize' from C:\Windows\System32\ProvSysprep.dll without error
2017-05-19 09:58:39, Info [0x0f00b8] SYSPRP SysprepSession::Execute: Sysprep mode was not specified, deleting it from registry
2017-05-19 09:58:39, Info [0x0f00c6] SYSPRP ActionPlatform::DeleteValue: Deleting registry value SysprepMode under key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\Sysprep
2017-05-19 09:58:39, Warning SYSPRP ActionPlatform::DeleteValue: Registry value SysprepMode to be deleted does not exist under key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\Sysprep
2017-05-19 09:58:39, Info IBS Callback_Specialize: Internal Providers Specialized Succeeded
2017-05-19 09:58:39, Info [0x0f008a] SYSPRP RunRegistryDlls:Retrieved section name for this phase as Specialize
2017-05-19 09:58:39, Warning [0x0f008f] SYSPRP RunRegistryDlls:Registry key is either empty or malformed: SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\SysPrepExternal\Specialize
2017-05-19 09:58:39, Info IBS Callback_Specialize: External Providers Specialized Succeeded
2017-05-19 09:58:39, Info [setup.exe] OrchestrateUpdateImageState: Updating image state from [IMAGE_STATE_UNDEPLOYABLE] --> [IMAGE_STATE_SPECIALIZE_RESEAL_TO_OOBE]
2017-05-19 09:58:39, Info IBS Callback_Specialize: Specialize return: [0]
2017-05-19 09:58:39, Info IBS Callback_Specialize: Exit.
2017-05-19 09:58:39, Info [0x030023] CMI Callback_CMI_ConfigInstall: Entry.
2017-05-19 09:58:39, Info CMI CBS_Core_Initialize: Loading CBS core from: C:\WINDOWS\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.15063.0_none_1a733a82001933cc\CbsCore.dll
2017-05-19 09:58:39, Info CMI CBS_Core_Initialize:Loaded cbscore.dll
2017-05-19 09:58:39, Info CMI CBS_Core_Initialize:Fetched entrypoints
2017-05-19 09:58:39, Info CMI CBS_Core_Initialize:Got malloc
2017-05-19 09:58:39, Info CBS Universal Time is: 2017-05-19 13:58:39.406
2017-05-19 09:58:39, Info CBS Loaded Servicing Stack v10.0.15063.0 with Core: C:\WINDOWS\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.15063.0_none_1a733a82001933cc\CbsCore.dll
2017-05-19 09:58:39, Info CBS Setting core mode: CbsCoreModeOffline
2017-05-19 09:58:39, Info CSI 00000001@2017/5/19:13:58:39.515 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7ffa097c4219 @0x7ffa0a44ce96 @0x7ffa0a44c1a4 @0x7ffa13ae21f6 @0x7ffa13ae25aa @0x7ffa13ae1a63)
2017-05-19 09:58:39, Info CBS Lock: New lock added: CCbsSessionManager, level: 11, total lock:14
2017-05-19 09:58:39, Info CBS Lock: New lock added: CSIInventoryCriticalSection, level: 64, total lock:15
2017-05-19 09:58:39, Info CBS Lock: New lock added: FlightPackageCacheCriticalSection, level: 128, total lock:16
2017-05-19 09:58:39, Info CBS Lock: New lock added: CCbsWorkerQueue, level: 60, total lock:17
2017-05-19 09:58:39, Info CBS Lock: New lock added: CCbsWorkerQueue:m_WindowsUpdateExpressDownloadLock, level: 10, total lock:18
2017-05-19 09:58:39, Info CMI CBS_Core_Initialize:CbsCorInitialize succeeded
2017-05-19 09:58:39, Info CMI Callback_CBS_Do_OnlineInstall:Calling startup processing
2017-05-19 09:58:39, Info CBS Setting ServicingInProgress flag to 2
2017-05-19 09:58:39, Info CBS Retrieved original failure status: 0x00000000, last forward execute state: CbsExecuteStateStageDrivers
2017-05-19 09:58:39, Info CBS SetProgressMessage: progressMessageStage: 0, ExecuteState: ExecuteStateNone, SubStage: 0
2017-05-19 09:58:39, Info CBS Setting ExecuteState key to: CbsExecuteStateStageDrivers
2017-05-19 09:58:39, Info CBS Setting RollbackFailed flag to 0
2017-05-19 09:58:39, Info CBS Clearing HangDetect value
2017-05-19 09:58:39, Info CBS Saved last global progress. Current: 0, Limit: 1, ExecuteState: ExecuteStateNone
2017-05-19 09:58:39, Info CBS Execute state was not set. Assuming ExecuteStateStart.
2017-05-19 09:58:39, Info CBS Startup: current ExecuteState is CbsExecuteStateStageDrivers
2017-05-19 09:58:39, Info CBS SetProgressMessage: progressMessageStage: 0, ExecuteState: CbsExecuteStateStageDrivers, SubStage: 0
2017-05-19 09:58:39, Info CBS Disabling LKG boot option
2017-05-19 09:58:39, Info CBS Startup: Initializing driver operations queue.
2017-05-19 09:58:39, Info CBS Startup: Initializing advanced operation queue.
2017-05-19 09:58:39, Info CSI 00000002 CSI Store 2458910715744 initialized
2017-05-19 09:58:39, Info CBS Startup: Running under setup, skipping wait for SC autostart event
2017-05-19 09:58:39, Info CBS Failed reading PoqexecCmdline registry key [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2017-05-19 09:58:39, Info CBS Failed to get poqexec cmdline from Components\Configuration. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2017-05-19 09:58:39, Info CBS Setting ExecuteState key to: CbsExecuteStateResolvePending
2017-05-19 09:58:39, Info CBS SetProgressMessage: progressMessageStage: -1, ExecuteState: CbsExecuteStateResolvePending, SubStage: 0
2017-05-19 09:58:39, Info CBS Startup: Processing advanced operation queue, startupPhase: 0
2017-05-19 09:58:39, Info CSI 00000003 IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags = 0000000a, progress = NULL, phase = 0, pdwDisposition = @0xbc935cd5a0
2017-05-19 09:58:39, Info CSI 00000004 Poqexec successfully registered in [l:12 ml:13]'SetupExecute'
2017-05-19 09:58:39, Info CBS Setting ExecuteState key to: CbsExecuteStateComplete
2017-05-19 09:58:39, Info CBS SetProgressMessage: progressMessageStage: -1, ExecuteState: CbsExecuteStateComplete, SubStage: 0
2017-05-19 09:58:39, Info CBS Clearing HangDetect value
2017-05-19 09:58:39, Info CBS Saved last global progress. Current: 1, Limit: 1, ExecuteState: CbsExecuteStateComplete
2017-05-19 09:58:39, Info CBS No pending packages, why was store asked to process pending packages?
2017-05-19 09:58:39, Info CBS Clearing original failure status: 0x00000000
2017-05-19 09:58:39, Info CBS Setting ExecuteState key to: ExecuteStateNone
2017-05-19 09:58:39, Info CBS Setting RollbackFailed flag to 0
2017-05-19 09:58:39, Info CBS Clearing HangDetect value
2017-05-19 09:58:39, Info CBS Saved last global progress. Current: 0, Limit: 1, ExecuteState: ExecuteStateNone
2017-05-19 09:58:39, Info CBS Set trusted installer to demand start
2017-05-19 09:58:39, Info CBS Startup: Retrying failed packages.
2017-05-19 09:58:39, Info CBS Startup: Processing complete. [HRESULT = 0x00000000 - S_OK]
2017-05-19 09:58:39, Info CBS Enabling LKG boot option
2017-05-19 09:58:39, Info CBS Setting ServicingInProgress flag to 0
2017-05-19 09:58:39, Info CMI Callback_CBS_Do_OnlineInstall:Calling startup processing succeeded
2017-05-19 09:58:39, Info CMI CBS_Core_Finalize:Calling cbs core finalize
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: ManifestCacheFinalize
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: ExecutionEngineFinalize
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: ComponentAnalyzerFinalize
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: PackageTrackerFinalize
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: CoreResourcesUnload
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: SessionManagerFinalize
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: CapabilityManagerFinalize
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: GetPublicObjectMonitor::Audit
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: PublicObjectMonitorFinalize
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: Enter vCoreInitializeLock
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: WcpUnload
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: DrupUnload
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: CfgMgr32Unload
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: DpxUnload
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: SrUnload
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: CbsEsdUnload
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: CbsTraceInfoUninitialize
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: CbsEventUnregister
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: AppContainerUnload
2017-05-19 09:58:39, Info CBS CbsCoreFinalize: WdsUnload, logging from cbscore will end.
2017-05-19 09:58:39, Info CMI CBS_Core_Finalize:Calling cbs core finalize complete
2017-05-19 09:58:39, Info CMI Callback_CMI_ConfigInstall: CBS startup processing complete.
2017-05-19 09:58:39, Info [0x030023] CMI Callback_CMI_ConfigInstall: Exit.
2017-05-19 09:58:39, Info [setup.exe] UnattendSearchExplicitPath: Found unattend file at [C:\WINDOWS\Panther\unattend.xml]; examining for applicability.
2017-05-19 09:58:39, Info [setup.exe] UnattendSearchExplicitPath: Found usable unattend file for pass [specialize] at [C:\WINDOWS\Panther\unattend.xml].
2017-05-19 09:58:39, Info IBS Callback_Unattend_InitEngine:Using unattend file found at [C:\WINDOWS\Panther\unattend.xml].
2017-05-19 09:58:39, Info [setup.exe] ValidateSMIPass: serialized settings stream; status 0x00000000
2017-05-19 09:58:40, Info [setup.exe] ValidateSMIPass: construct settings context; status 0x00000000
2017-05-19 09:58:40, Error CSI 00000001 (F) 80220005 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=5] #45# from CWcmScalarInstanceCore::PutCurrentValue(options = 0, value = { type: 8204, bytes ( 34 ): 43004600310030002d0053006500720076006900630065005f005400610067000000 })
[gle=0x80004005]
2017-05-19 09:58:40, Error [setup.exe] SMI data results dump: Source = Name: Microsoft-Windows-Shell-Setup, Language: neutral, ProcessorArchitecture: amd64, PublicKeyToken: 31bf3856ad364e35, VersionScope: nonSxS, /settings/ComputerName
2017-05-19 09:58:40, Error [setup.exe] SMI data results dump: Description = Value is invalid.
2017-05-19 09:58:40, Info [setup.exe] ValidateSMIPass: load SMI settings; status 0x00000001
2017-05-19 09:58:40, Error [0x060432] IBS The provided unattend file is not valid; hrResult = 0x80220005
2017-05-19 09:58:40, Error [0x060565] IBS Callback_Unattend_InitEngine:The provided unattend file [C:\WINDOWS\Panther\unattend.xml] is not a valid unattended Setup answer file; hr = 0x1, hrSearched = 0x1, hrDeserialized = 0x0, hrImplicitCtx = 0x0, hrValidated = 0x1, hrResult = 0x80220005
2017-05-19 09:58:40, Info IBS UnattendErrorFromResults: Hit an unattend error; dumping any info we have about the failure...
2017-05-19 09:58:40, Info IBS UnattendDumpSetting: ------Unattend setting error / warning------
2017-05-19 09:58:40, Info IBS UnattendDumpSetting: Error code = 0x80220005
2017-05-19 09:58:40, Info IBS UnattendDumpSetting: Pass = specialize
2017-05-19 09:58:40, Info IBS UnattendDumpSetting: --------------------------------------------
2017-05-19 09:58:40, Info IBS UnattendErrorFromResults: Error text = Windows could not parse or process unattend answer file [C:\WINDOWS\Panther\unattend.xml] for pass [specialize]. The answer file is invalid.
2017-05-19 09:58:40, Error [0x0600c2] IBS Callback_Unattend_InitEngine:An error occurred while finding/loading the unattend file; hr = 0x1, hrResult = 0x80220005[gle=0x00000490]
2017-05-19 09:58:40, Info IBSLIB PublishCriticalError: Publishing blocked message [Windows could not parse or process unattend answer file [C:\WINDOWS\Panther\unattend.xml] for pass [specialize]. The answer file is invalid.]
2017-05-19 09:58:40, Info This installation is blocked from completing due to compliance failures or invalid input; this is not an internal error.
2017-05-19 11:01:42, Info [0x070042] DIAG CallBack_DiagnosticDataSend: Called with notification for Error published by ErrorHandler
2017-05-19 11:01:42, Info DIAG CallBack_DiagnosticDataSend: Setup was started from Phase 4. Disabling Diagnostics [DiagnosticDataSend] in this scenario
2017-05-19 11:01:42, Info [0x090095] PANTHR WdsExitImmediate called! Execution will stop, and the queue won't be saved.
2017-05-19 11:01:42, Info [0x09008c] PANTHR SeqExecute -- stopping, since WdsExitImmediate() was called
2017-05-19 11:01:42, Info [0x090086] PANTHR pWorkerThreadFunc -- Stopping
2017-05-19 11:01:42, Info [0x090086] PANTHR pWorkerThreadFunc -- Stopping
2017-05-19 11:01:42, Info [0x090086] PANTHR pWorkerThreadFunc -- Stopping
2017-05-19 11:01:42, Info PANTHR DeleteCriticalSection for pExecQueue->csLock;
2017-05-19 11:01:42, Info [0x0605a6] IBS Requested UI to hide the language and locale selection pages.
2017-05-19 11:01:42, Info [0x090081] PANTHR Destroying any unreferenced modules! (SEQ6)
2017-05-19 11:01:42, Info [0x0601d7] IBS InstallWindows:Error Type = 3211273
2017-05-19 11:01:42, Info [0x090009] PANTHR CBlackboard::Close: c:\windows\panther\setupinfo.

SETUPERR.LOG

2017-05-19 09:58:40, Error CSI 00000001 (F) 80220005 [Error,Facility=FACILITY_STATE_MANAGEMENT,Code=5] #45# from CWcmScalarInstanceCore::PutCurrentValue(options = 0, value = { type: 8204, bytes ( 34 ): 43004600310030002d0053006500720076006900630065005f005400610067000000 })
[gle=0x80004005]
2017-05-19 09:58:40, Error [setup.exe] SMI data results dump: Source = Name: Microsoft-Windows-Shell-Setup, Language: neutral, ProcessorArchitecture: amd64, PublicKeyToken: 31bf3856ad364e35, VersionScope: nonSxS, /settings/ComputerName
2017-05-19 09:58:40, Error [setup.exe] SMI data results dump: Description = Value is invalid.
2017-05-19 09:58:40, Error [0x060432] IBS The provided unattend file is not valid; hrResult = 0x80220005
2017-05-19 09:58:40, Error [0x060565] IBS Callback_Unattend_InitEngine:The provided unattend file [C:\WINDOWS\Panther\unattend.xml] is not a valid unattended Setup answer file; hr = 0x1, hrSearched = 0x1, hrDeserialized = 0x0, hrImplicitCtx = 0x0, hrValidated = 0x1, hrResult = 0x80220005
2017-05-19 09:58:40, Error [0x0600c2] IBS Callback_Unattend_InitEngine:An error occurred while finding/loading the unattend file; hr = 0x1, hrResult = 0x80220005[gle=0x00000490]


Viewing all articles
Browse latest Browse all 150

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>