In some cases, after updating Windows, new errors appear that may be associated with a certain computer configuration or incompatibility of programs. In particular, from time to time, many users are faced with the appearance of incomprehensible files and shortcuts in the Start menu.
Sometimes the shortcut ms-resource: AppListName replaces the icon of the Contacts application or other programs from the Other section, but nothing happens when you click on such a file. It also mentions cases where the AppListName appears after updating the Microsoft.Windows.HolographicFirstRun program. A broken shortcut may appear in the Start menu under a different name:
- ms-resource: AppDisplayName;
- ms-resource: AppFriendlyName;
- ms-resource: AppName;
- ms-resource: AppName / Text;
- ms-resource: ProductName;
- ms-resource: SecondaryTitleDescription;
- ms-resource: StoreTitle, and more.
In all cases, the solutions described below will work. While the error is not a serious problem, it can be annoying. Fortunately, there are several ways to quickly fix it by deleting temporary files.
Solution 1: run the Windows Store Apps troubleshooter
The troubleshooter is a great tool that can help, or at least point out, what is wrong with your system.
- Right click on the Windows icon and select Settings.
- In the Settings menu, go to Update & Security.
- On the left, select Troubleshoot.
- In the list that appears on the right, click on Windows Store Apps and click Run the troubleshooter.
Solution 2: run a scan with your antivirus software
In some cases, when scanning the system for malware, the shortcut ms-resource: AppListName is removed from the computer. This could indicate that the problem is caused by a virus infection. Therefore, the second solution will be to check your computer for malware. This can be done by both third-party antiviruses and Windows Defender. In the second case, you need to do the following:
- Right-click on the Windows icon (at the bottom left of the screen).
- Select Control Panel, and go to the Windows Defender section.
- Click on Virus & Threat Protection.
- Go to scan options and click Windows Defender Offline Scan.
- Select Scan Now.
Note: After clicking the Scan Now button, your computer will restart immediately, so make sure you save all documents and files open on your desktop.
Solution 3: delete ms-resource: AppListName manually
The manual algorithm of actions looks like this:
- Type% AppData% in Windows search and press Enter.
- In the found folder, go to Roaming> Microsoft> Windows> Start Menu> Programs.
- Here find the file ms-resource: AppListName.
- Check the folder in the same way: C: ProgramData Microsoft Windows Start Menu Programs.
Solution 4: reset Windows Update components
Manual:
- Enter cmd in Windows search.
- Right-click on the “Command Prompt” search result and select Run as administrator.
- In the window that opens, enter the following commands.
- Copy (Ctrl + C) and Paste (Ctrl + V) pressing Enter after each:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del “% ALLUSERSPROFILE% \ Application Data \ Microsoft \ Network \ Downloader \ *. *”
rmdir% systemroot% \ SoftwareDistribution / S / Q
rmdir% systemroot% \ system32 \ catroot2 / S / Q
regsvr32.exe / s atl.dll
regsvr32.exe / s urlmon.dll
regsvr32.exe / s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
After all of the above, restart your computer and see if the problem goes away.
Solution 5: run PowerShell to fix ms-resource: AppListName
Instructions:
- Right click on the Windows icon and select PowerShell (Admin).
- In the window that opens, enter the following command and press Enter: Get-AppxPackage -all * HolographicFirstRun * | Remove-AppPackage -AllUsers
After executing the command, restart your computer.
- Go to the Task Manager (Ctrl + Shift + Esc).
- Find Windows Explorer in the list, right-click and select End task.
- Close the task manager.
- Paste the following into Windows search and press Enter:
- % localappdata% Packages Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
- In the new window, delete the TempState folder.
Now type explorer.exe in the Windows search and press Enter to launch Explorer.