Windows 10 app store can not log in problem solving

Win 8.1 upgrade to win 10
is probably the problem caused by cleaning with 360. The
originally available app store cannot open the login window
. The error in the windows log - application is as follows:
Activating the application Microsoft.AccountsControl_cw5n1h2txyewy!App failed, error: invalid registry Value See Microsoft-Windows-TWinUI/Run Log for additional information.

OK, check online, see the solution:
http://old.idler365.com/blog/solution/130.htmlEn

. . . Win 10 doesn't have this stuff. . .
Search for AppxManifest.xml in the C drive, and a lot of votes come out. There happens to be a folder
C:\Windows\SystemApps\Microsoft.AccountsControl_cw5n1h2txyewy that is the same as the failure prompt,

and then change the file name in the solution:
powershell - ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\SystemApps\Microsoft.AccountsControl_cw5n1h2txyewy\AppxManifest.xml

Well, the operation is successful.
Try it
again and there is an error:
Activating app Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy!App failed with error: Invalid registry value See Microsoft-Windows-TWinUI/Run Log for additional information.

Let's do it again:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\AppxManifest.xml


is very good, the problem is solved. . .

360 is a waste of my full trust in you. . . . . .

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327065327&siteId=291194637