(使用 Windows 10 Pro 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"}
没有帮助-有什么想法吗?
谢谢