Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Consider the following scenario:

  • You log on to a computer that is running Windows 8.1.

  • Before the "Host Process for Setting Synchronization" (SettingSyncHost.exe) process closes its database, you generalize the system by running the following command:

    Sysprep.exe /generalize /oobe /shutdown /unattend:CopyProfileUnattend.xmlFor example, the CopyProfileUnattend.xml file contains the following code:

    <?xml version="1.0" encoding="utf-8"?> 
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="specialize">
    <component name="component name processorArchitecture="amd64" publicKeyToken="PublicKeyToken"language="neutral" versionScope="versionScope" xmlns:wcm="">
    <CopyProfile>true</CopyProfile>
    </component>
    </settings>
    </unattend>language="neutral" versionScope="xmlns:wcm" xmlns:xsi="xmlns:xsi">
    <CopyProfile>true</CopyProfile>
    </component>
    </settings>
    </unattend>language="neutral" versionScope="versionScope"xmlns:wcm="xmlns:wcm" xmlns:xsi="xmlns:xsi">
    <CopyProfile>true</CopyProfile>
    </component>
    </settings>
    </unattend>
  • A user logs on to the computer.

  • The user tries to install an app from Windows Store.


In this scenario, the app installation fails, and error 8e5e0530 occurs. Additionally, lots of errors are generated in the Application log, such as "C:\Users\Administrator\... while the account doesn't exist."

Resolution

Update information

To resolve this issue, install update rollup 2919394. For more information about how to obtain this update rollup package, click the following article number to go to the article in the Microsoft Knowledge Base:

2919394 Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 update rollup: February 2014

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

References

Learn about the terminology that Microsoft uses to describe software updates.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×