I have problem with microsoft windows app runtime dynamic dependency lifetime manager

Koci 20 Reputation points
2024-12-20T13:11:33.11+00:00

I try to update windows, microsoft store and all aplication from store, after that i open Open PowerShell as an administrator.

Run the following command to repair the Windows App Runtime:

Get-AppxPackage Microsoft.WindowsAppRuntime.* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
And i didnt fix the problem
I have had this problem for over 2 months and it still hasn't been resolved. I've tried all the solutions with this forum but I didnt found a solution.
Since the last major windows update this problem keeps popping up.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,906 questions
{count} votes

Accepted answer
  1. Daisy Zhou 26,871 Reputation points Microsoft Vendor
    2024-12-23T08:13:17.2966667+00:00

    Hello

    Thank you for posting in Q&A forum.

    Here are a few steps you can try:

    1. Run System File Checker and DISM:

    • Open Command Prompt as an administrator.

    • Run the following commands one by one:

    sfc /scannow

    dism.exe /online /cleanup-image /scanhealth

    dism.exe /online /cleanup-image /restorehealth

    dism.exe /online /cleanup-image /startcomponentcleanup

    • Restart your computer and check if the issue is resolved.

    1. Registry Edit:

    • Press Win + R, type regedit, and press Enter.

    • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-AppModel-Runtime/Admin.

    • Double-click on "Enabled" and change the value from 1 to 0.

    • Close the Registry Editor and restart your computer.

    1. Reinstall Windows App Runtime:

    • As the event mentioned, please try to reinstall the Windows App Runtime can help. You can download the installer from the official Microsoft page and run it as an administrator.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Koci 20 Reputation points
    2024-12-20T13:12:36.8766667+00:00

    Screenshot_6

    0 comments No comments

  2. Koci 20 Reputation points
    2024-12-23T19:00:09.7566667+00:00

    Thanks for your help.
    I downloaded Latest Windows App SDK downloads
    Stable release

    Windows App SDK 1.6 and after install that for (x64) that problem is solved!

    |Version|Runtime downloads| | -------- | -------- | |1.6.3 (1.6.241114003)
    11/18/2024
    Release notes
    Source|Installer (x64)
    Installer (x86)
    Installer (arm64)
    Redistributable| |1.6.3 (1.6.241114003) 11/18/2024 Release notes Source|Installer (x64) Installer (x86) Installer (arm64) Redistributable|

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.