Windows 시작 메뉴에서 ms-resource:AppName/Text 항목 제거
일부 Windows 11/10 사용자는 이후 버전의 Windows 10 으로 업그레이드한 후 (Windows 10)시작 메뉴에 (Start)ms-resource:AppName/Text mutation/rogue 항목이 표시된다고 보고 했습니다. 이 게시물에서는 이 항목이 무엇이며 제거하는 방법에 대해 설명합니다.
좋은 소식은 경고할 이유가 없다는 것입니다. 이 항목은 확실히 바이러스 나 RAT 가 아니기 때문에 거의 무해 하며 시스템 성능에 어떠한 영향도 미치지 않습니다. 따라서 이것은 Windows 10 시작 메뉴의 what is ms-Resource:AppName/Text
모든(All) 앱 시작 메뉴(Start Menu) 의 ms-resource:AppName/Text 항목이란
ms-resource:AppName/Text는 업그레이드 설치 중에 제거된 기본 제공 응용 프로그램의 추적일 수 있습니다. 이제 두 가지 경우를 살펴보자.
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 항목을 삭제하는 방법
Windows 10 의 시작 메뉴 모든 앱(Start Menu All Apps) 에 ms-resource:AppName/Text 또는 ms-resource:appDisplayName 항목이 표시되면 다음 지침에 따라 제거할 수 있습니다.
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-resource:appDisplayName .
MS 리소스(MS-resource) 응용 프로그램 목록 이름 을 제거하려면 어떻게 합니까 ?
Windows PowerShell 을 사용 하여 Windows 11/10 PC 에서 ms-resource 응용 프로그램 목록 이름을 제거 할 수 있습니다. 이를 위해서는 PowerShell(PowerShell)Remove-AppPackage -AllUsers
에 매개변수 를 입력해야 합니다 . 그런 다음 작업 관리자 를 사용하여 (Task Manager)파일 탐색기(File Explorer) 프로세스를 중지하고 PowerShell 에서 다음 명령을 입력해야 합니다 .
cd $Env:localappdata\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
다음으로 PowerShell(PowerShell) 에서 이 경로로 이동 합니다 .
AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
다음 명령을 실행합니다.
Remove-Item -Recurse -Force .\TempState\
완료되면 Windows 탐색기(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 11에서 Windows Tools을 엽니 다
Start Menu 열리지 않거나 Start Button가 작동하지 않습니다 Windows 11/10
Windows 10 Start Menu에 나타나는 Block Microsoft Edge Ads
Windows 11/10에 Start Menu에서 누락 전원 옵션
Duplicate Program Windows 10의 바로 가기 Start Menu
Esc key를 누르면 Windows 10에서 Start menu이 열립니다. 여기에 수정이 있습니다!
Windows 11에서 고전적인 Start Menu로 다시 전환하는 방법
Windows 10에서 Start Menu or Taskbar에서 작동하지 않는 Right-click
Pin or Unpin Program icons Windows 10에서 Taskbar or Start Menu에서
Group Policy or Registry을 사용하여 Windows 10 Full 화면 Start Menu 사용
모든 앱을 숨기고 단일 열을 숨기는 방법 Start Menu
Backup Start Menu Layout Windows 10 에이 무료 소프트웨어 사용
Windows 11에서 Start Menu and Taskbar Colors을 변경하는 방법
Start Menu Alarms & Clock app를 사용하여 Start Menu에 시계를 추가하는 방법 Windows 10
Windows 10에서 Edge를 사용하여 Pin website Taskbar or Start Menu
Windows 10/11 Start Menu에서 폴더를 추가하거나 제거하는 방법
Windows 10 Command Prompt와 Replace Powershell Windows 10 Start Menu
Windows 10 version 2004에서 새로운 Start Menu를 활성화하십시오
Remove Windows 10의 Start Menu에서 가장 많이 사용되는 앱