Tech YouTubers

Let's learn the Technology to Change the World!

How to Fix Start Menu ms-resource:AppListName

This is about How to remove Start: ms-resource: AppName/Text and ms-resource: AppListName from the Start menu on Windows PC. It also works on the following things. ms-resource:AppDisplayName, ms-resource:AppFriendlyName, ms-resource:AppName, ms-resource:AppName/Text, ms-resource:ProductName, ms-resource:SecondaryTitleDescription, ms-resource:StoreTitle, and more.

Solutions – 1 Powershell Commands:-

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Solutions – 2 Powershell Commands:-

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

Solutions – 3 Powershell Commands:-

Get-AppxPackage -all *HolographicFirstRun* | Remove-AppPackage -AllUsers

Solutions – 4 Powershell Commands:-

%localappdata%\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy

Press “Windows and R” Same time to get the RUN Program.

Thanks for visiting! Please consider subscribing to our YouTube Channel. 😉

Tech YouTubers