Supprimer l'élément ms-resource:AppName/Text du menu Démarrer de Windows
Certains utilisateurs de Windows 11/10 ont signalé avoir vu l'entrée ms-resource:AppName/Text mutant/rogue dans le menu Démarrer(Start) après la mise à niveau vers des versions ultérieures de Windows 10 . Dans cet article, nous décrivons ce qu'est cet article et comment s'en débarrasser.
La bonne nouvelle est qu'il n'y a pas lieu de s'alarmer. Cet élément est à peu près inoffensif car il ne s'agit certainement pas d'un virus ou d'un RAT , et il n'affecte en aucune façon les performances de votre système. Cela nous amène donc à la question, what is ms-Resource:AppName/Text dans le menu Démarrer de Windows 10 ?
Qu'est-ce que ms-resource:élément AppName/Text dans le menu Démarrer de (Start Menu)toutes les(All) applications
ms-resource:AppName/Text peut être une trace d'une application intégrée qui a été supprimée lors de l'installation de la mise à niveau. Voyons maintenant deux cas concrets.
Un utilisateur de Windows 10 rapporte comme suit-
After upgrading my Windows 10, there has been a broken app in start list called ms-resource:AppName/Text. The link does not work, right-clicking does not bring up a file location, and when App Settings is clicked, Settings either crashes, or shows “Apps and features” in which this entry is not present. It is also not in C:\ProgramData\Microsoft\Windows\Start Menu\Programs. I had this issue before in version 1803, but I was able to access the settings of the broken app, and either clicking “Reset” or “Repair” removed the link. (By the way, the broken link I had earlier was not called ms-resource:AppName/Text, but they were likely related to the Mixed Reality Portal program as in the name there was “holographic”)
Selon un autre utilisateur de Windows(Windows 10) 10-
ms-resource:AppName/Text has appeared on Start Menu All Apps. 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.
Comment supprimer l'entrée ms-resource:AppName/Text
Si vous voyez des éléments ms-resource:AppName/Text ou ms-resource:appDisplayName dans le menu Démarrer Toutes les applications(Start Menu All Apps) de Windows 10 , vous pouvez le supprimer en suivant ces instructions.
1] Lancez PowerShell en mode élevé(Launch PowerShell in elevated mode) .
2] Dans l'invite, copiez et collez la commande ci-dessous et appuyez sur Entrée(Enter) :
Get-AppxPackage -all *HolographicFirstRun* | Remove-AppPackage -AllUsers
3] Terminez le processus explorer.exe .
4 ] De retour(] Back) sur l' environnement PowerShell , copiez-collez la commande ci-dessous et appuyez sur Entrée(Enter) :
cd $Env:localappdata\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
La commande vous placera dans le répertoire à l'intérieur de votre répertoire de profil, comme ci-dessous
AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
5] Maintenant dans l' environnement PowerShell , exécutez la commande ci-dessous :
Remove-Item -Recurse -Force .\TempState\
6] Redémarrez explorer.exe(Restart explorer.exe) .
L'élément de menu de démarrage non autorisé devrait avoir disparu.
Voie alternative(Alternate way)
Vous pouvez également copier et coller ce qui suit dans le Bloc(Notepad) -notes et l'enregistrer en tant que fichier ( Tous les(All) fichiers) .bat . Ensuite, lancez-le avec les droits d'administrateur :
@echo off taskkill /f /im explorer.exe taskkill /f /im shellexperiencehost.exe timeout /t 3 /NOBREAK > nul del %localappdata%\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy\TempState\* /q timeout /t 1 /NOBREAK > nul start explorer @echo on
Ce correctif s'applique aux entrées malveillantes similaires mais avec un nom différent, par exemple ; ms-resource:appDisplayName .
Comment supprimer le nom de la liste d'applications MS-resource ?
Vous pouvez utiliser Windows PowerShell pour supprimer le nom de la liste d'applications ms-resource du PC Windows 11/10Pour cela, vous devez entrer le Remove-AppPackage -AllUsers
paramètre dans le PowerShell . Suite à cela, vous devez arrêter le processus de l' Explorateur de fichiers(File Explorer) à l' aide du Gestionnaire(Task Manager) des tâches et saisir la commande suivante dans PowerShell :
cd $Env:localappdata\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
Ensuite, accédez à ce chemin dans PowerShell :
AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
Et exécutez cette commande :
Remove-Item -Recurse -Force .\TempState\
Une fois cela fait, vous pouvez redémarrer le processus de l' Explorateur Windows(Windows Explorer) .
That’s it, folks on how to get rid of the pesky bug!
Related posts
Labrys est un remplacement pour Windows Start Menu and Run dialog box
Comment ouvrir Windows Tools en Windows 11
Start Menu ne s'ouvre pas ou Start Button ne fonctionne pas dans Windows 11/10
Block Microsoft Edge Ads qui apparaissent dans Windows 10 Start Menu
Options d'alimentation manquantes à partir de Start Menu dans Windows 11/10
Start Everywhere est un Start Menu alternative pour Windows 10
Afficher ou masquer Recently Added & Most Applications d'occasion dans Start Menu
Comment utiliser ou désactiver Bing Search dans Windows 10 Start Menu Box
Comment épingler Start Menu en Windows 10: Le guide complet
Remove Applications les plus utilisées du Start Menu à Windows 10
Comment verrouiller Start Menu layout dans Windows 10/11
Comment personnaliser Windows 10 Start layout en remplaçant le .xml file
Comment ajouter ou supprimer des dossiers Windows 10 Start Menu
Comment montrer ou masquer les applications les plus utilisées dans Start Menu sur Windows 11
Comment redimensionner le Start Menu and Taskbar dans Windows 10
Replace Powershell avec Command Prompt dans le Windows 10 Start Menu
Désactiver le clic droit Context Menu dans Start Menu de Windows 10
Pin or Unpin Program icons à partir de Taskbar or Start Menu en Windows 10
Comment revenir à la Start Menu Classic à Windows 11
Start Menu continue de sauter ou s'ouvre au hasard dans Windows 10