Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0x80070057 - Errors when updating store apps #83

Closed
StenApp opened this issue Aug 22, 2023 · 23 comments
Closed

0x80070057 - Errors when updating store apps #83

StenApp opened this issue Aug 22, 2023 · 23 comments

Comments

@StenApp
Copy link

StenApp commented Aug 22, 2023

I removed the Defender and getting errors in Store now.
Using Win11 2H2 august update.
Screenshot 2023-08-22 140755

@iam-thedude
Copy link

Hi!

In your case you need to upgrade Windows in-place with option to "Keep your personal files and apps" on.
And then check this #80

@2499083901
Copy link

Have you solved it? I have the same problem

@ionuttbara
Copy link
Owner

update of the issue:
it appears on Windows 10 22H2 in lastest version, so a fix/revert for that is coming soon!

@StenApp StenApp mentioned this issue Aug 27, 2023
@StenApp
Copy link
Author

StenApp commented Aug 28, 2023

update of the issue:
it appears on Windows 10 22H2 in lastest version, so a fix/revert for that is coming soon!

Should i wait for your fix or inplace-upgrade?

@ionuttbara
Copy link
Owner

you can do in-place upgrade, and remove with safe methods.
i don't have an ETA for that. In Windows 10 the problem appears and it fixed, in Windows 11, its a bit conplicated. i installed in vm and personal machine but it works, i dont get any error.

@2499083901
Copy link

What do I do if I want to upgrade

@StenApp
Copy link
Author

StenApp commented Aug 29, 2023

@2499083901
Copy link

Thank you very much

@ionuttbara
Copy link
Owner

a solution to solve UWP problem is to change value of EnableLUA policy from 0 to 1. This will enable UAC.
Microsoft broke UWP apps when UAC are disabled in Windows 11. It will be add in the script documentation soon.

@StenApp
Copy link
Author

StenApp commented Oct 28, 2023

a solution to solve UWP problem is to change value of EnableLUA policy from 0 to 1. This will enable UAC.
Microsoft broke UWP apps when UAC are disabled in Windows 11. It will be add in the script documentation soon.

I tried to set UAC to 1 but it didn‘t help

@ionuttbara
Copy link
Owner

ionuttbara commented Nov 21, 2023

After months of debugging and bug hunting i've found the cause of problem
smartscreenps.dll is removed and unregistered by script. just copy the file from original DVD/ISO of Windows which you installed, also register with regsvr. the class {A463FCB9-6B1C-4E0D-A80B-A2CA7999E25D} is came from smartscreenps.dll so, in 12.6 the smartscreenps.dll is not removed anymore. also i can't restore that dll with the script, so for testing, it needs a clean machine , appling the script and reinterpretate that actions. After i get read to logs and more, and results of tests will be same , so this will help to solve this issue.

@zyr3344
Copy link

zyr3344 commented Nov 22, 2023

After months of debugging and bug hunting i've found the cause of problem smartscreenps.dll is removed and unregistered by script. just copy the file from original DVD/ISO of Windows which you installed, also register with regsvr. the class {A463FCB9-6B1C-4E0D-A80B-A2CA7999E25D} is came from smartscreenps.dll so, in 12.6 the smartscreenps.dll is not removed anymore. also i can't restore that dll with the script, so for testing, it needs a clean machine , appling the script and reinterpretate that actions. After i get read to logs and more, and results of tests will be same , so this will help to solve this issue.

Will this modification restore smartscreen?

@ionuttbara
Copy link
Owner

ionuttbara commented Nov 22, 2023

as i said, the script is not restoring the files because are multiple versions of Windows. so you can do with sfc /scannow and after that registering smartscreenps.dll with regsvr32. reboot.

@StenApp
Copy link
Author

StenApp commented Nov 24, 2023

I used 12.6 with U option on my Win 11 23H2 build 22631.2715:

Screenshot 2023-11-24 190829

I disabled some services to close ports:

Screenshot 2023-11-24 191210

I disabled DCOM too

@ionuttbara
Copy link
Owner

ionuttbara commented Nov 25, 2023

disabling DCOM harms your system.. maybe the version of Windows is broken or something.. for my confirmation, have you tested on clean install or used installation? can you send me there evtx files (event logs) i want to investigate more. (the U is removing normal but without C:\Program Data\Microsoft\Windows Defender folder because that folder is needed for Windows App SDK Desktop and file explorer. Removing in Windows 23H2 and Canary (Dev Channel unaffected) will restore to Windows 10 Explorer, Task Manager and Desktop (Desktop is not existing)..

@ionuttbara
Copy link
Owner

update the relese page with information.

@StenApp
Copy link
Author

StenApp commented Nov 25, 2023

disabling DCOM harms your system.. maybe the version of Windows is broken or something.. for my confirmation, have you tested on clean install or used installation? can you send me there evtx files (event logs) i want to investigate more. (the U is removing normal but without C:\Program Data\Microsoft\Windows Defender folder because that folder is needed for Windows App SDK Desktop and file explorer. Removing in Windows 23H2 and Canary (Dev Channel unaffected) will restore to Windows 10 Explorer, Task Manager and Desktop (Desktop is not existing)..

I used a clean install. Disabled services and dcom and afterwards i used the defender remover with U option. As for the logs i mist look if i haven‘t deleted them yet.

https://support.microsoft.com/en-us/topic/how-to-disable-dcom-support-in-windows-2bb8c280-9698-7f9c-bf67-2625a5873c7b

@cherub0507
Copy link

After months of debugging and bug hunting i've found the cause of problem smartscreenps.dll is removed and unregistered by script. just copy the file from original DVD/ISO of Windows which you installed, also register with regsvr. the class {A463FCB9-6B1C-4E0D-A80B-A2CA7999E25D} is came from smartscreenps.dll so, in 12.6 the smartscreenps.dll is not removed anymore. also i can't restore that dll with the script, so for testing, it needs a clean machine , appling the script and reinterpretate that actions. After i get read to logs and more, and results of tests will be same , so this will help to solve this issue.经过几个月的调试和错误搜寻,我发现问题的原因smartscreenps.dll被脚本删除并取消注册。只需从您安装的 Windows 的原始 DVD/ISO 中复制文件,也可以注册 regsvr。类 {A463FCB9-6B1C-4E0D-A80B-A2CA7999E25D} 来自 SmartScreenps.dll因此,在 12.6 中,SmartScreenps.dll 不再被删除。此外,我无法使用脚本恢复该DLL,因此对于测试,它需要一台干净的机器,应用脚本并重新解释该操作。在我读取日志等之后,测试结果将是相同的,所以这将有助于解决这个问题。

Will this modification restore smartscreen?此修改会恢复 smartscreen 吗?

face the same problem when update apps in MS store.
tried reinstall some apps after uninstalled but failed.
warning code ‘0x80073CF9’.
version 12.6 used only.
win 11 pro 23H2.
I wonder what should I do then.

@ionuttbara
Copy link
Owner

ionuttbara commented Dec 8, 2023

@StenApp the issue is not neccesary anymore. in build 26010 option Y works again and WASDK is not breaking0 anymore... what you do is wait 6 weeks to roll-out to release.

@asukasika
Copy link

So has this issue been fixed or should we wait for updates

@cherub0507
Copy link

Cannot wait.
Re-install the Windows with option to "Keep your personal files and apps" on and fixed it.

@StenApp
Copy link
Author

StenApp commented Feb 12, 2024

Any status on this issue?

@BxGz88
Copy link

BxGz88 commented Feb 17, 2024

"Keep your personal files and apps" ,The problem is still,0x80070057

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants