New
#1
The All Apps list in Start is the combination of two Start lists of shortcuts, one for all users and a personal one for each user. For more details see:
Add or Remove Items for All Apps in Start menu in Windows 10
Hover the pointer over More > and you should see 'Open file location'. Click this and File Explorer will open at the one that contains this shortcut. You could delete this shortcut to remove this entry from the Start menu. You may need to restart explorer.exe for this to take effect (or restart the PC).
Restart explorer.exe Process in Windows 10
However, that just tidies up Start, it doesn't uninstall anything. Have a look at the shortcut's Properties and see if this gives a clue as to what it actually is. Rather than delete it (and loose the chance to investigate further) you could move this shortcut to your Desktop.
Looks like unsuccessfully installed APP, if you go to APP store updates do you see it there ? Can it be updated ?
Yes, the 'Rate and review' option only appears for Store Apps. You could try clicking that to see what it is that you are reviewing.
The Zune folder above it in the screenshot doesn't look right either. There are ZuneMusic and ZuneVideo apps, but their friendly names that should appear on the All apps list are 'Groove Music' and 'Films & TV'.
If you want to paste"ms-resource:DisplayName" into this forum you must edit it to say[NOPARSE]"ms-resource:DisplayName" [/NOPARSE]" or else it says "ms-resourceisplayName"
If you want to make a smiley face it should be your option not the default grabbed from the middle of a bit of text (I think) but that is how it works. For some reason this forum thinks replacing accuracy with smileys is the way forward.
To fix your problem uninstall the programs you don't want and do a repair install. Uninstalled apps are not added again.
Uninstall it then - take your pick...
Code:$apps= @( "4DF9E0F8.Netflix" "9E2F88E3.Twitter" "A278AB0D.MarchofEmpires" "ClearChannelRadioDigital.iHeartRadio" "D52A8D61.FarmVille2CountryEscape" "Facebook.Facebook" "Flipboard.Flipboard" "KeeperSecurityInc.Keeper" "king.com.CandyCrushSaga" "king.com.CandyCrushSodaSaga" "king.com.ParadiseBay" "HoloCamera" "HoloItemPlayerApp" "HoloShell" "Microsoft.3DBuilder" "Microsoft.Appconnector" "Microsoft.BingFinance" "Microsoft.BingNews" "Microsoft.BingSports" "Microsoft.BingWeather" "Microsoft.ConnectivityStore" "Microsoft.CommsPhone" "Microsoft.Getstarted" "Microsoft.Messaging" "Microsoft.Microsoft3DViewer" "Microsoft.MicrosoftOfficeHub" "Microsoft.MicrosoftSolitaireCollection" "Microsoft.MicrosoftStickyNotes" "Microsoft.MSPaint" "Microsoft.Office.OneConnect" "Microsoft.Office.OneNote" "Microsoft.Office.Sway" "Microsoft.OneConnect" "Microsoft.People" "Microsoft.SkypeApp" "Microsoft.Windows.Phone" "Microsoft.Windows.Photos" "Microsoft.WindowsAlarms" "Microsoft.WindowsCalculator" "Microsoft.WindowsCamera" "Microsoft.WindowsFeedbackApp" "Microsoft.WindowsMaps" "Microsoft.WindowsPhone" "Microsoft.WindowsSoundRecorder" #"Microsoft.WindowsStore" "Microsoft.XboxApp" "Microsoft.XboxSpeechToTextOverlay" "Microsoft.XboxGameOverlay" "Microsoft.ZuneMusic" "Microsoft.ZuneVideo" "microsoft.windowscommunicationsapps" "Microsoft.MinecraftUWP" "PandoraMediaInc.29680B314EFC2" "SlingTVLLC.SlingTV" "ShazamEntertainmentLtd.Shazam" "Windows.MircastView" ) Write-Host "Removing default apps" -f yellow ForEach ($app in $apps) { Write-Host "Removing " -noNewLine; Write-Host $app -f white # Need to hide the progress bar as otherwise it remains on the screen $ProgressPreference="SilentlyContinue" Get-AppxPackage -Name $app -AllUsers | Remove-AppxPackage $ProgressPreference="Continue" Get-AppXProvisionedPackage -Online | where DisplayName -EQ $app | Remove-AppxProvisionedPackage -Online $appPath="$Env:LOCALAPPDATA\Packages\$app*" Remove-Item $appPath -Recurse -Force -ErrorAction 0 } }
As an addendum to this thread, I have several other local accounts on my machine for test purposes, standard users and administrators.
I've just signed into my standard user account for the first time in a while and saw a ms-resource:DisplayName on the Start All aps list myself, along with several other 'ms-resource:' entries with text including words like 'Zune'.
Clicking on 'Review' for my ms-resource:DisplayName took me to the store to review Maps, and clicking on 'ms-resource:DisplayName' did open Maps. After which, the displayed name change to the correct 'Maps'. Likewise the other ms-resource:.... entries became Groove Music, Paint 3D and various other properly named apps.
The common factor was that all these apps had been updated since the last time I logged into that account. It does strengthen the case that yours is due to a failed install or update of a Store app.
So, how do I identify and get rid of the failed install? Uninstall doesn't work. I suspect that it might be the old Windows Insider store app.
And, no, it's NOT ZUNE. I just mentioned Zune because somebody thought that the desktop app folder above the OTHER category was what was being talked about