My Computer
At a glance
Windows 11
- OS
- Windows 11
- Computer type
- PC/Desktop
- Manufacturer/Model
- Asus
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Windows App Runtime (including Main, Framework, and DDLM packages) is a set of shared libraries required by modern Windows 10/11 apps (built with Windows App SDK/WinUI 3) to run properly. It enables advanced features like AI, new UI components, and better app stability. Yes, you likely need it to run modern applications; deleting it can cause apps to fail.What does it do?
Can I uninstall Windows App Runtime Main independently of my application?
The Windows App Runtime Main is typically installed and managed as part of the Windows App SDK. While you might be able to uninstall it separately, doing so could break applications that rely on it.
rundll32.exe AppxDeploymentClient.dll,AppxCleanupOrphanPackages
Do you have more than one user account configured for this PC? UWP apps can't clean up older versions if one of the local user accounts was using a specific earlier version, the last time the user was logged on.
Try running this command as Administrator, and then reboot Windows:
Code:rundll32.exe AppxDeploymentClient.dll,AppxCleanupOrphanPackages