Hapus ms-resource: AppName/item Teks dari Menu Mulai Windows

Beberapa pengguna Windows 11/10 telah melaporkan melihat entri ms-resource:AppName/Text mutant/rogue pada menu Start setelah memutakhirkan ke versi Windows 10 yang lebih baru . Dalam posting ini, kami menjelaskan apa item ini dan bagaimana cara menghilangkannya.

ms-resource:AppName/Teks

Kabar baiknya adalah, tidak ada alasan untuk khawatir. Item ini tidak terlalu berbahaya karena jelas bukan Virus atau RAT , dan sama sekali tidak mempengaruhi kinerja sistem Anda. Jadi ini membawa kita ke pertanyaan, what is ms-Resource:AppName/Text di Windows 10 Start Menu?

Apa itu ms-resource: AppName/item Teks di Semua(All) aplikasi Start Menu

ms-resource:AppName/Text mungkin merupakan jejak dari aplikasi bawaan yang telah dihapus selama penginstalan pemutakhiran. Sekarang mari kita lihat dua kasus.

Pengguna Windows 10 melaporkan sebagai berikut-

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

Menurut pengguna Windows 10 lainnya-(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.

Cara menghapus ms-resource: AppName/Entri Teks

Jika Anda melihat item ms-resource:AppName/Text atau ms-resource:appDisplayName di Menu Mulai Semua Aplikasi(Start Menu All Apps) di Windows 10 , Anda dapat menghapusnya dengan mengikuti petunjuk ini.

1] Luncurkan PowerShell dalam mode tinggi(Launch PowerShell in elevated mode) .

2] Di prompt, salin, dan tempel perintah di bawah ini dan tekan Enter :

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

3] Hentikan proses explorer.exe .

4 ] Kembali(] Back) ke lingkungan PowerShell , salin dan tempel perintah di bawah ini dan tekan Enter :

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

Perintah akan menempatkan Anda di direktori di dalam direktori profil Anda, seperti di bawah ini

AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy

5] Sekarang di lingkungan PowerShell , jalankan perintah di bawah ini:

Remove-Item -Recurse -Force .\TempState\

6] Mulai ulang explorer.exe(Restart explorer.exe) .

Item menu awal yang nakal harus hilang.

Cara alternatif(Alternate way)

Atau, Anda dapat menyalin dan menempelkan yang berikut ini ke Notepad dan menyimpannya sebagai ( Semua(All) file) file .bat . Kemudian jalankan dengan hak admin:

@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

Perbaikan ini berlaku untuk entri nakal serupa tetapi dengan nama yang berbeda, misalnya; ms-resource:appDisplayName .

Bagaimana cara menghapus nama daftar aplikasi sumber daya MS ?(MS-resource)

Anda dapat menggunakan Windows PowerShell untuk menghapus nama daftar aplikasi ms-resource dari PC Windows 11/10 . Untuk itu, Anda perlu memasukkan Remove-AppPackage -AllUsersparameter di PowerShell . Setelah itu, Anda harus menghentikan proses File Explorer menggunakan Task Manager dan memasukkan perintah berikut di PowerShell :

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

Selanjutnya, navigasikan ke jalur ini di PowerShell :

AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy

Dan jalankan perintah ini:

Remove-Item -Recurse -Force .\TempState\

Setelah selesai, Anda dapat memulai ulang proses Windows Explorer .

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



About the author

Saya seorang teknisi Windows 10 dan telah membantu individu dan bisnis memanfaatkan sistem operasi baru selama bertahun-tahun. Saya memiliki banyak pengetahuan tentang Microsoft Office, termasuk cara menyesuaikan tampilan dan mempersonalisasi aplikasi untuk pengguna yang berbeda. Selain itu, saya tahu cara menggunakan aplikasi Explorer untuk menjelajahi dan menemukan file dan folder di komputer saya.



Related posts