Hello Hashir Khan,
- When you are in the Select User or Group window, do not just type "TrustedInstaller."
In the "Enter the object name to select" box, type exactly this:
NT SERVICE\TrustedInstaller - Click Check Names > Ok > Replace owner on subcontainers and objects > Apply
Additionally, you can Use PowerShell as Admin and type the following:
icacls "C:\Program Files\WindowsApps" /reset /t /c /q
After you’ve restored ownership, check the status of your UWP apps:
- Open the Microsoft Store > Try to update a small app / any app > If it gets stuck on "Starting download" or "Pending," you may need to run the
wsreset -icommand on Run/CMD/Powershell as Admin.
Alternative Options:
You mentioned that used Revo Uninstaller; Consider trying other solutions:
#1 via CMD - winget
winget list
winget uninstall "App_ID/Name"
#2 Via UniGetUI (install it from Microsoft Store): https://apps.microsoft.com/detail/xpfftq032ptphf
I hope this helps you.
Regards,