Warning: Trying to access array offset on value of type bool in /home/r1029599/public_html/engineer-log.net/wp-content/themes/simplicity2/lib/customizer.php on line 5404

Windows10 Cortanaの検索ボックスが動作しない場合の対策方法

はじめに

突然Cortanaの検索ボックスが使えなくなりました。
ソフトを起動するのにスタートメニューから探さないといけないので、かなり面倒くさい!
1時間くらいをかけて、ようやく解決できた。。。
今後のためにメモ書きとして残しておこう。

解決方法1

1.powershellを起動して、以下の順にコマンドを入力して下さい。

$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}

2.パソコンを再起動する。

– PR –
– PR –