ms-resource:AppName/Text appeared on Start Menu All Apps since 1903 update

This rogue entry, which does not start anything and can't be removed, appeared on most of the accounts across all of our three different machines. If you drag the entry to the desktop, it seems that underneath the "ms-resource:AppName/Text" it is pointing at Microsoft.Windows.HolographicFirstRun which is not listed anywhere else (Settings/Applications) and even through PowerShell Get-AppXPackage.

It would appear this is something that was uninstalled but left the entries which the (new Start Menu in 1903) All Apps picks up.

I have found no way to delete this rogue entry - and searching for this shows plenty of examples of the problem, and STILL no resolutions.

I don't have the time (at least a week) to rebuild the machines, nor the time to try to recreate all of the users across them - which is prone to too many errors in doing this (the machines variously have complex set of uses including gaming, video/photo editing, VR and music production).

Surely it is not beyond the wit of Microsoft (or even a third party) to provide a fix for this - or a generic tool to allow experienced users to clean-up entries from All Apps menu (or a FixIt tool to clear these sorts of issues automatically) when these sorts of corruptions occur, which do seem to be too many times (unfortunately).

Answer
Answer

Well the the python script I wrote is just to make sure that the commmand

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

can be executed successfully.

At least, in my computer, Microsoft.HolographicFirstRun cannot be uninstalled until I change IsInbox to 0.

Any way, the annoying entry has gone.

16 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Answer
Answer

For anyone who want to remove ms-resource:AppName/Text, here's a solution

https://gist.github.com/DoubleLabyrinth/ffae94cb9444bbdae1d11deeaa247310

Installing Python may not be necessary - whoever has this problem, I suggest first trying the procedure below, you don't even need to reboot:

  • Run Powershell with Admin privilege
  • On the prompt, run this command:
    Get-AppxPackage -all *HolographicFirstRun* | Remove-AppPackage -AllUsers
  • Open Task manager, kill explorer.exe (keep the powershell console open)
  • Back on the prompt, type:
    cd $Env:localappdata\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
  • If the previous command succesfully put you on AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy directory inside your profile dir, then run:
    Remove-Item -Recurse -Force .\TempState\
  • Start explorer.exe back up from task manager (File -> New Task)
  • The rogue start menu item should be gone.

If you get a permission error when running the first command above (even if you're on an Admin console), then you probably need to follow Mr. Xiao's instructions and use the fix.py script. There are other ways to fix it without using the script, but explaining the procedure would be much more complicated and error prone than just caving and installing Python to run that script, that'll automate the whole shebang.

283 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated March 3, 2024 Views 40,808 Applies to: