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: Oldest
  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-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
  3. Anonymous
    2018-04-13T22:44:40+00:00

    It isn't the computer, it is the oem image that appears to be the latest iteration of 1709 that is the common thread.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-04-14T05:12:44+00:00

    It isn't the computer, it is the oem image that appears to be the latest iteration of 1709 that is the common thread.

    Actually it's worse than that.  There are plenty of folks who have reported (including myself) a perfectly healthy computer suddenly exhibiting this behavior.  My own computer came new to me back in ~2015 so this has nothing to do with oem images.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2018-04-14T09:20:33+00:00

    First of all thanks for the tip!

    It worked for me.

    I first had to use the tip from NossonCotlar to create a new account because all accounts on the machine were affected.

    Then went through the steps suggested by David Dejaeghere and see... everything works fine again.

    One last remark:

    I can confirm that the issue is not linked to Dell or Lenovo computers or some bad OEM installation. In my case, it affected an old Desktop computer I put together back in 2010 and upgraded over the years from Xp to Windows 10. By the way, our two other Lenovo laptops did not show the symptoms...

    It might not be related, but the only thing I noticed on the affected computer was some instability poping up around December 2017 which remained up to recently. I thought I finally traced the issue (and solved it?) back to the NVIDIa graphics card driver, but in the mean time the PC had crashed numerous times (on both user profiles) and maybe something got messed up in Windows Apps?

    Cheers.

    Was this answer helpful?

    0 comments No comments