Windows Data Recovery - Standard

FIXED – ‘ms-resource:AppName’ Error on Windows 11


Table of Content

    Summary: The ms-resource:AppName error is an application-related error on Windows 11 that a lot of users are facing recently. In this post, we will take a look at this error and discuss various methods to resolve it. We will also be addressing a way to deal with data loss due to this error.

    Read full summary

    Windows 11 is the next major OS that was released by Microsoft as a successor to Windows 10. It is still in its early days and so a lot of bugs are there. A new bug is causing applications to go haywire and malfunction; which in turn is creating a lot of commotion among users. The error message ms-resource:AppName gets displayed when trying to launch the app. Let’s learn more about this error in detail.

    ms-resource:AppName error message on windows 11

    What is the ms-resource:AppName Error?

    As the name suggests, the ms-resource:AppName error is related to the system or third-party apps installed on Windows computers. This error clearly indicates 2 situations –there is a problem with either explorer.exe or shellexperiencehost.exe or both. In some cases, this error could also be a result of improperly working UWP apps.

    This error occurs when an application fails to launch or when Windows uses a corrupted app cache while listing it. However, if the app is working fine then this error could be due to the Explorer.exe or ShellExperienceHost.exe not working as intended due to an error with the start menu only.

    How to Identify the Issue Generating the ms-resource:AppName Error?

    This is the part where you get to learn how to identify the possible root cause of the ms-resource:AppName error. If the app that you are trying to run is causing this issue, pin it to the Start Menu and check its name. If already present, then check if its name is displayed as ms-resource:AppName.

    If the application name is ms-resource:AppName, launch Run and execute the following command – shell:appsfolder

    execute shell command in run

    Once done, check the names of each UWP. If you can see ‘ms-resource:Appname’ as the name of an app, then that is the problematic application. Otherwise, as mentioned before, there is an issue with the explorer.exe and ShellExperienceHost.exe processes.

    Methods to Fix the ms-resource:AppName Error

    There are two cases where the ms-resource:Appname error occurs.

    Case 1 – The ms-resource:AppName Error Occurs in the Start Menu

    If you see the ms-resource:AppName error occurring in the Start Menu, you can follow the steps mentioned below to resolve it.

    • Press WINDOWS + R and type powershell.
    • Press CTRL + SHIFT + ENTER to launch Windows PowerShell with administrator privileges.
    • Type/paste the following command in the terminal and execute it – Get-AppxPackage -all *HolographicFirstRun* | Remove-AppPackage –AllUsers
    execute command in powershell
    • Once this is done, save and close everything and restart your computer.
    • Once the computer restarts, press CTRL + SHIFT + ESC to open the Task Manager.
    • Click on the Details tab.
    • Locate the ShellExperienceHost.exe or StartMenuExperienceHost.exe process.
    • Right-click on either of them and click on End process.
    close shell experience task to fix the ms-resource:AppName error message on windows 11
    • Now, click on File in the top-left corner and click on Run new task.
    run a new task in task manager
    • In the Create new task prompt, click on Browse.
    browse for the task
    • In the address bar, paste the following address – %localappdata%\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
    open location of the required file
    • Some folders will appear. Locate the TempState folder and permanently delete it.
    • Click on Yes to proceed with the action.
    delete tempstate folder
    • Again, click on File > Run new task > and type explorer.exe.
    run explorer.exe task to fix the ms-resource:AppName error message on windows 11
    • Press Enter and restart your computer.

    Doing this will restart the explorer.exe process along with the StartMenuExperienceHost.exe process.

    Case 2 – When the ms-resource:AppName error occurs everywhere on the computer

    This is when you encounter the ms-resource:AppName error almost anywhere in Windows 11. Let’s look at the methods to resolve this error in such a case.

    Method 1 – Repair the Application

    This is the simplest way to troubleshoot the ms-resource:AppName error in Windows 11. Here are the steps to do so –

    • Press WINDOWS + I to open Settings.
    • Click on Apps and then Apps & features.
    open windows settings
    • Find the problematic app from the list and select it. Click on Advanced options below its name.
    click on advanced option for fixing apps
    • In the next window, click on the Terminate button to stop its operations.
    • Then click on the Repair button.
    click on terminate and then repair
    • Go back to the apps list and Terminate & Repair the Microsoft Store application.
    repair microsoft store app

    Method 2 – Reset the Problematic App

    This will reset the problematic application and remove all of its data & cache. You need to follow the steps mentioned in the previous steps but instead of clicking on Repair, you will have to click on the Reset button to reset both the app and Microsoft Store app.

    reset the app that is causing the ms-resource:AppName error message on windows 11 pc

    Method 3 – Uninstall the Problematic Third-party App

    If you are encountering the ms-resource:AppName error while trying to run a third-party application on your Windows 11 computer, you can try uninstalling and reinstalling it afresh. This should fix this issue. Follow the steps to do this –

    • Open the Control Panel and click on Programs and Features.
    open control panel to open programs and features
    • Locate the app that is causing issues and right-click on it.
    • Click on Uninstall.
    uninstall the app causing ms-resource:AppName error

    This will uninstall the application. You can now reinstall it and check if the ms-resource:AppName error is fixed.

    Method 4 – Reinstall System Apps

    You could have accidentally deleted certain important system apps using a third-party file cleaner, which is causing the ms-resource:AppName error to occur on your Windows 11 computer. You can fix this and get rid of the error by reinstalling the system apps using PowerShell. Here is how you can do this –

    • Launch Microsoft PowerShell with administrator privileges.
    • Execute the following command in it – Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    execute command in the powershell
    • Press Enter to execute it.

    Windows will look for the missing system apps and reinstall them. Once the process is complete, restart your computer. This should fix the ms-resource:AppName error in no time.

    Method 5 – Perform SFC and DISM Scans

    SFC and DISM scans help fix various issues with disks and Windows image. You will be performing these scans in CMD, one by one. Follow the steps mentioned below –

    • Press WINDOWS + R and type cmd. Press WINDOWS + SHIFT + ENTER to launch it with administrative privileges.
    • Type sfc /scannow and press Enter.
    perform sfc scan in command prompt

    This will scan for various errors with the disk and fix them. Once this is done, type the following command to perform the DISM scan –

    • DISM /online /cleanup-image /restorehealth and press Enter.
    • Restart your computer once the scan is complete.
    perform dism check to rfix the ms-resource:AppName error message on windows 11

    This will scan and repair the system image and will remove any errors that might be causing the ms-resource:AppName error to occur.

    Any Last resort if the ms-resource:AppName Error is Persistent?

    The above-mentioned methods should help you fix the ms-resource:AppName error on your Windows 11 PC. However, if nothing works, you can use Reset your Windows 11 computer whilst retaining data. This should definitely help you get your computer back on track.

    However, there are still chances of data loss in this scenario and you should take a backup of your data before proceeding any further. And in case you have already reset your computer but have lost your data, you should not worry as there is an easy way to get it all back.

    Download for Windows

    In such a scenario, you can use a robust data recovery software like Stellar Data Recovery to recover your missing or lost files from your Windows 11 computer. This software can easily retrieve your lost files and data in no time and restore them on an external drive. It is an easy-to-use software with an intuitive UI. This software can easily recover almost every type of file from various storage devices like HDDs, SSDs, etc.

    Final Words

    The ms-resource:AppName error is an app-related system error that occasionally occurs while launching an application. The methods mentioned in this post to deal with this error are easy to follow and simple to employ. We hope the details about this error and methods to deal with it mentioned in this guide helped you resolve it.

    FAQs

    Q. What is the ms-resource:AppName error?

    A. The ms-resource:AppName error is related to an issue with either an application or with two system processes that are Explorer.exe and ShellExperienceHost.exe

    Q. How do I remove the ms-resource:AppListName error?

    A. You can manually remove this from the Start Menu by following these steps – WIN + R > type %AppData% > Microsoft > Windows > Start Menu > Programs. Look for ms-resource:AppName or ms-resource:AppListName, select it and delete it.

    Q. Can the ms-resource:AppName error be resolved?

    A. Yes, methods like repairing or resetting the problematic application should help you resolve this error. You can refer to more such methods mentioned in this post.

    Was this article helpful?

    No NO

    About The Author

    Keshav Katyal

    A passionate writer, driven by his interest in everything tech, Keshav Katyal has always been captivated by the latest gadgets since childhood. His interest in gadgets grew when he got his first gaming console, the Nintendo Game Boy Advanced. Hours and days of tinkering with gadgets encouraged the inner geek in him who now loves writing about the latest technologies.

    Leave a comment

    Your email address will not be published. Required fields are marked *

    Image Captcha
    Refresh Image Captcha

    Enter Captcha Here :

    Related Posts

    WHY STELLAR® IS GLOBAL LEADER

    Why Choose Stellar?

    • 0M+

      Customers

    • 0+

      Years of Excellence

    • 0+

      R&D Engineers

    • 0+

      Countries

    • 0+

      PARTNERS

    • 0+

      Awards Received