ลบ ms-resource:AppName/Text item จาก Windows Start Menu
Windows 11/10บางรายรายงานว่าเห็นms-resource:AppName/Text mutant/rogue ใน เมนู Startหลังจากอัปเกรดเป็นWindows 10 เวอร์ชันที่ใหม่ กว่า ในโพสต์นี้ เราจะอธิบายว่ารายการนี้คืออะไรและจะกำจัดมันอย่างไร
ข่าวดีก็คือไม่มีเหตุให้ต้องตื่นตระหนก รายการนี้ค่อนข้างไม่เป็นอันตรายเพราะไม่ใช่VirusหรือRAT อย่างแน่นอน และไม่มีผลกระทบต่อประสิทธิภาพของระบบของคุณในทางใดทางหนึ่ง ดังนั้นสิ่งนี้จึงนำเราไปสู่คำถามwhat is ms-Resource:AppName/Textในเมนูเริ่มของ Windows 10 คืออะไร
ms-resource คืออะไร:AppName/Text item in All apps Start Menu
ms-resource:AppName/Text อาจเป็นการสืบค้นกลับจากแอปพลิเคชันในตัวที่ถูกเอาออกระหว่างการติดตั้งการอัพเกรด ทีนี้ลองมาดูสองกรณีในประเด็นกัน
ผู้ใช้ Windows 10(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(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/Text entry
หากคุณเห็นms-resource:AppName/Textหรือ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
คำสั่งจะนำคุณไปที่ไดเร็กทอรีภายในโปรไฟล์ dir ของคุณดังด้านล่าง
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-resource : appDisplayName(ms-resource:appDisplayName)
ฉันจะลบ ชื่อรายการแอปพลิเคชัน ทรัพยากร MS ได้(MS-resource)อย่างไร
คุณสามารถใช้Windows PowerShellเพื่อลบชื่อรายการแอปพลิเคชัน ms-resource ออกจากพีซีWindows 11/10เพื่อที่คุณจะต้องป้อน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 ใหม่ได้(Windows Explorer)
That’s it, folks on how to get rid of the pesky bug!
Related posts
Labrys เป็นส่วนทดแทน Windows Start Menu and Run dialog box
วิธีการเปิด Windows Tools ใน Windows 11
Start Menu ไม่เปิดหรือ Start Button ไม่ทำงานใน Windows 11/10
Block Microsoft Edge Ads ที่ปรากฏใน Windows 10 Start Menu
ตัวเลือกพลังงานหายไปจาก Start Menu ใน Windows 11/10
เปิดใช้งาน Start Menu ใหม่ใน Windows 10 version 2004 ตอนนี้
วิธี Import, Export Start Menu layout ใน Windows 10
วิธีเปลี่ยนกลับเป็นคลาสสิก Start Menu ใน Windows 11
วิธีการแสดงหรือซ่อนรายการที่แนะนำใน Start Menu ใน Windows 11
Fix Windows Apps Greyed IN ใน Start Menu ใน Windows 11/10
วิธี Pin Pin Portable Apps ไปยัง Start Menu ใน Windows 10
วิธีปรับขนาด Start Menu and Taskbar ใน Windows 10
วิธีการซ่อนแอพทั้งหมดและสร้างคอลัมน์เดียว Start Menu
ทางลัด Duplicate Program ใน Windows 10 Start Menu
Remove Start Menu Tiles มืดลงในปัญหา Windows 10
วิธีใช้หรือปิดใช้งาน Bing Search ใน Windows 10 Start Menu Box
วิธีการที่จะตรึง Start Menu ใน Windows 10: คู่มือที่สมบูรณ์
Get Back The Old Classic Start menu On Windows 10 กับ Open Shell
วิธีการที่จะ Pin File or Folder Start Menu ใน Windows 11/10
ปิดใช้งานคลิกขวา Context Menu ใน Start Menu ของ Windows 10