إزالة ms-Resource: AppName / Text item من قائمة ابدأ في Windows

أبلغ بعض مستخدمي Windows 11/10 عن رؤية ms-resource:AppName/Text mutant / rogue في قائمة ابدأ(Start) بعد الترقية إلى الإصدارات الأحدث من Windows 10 . في هذا المنشور ، نصف ماهية هذا العنصر وكيفية التخلص منه.

ms-Resource: اسم التطبيق / النص

النبأ السار هو أنه لا داعي للقلق. هذا العنصر غير ضار إلى حد كبير لأنه بالتأكيد ليس فيروسًا(RAT) أو RAT ، ولا يؤثر بأي شكل من الأشكال على أداء نظامك. هذا يقودنا إلى السؤال ، what is ms-Resource:AppName/Text في قائمة ابدأ في Windows 10؟

ما هو مورد ms: اسم التطبيق / عنصر نص في قائمة ابدأ (Start Menu)لجميع(All) التطبيقات

مورد ms: قد يكون اسم التطبيق / النص تتبعًا من تطبيق مضمن تمت إزالته أثناء تثبيت الترقية. الآن دعونا نلقي نظرة على حالتين في هذا الصدد.

يقوم مستخدم Windows 10 بالإبلاغ على النحو التالي:

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”)

وفقًا لمستخدم Windows 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.

كيفية حذف ms-Resource: AppName / إدخال النص

إذا رأيت ms-resource:AppName/Text أو ms-Resource: عناصر appDisplayName(ms-resource:appDisplayName) في قائمة ابدأ جميع التطبيقات(Start Menu All Apps) في Windows 10 ، فيمكنك إزالتها باتباع هذه الإرشادات.

1] قم بتشغيل PowerShell في الوضع المرتفع(Launch PowerShell in elevated mode) .

2] في الموجه ، انسخ والصق الأمر أدناه واضغط على Enter :

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

3] إنهاء عملية explorer.exe .

4 ] مرة أخرى(] Back) في بيئة PowerShell ، انسخ والصق الأمر أدناه واضغط على Enter :

cd $Env:localappdata\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy

سيضعك الأمر في الدليل داخل دليل ملف التعريف الخاص بك ، على النحو التالي

AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy

5] الآن في بيئة PowerShell ، قم بتشغيل الأمر أدناه:

Remove-Item -Recurse -Force .\TempState\

6] أعد تشغيل explorer.exe(Restart explorer.exe) .

يجب أن يختفي عنصر قائمة البداية المحتال.

طريقة بديلة(Alternate way)

بدلاً من ذلك ، يمكنك نسخ ما يلي ولصقه في برنامج " المفكرة(Notepad) " وحفظه كملف ( جميع(All) الملفات) .bat . ثم قم بتشغيله باستخدام حقوق المسؤول:

@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

ينطبق هذا الإصلاح على الإدخالات المارقة المماثلة ولكن باسم مختلف ، على سبيل المثال ؛ ms- المورد: appDisplayName(ms-resource:appDisplayName) .

كيف يمكنني إزالة اسم قائمة تطبيقات MS-Resource ؟

يمكنك استخدام Windows PowerShell لإزالة اسم قائمة تطبيق ms-Resource من Windows 11/10 PC. لذلك ، تحتاج إلى إدخال Remove-AppPackage -AllUsersالمعلمة في PowerShell . بعد ذلك ، يجب عليك إيقاف عملية File Explorer باستخدام Task Manager وإدخال الأمر التالي في PowerShell :

cd $Env:localappdata\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy

بعد ذلك ، انتقل إلى هذا المسار في PowerShell :

AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy

وقم بتشغيل هذا الأمر:

Remove-Item -Recurse -Force .\TempState\

بمجرد الانتهاء من ذلك ، يمكنك إعادة تشغيل عملية Windows Explorer .

That’s it, folks on how to get rid of the pesky bug!



About the author

أنا فني كمبيوتر عملت مع Android وبرامج المكتب لسنوات عديدة. لقد قمت أيضًا بتعليم الأشخاص كيفية استخدام أجهزة Mac على مدار السنوات الخمس الماضية أو نحو ذلك. إذا كنت تبحث عن شخص يعرف كيفية إصلاح الأشياء على جهاز الكمبيوتر الخاص بك ، فربما يمكنني مساعدتك!



Related posts