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-05-03T10:36:40+00:00

    Updating to build 1803 seemed to fix it for all user accounts.

    Our recent problem computers were all running 1803.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-04-26T07:42:37+00:00

    So I had the issues described above too: brand new Yoga520 with 1709 build OEM from Lenovo. I had created a first user (as a family parent) and then immediately continued to adding the children (before updating windows or rebooting etc.)

    This got me a black screen after re-logon with the child account. The parent account was still fine. Tried everything until I decided to reset the machine. Did that and then made sure that I had updated windows with all recent fixes before continuing to create the child user again. I also rebooted the machine a few times, especialy from the 'Windows Update' button (instead of the regular 'start' button). Somehow, 'update and restart' from the start button didn't realy updated the machine. I also executed the above non-permanent fix. That didn't find any issues so I created the child user. Everything seemed to go smooth, I got the desktop, start menu was working so I guessed it was 'fixed'. BTW, I didn't remove any of the preloaded packages from lenovo nor did I go into regedit to change something.

    Then I logged off and on again to the child account and ahhhh, there was the black screen again!!! Damn! The I logged on to the parent account and tried the fix again and hurray...i said it found and issue and fixed it! And indeed, now I could logon to the child account again without issues.

    The machine is working fine for some days now...I lost a couple of days fixing this however but the above post helped me a lot! So I wanted to share my experiences too...

    Thanks and good luck fixing...

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-04-16T21:29:58+00:00

    Hmm, this sounds like my exact situation. If you don't remove the "My Office" app before installing your licensed Office, you end up with duplicate Office icons on the start menu (one of each that is unusable). And then things go downhill from there. I can't remember if the System Recovery image I downloaded from Dell to wipe and reinstall does not include this, but I don't remember having to go back and remove it on the reinstall. But then again, my memory is blurred by the many hours I've spent troubleshooting this issue.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-04-15T17:43:06+00:00

    Tried what you said, user could log in properly after but still seeing high cpu usage from wsaappx. Has that resolved this for you? 

    *** EDIT - Seems like reinstalling the Windows Apps fixed this CPU issue afterwards. Looks like a fix, hopefully they get this resolved soon. I ran this: Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2018-04-13T19:51:01+00:00

    For those who do not have another user, here is one solution. 

    (Got some specific symptoms that I couldn't find help for yet, so maybe this will address someone's situation and be of some help) I have a Lenovo Laptop, with originally one user account. black screen only happens after login. Task manager works but freezes often, and other programs that I try to load often refuse to launch, namely control panel. 

    From that black screen once you login, CTR+ALT+DLT and launch task manager. For me, control panel (control.exe) refused to launch when I ran it, for some reason. If it works for you, definitely go that route. If not:

    run cmd from task manager. (be sure you run the task as admin)

    Add a new user and add to admin group:

    net user /add <username> <password>

    net localgroup administrators <username> /add

    that should work for creation of a new user, so restart your PC and that new account should be unaffected. You can then transfer your files and programs to your new account, and scrap the old one which is quite the ass-pain.

    Or you can follow the steps that have been generously outlined earlier in the thread, to repair those service problems.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments