![Windows 10 검색이 "팝업"되지 않습니다](https://rvso.com/image/1476428/Windows%2010%20%EA%B2%80%EC%83%89%EC%9D%B4%20%22%ED%8C%9D%EC%97%85%22%EB%90%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4.png)
(윈도우 10 프로 x64 사용)
안녕
작업 표시줄에서 "검색 아이콘"을 클릭해도 아무 일도 일어나지 않습니다. 팝업 창이 나타나지 않습니다.
작업 표시줄에서 시작 버튼을 클릭하면 팝업 창이 나타납니다. 괜찮습니다. 하지만 프로그램 필터링을 입력하기 시작하면 아무 일도 일어나지 않습니다.
나는 이것을 시도했다 ...
Press Windows + X keys on the keyboard, select Command prompt (admin).
Enter the below commands one by one and hit Enter key.
PowerShell -ExecutionPolicy Unrestricted
It will open the PowerShell window.
Now enter the below command and hit Enter key.
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
도움이 되지 않았습니다. 어떤 아이디어가 있나요?
감사해요