我遇到这个问题已经有一段时间了,到目前为止我还没有找到解决方案 - 但它真的开始让我紧张。
基本上,当我通过 Windows 开始菜单(搜索栏)搜索程序时,我会得到正确的结果 - 但有些程序我根本无法打开。
示例:我单击开始菜单并开始输入“控制面板”。它将向我显示控制面板作为搜索结果,但是当我按 Enter 键或单击它时 - 没有任何反应。它只是呆在那里,好像什么都没发生过一样。
这与所有应用程序相同,除了来自 Windows 应用商店的“地铁”应用程序(无论他们现在如何称呼它们)。
问题是我把系统语言从英文改成德文后出现的,即使我切换回英文也不会再出现问题。这是我迄今为止尝试过的:
sfc /scannow多次在提升的 Powershell 中运行。lpksetup /u多次在提升的 cmd 中运行。Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}在 powershell 中运行如果我右键单击搜索结果中的项目并尝试以这种方式启动它,它会说未找到该项目并询问我是否要从列表中删除它。
任何帮助都会受到欢迎:)
提前致谢
当我BingSearchEnabled = 0在注册表中设置时,Windows 搜索停止工作。当我设置BingSearchEnabled = 1Windows 搜索再次工作但包括我不想要的网络搜索时。
该设置位于此注册表项中
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search
Run Code Online (Sandbox Code Playgroud)
这些是在注册表项中找到的所有设置
CanCortanaBeEnabled REG_DWORD 0x0
CortanaCapabilities REG_SZ PhoneCall,SpeechLanguage
CortanaCapabilityFlags REG_DWORD 0x2200
CortanaConsent REG_DWORD 0x0
CortanaMUID REG_SZ MUID=9f732ec974834c269edf073bc3940476
DeviceHistoryEnabled REG_DWORD 0x0
HasAboveLockTips REG_DWORD 0x1
InstalledWin32AppsRevision REG_SZ {2BC03488-0C8C-4367-8AC4-73D37CC354B5}
InstalledPackagedAppsRevision REG_SZ {A3EDD1F2-C5E4-4CC0-962C-090B859A87C0}
ReplaceCortanaCheckRefreshed REG_DWORD 0x1
CortanaIsReplaceable REG_DWORD 0x0
CortanaIsReplaced REG_DWORD 0x0
CortanaInAmbientMode REG_DWORD 0x0
CortanaServiceTarget REG_SZ cortana.bing.com
CortanaStateLastRun REG_BINARY 2E0E6A5D00000000
AnyAboveLockAppsActive REG_DWORD 0x0
IsWindowsHelloActive REG_DWORD 0x0
IsAssignedAccess REG_DWORD 0x0
NamespaceSettingsRevision REG_SZ {BFB53031-F975-40F4-90DA-1A76781F337D}
BingSearchEnabled REG_DWORD 0x0
AllowCortana REG_DWORD 0x0
AllowSearchToUseLocation REG_DWORD 0x0 …Run Code Online (Sandbox Code Playgroud)