Windows 10 1709 - wsappx process high cpu load & and black screen after login for some users

Anonymous
2018-01-05T10:47:44+00:00

I'll had an issue that wsappx takes all the cpu of one core (ill think its single threaded app).

Have searched the internet and dont found an solution.

just a few hints that a clean boot solved the issue for some but that didnt worked for me.

The issue also just poped up on some users of the machine, some users where fine.

But when the "defect" user has logged in into his account the wsappx goes crazy and dont come down, also when another user takes the local session.

Here are some thread about the issue: https://www.google.at/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0ahUKEwiuvpPZ0cDYAhVSb1AKHcsxAtQQFghBMAM&url=https%3A%2F%2Fanswers.microsoft.com%2Fen-us%2Finsider%2Fforum%2Finsider\_wintp-insider\_perf-insiderplat\_pc%2Fwsappx-process-takes-more-cpu-usage%2F73393475-312c-4044-8c9e-a5f78f4d7c4c&usg=AOvVaw0uM47U4309VlEkdo0XGWzA

https://answers.microsoft.com/en-us/windows/forum/windows\_10-performance-winpc/very-high-cpu-usage-on-windows-10/9565a1cb-a993-474f-8e2a-fa1e89b6bd4a

https://answers.microsoft.com/en-us/windows/forum/windows\_10-performance-winpc/windows-10-constantly-running-high-cpu-usage-from/dc19af6d-cff1-4e72-a1bf-1c513062f95f

Another issue i have faced was that after logging in, some users facing black screen.

There was a mouse cursor and task manager could be lunched (with ctrl-alt-del) but nothing else showed.

Seemed that explorer stucked in loading.

After googling it turns out that "AppReadiness" (german: App-Vorbereitung) service caused that issue.

After disabling the service the users could logon again.

Here is a thread about the issue and with the workaround: https://h30434.www3.hp.com/t5/Desktop-Boot-and-Lockup/SOLVED-For-everyone-who-is-having-black-screen-after-login/td-p/6318990/page/2

Now i have found a solution for this which works for booth issues and solved them!

Just clear the two user accounts (Control Panel - User account - manage other user account).

You must be logged on from another, working user account.

This olved booth issue 100% for two other user accounts without any workaround.

Hope this helps someone with this bad issue!

Tobias

Windows for home | Windows 10 | Windows Hello, lock screen and sign-in

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

79 answers

Sort by: Most helpful
  1. Anonymous
    2018-04-13T17:38:16+00:00

    I was able to resolve this for a user without deleting the user.

    I had this issue on a Lenovo.  

    wsappx was causing high CPU, fully occupying a single core.  Upon logon the user had a black screen post KB4093112 update and to make matters worse the start menu and some other buttons were no longer working if the black screen finally dissapeared.

    I had two user accounts on the laptop.  A local account that was not affected and a domain account that got affected by this issue.

    I did the following operations on the local account that was not affected.  If you only have one account. Use task manager and start cmd as administrator to make a new user account to do these operations.

    With the non impacted account, launch powershell as administrator and run:

    Get-AppxPackage -User <impactedusername> | Remove-AppxPackage

    This will spawn some errors but keeps processing.   Once done open explorer and navigate to c:\users&lt;impactedusername>\appdata\local\

    Rename the directory "Packages" to Packages.backup

    Now reboot the computer and login as the impacted user.  Windows will recreate basic AppxPackages that we removed and create a fresh start menu.  wsappx will no longer be crashing and will be updating packages properly now.  If needed, you can reinstall build in apps 

    https://www.cnet.com/how-to/how-to-reinstall-default-apps-in-windows-10/

    I can confirm this works.

    I actually went another route, but very similar

    (Get-AppXProvisionPackage -Online).PackageName | Out-File -Path C:\Temp\AppLists.txt

    Opened the Appslist.txt created and removed the Apps from the list that I wanted to keep, Store, Calculator, DesktopAppInstaller.

    Then back in powershell

    $apps = get-content C:\Temp\AppLists.txt

    $apps | Foreach {Remove-AppXProvisionPackage -Online -PackageName "$_"}

    This stops these apps from being provisioned for new users, as it was any new users to the computer having the problem.

    Doesn't work for current users would have to use David's command or remove their profile and re-add it.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-04-13T10:54:50+00:00

    Hi Chris,

    Interestingly, we have used the same Dell Recovery Tool which they shipped us in USB format.

    At first glance, the OOBE user and my first newly made user were working correctly, however this morning I've created a test just to be sure, and it's now getting the same issues.

    On the phone to Dell again now.

    Was this answer helpful?

    0 comments No comments
  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Anonymous
    2018-04-12T18:44:36+00:00

    Since this is just a discussion, do we also need to create an issue as well? It seems like Microsoft is not paying attention here and they likely should. I assume its because its labelled a discussion..

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2018-04-12T09:40:28+00:00

    We have same results with Lenovo.

    Was this answer helpful?

    0 comments No comments