Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Merhaba,güncellemeler eksik olduğundan bu tarz bi sorun olmuş olabilir yada araştırdığım zaman aynı sorunu yaşayan kişilerin görev yöneticisi-->Ayrıntılar-->SearchUI.exe-->Görevi Sonlandır ile de sorunu çözdüğünü gördüm sen de bu yol ile çözebilirsin belki iyi forumlar dilerim
PowerShell -ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers |Where-Object {$_.Install******** -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.Install********)\AppXManifest.xml"}
$manifest = (Get-AppxPackage Microsoft.WindowsStore).Install******** + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
C:\Windows\System32\ctfmon.exe