可以启用QueryBuilder for Outlook 2019

发布于 2025-02-08 10:53:17 字数 328 浏览 2 评论 0 原文

我遵循了的说明在Outlook 2019中启用QueryBuilder。 在Regedit中,我没有在那条路径中找到“ Outlook键”,但是我还是与“ QueryBuilder”密钥一起创建了它。

即使我重新启动了PC,也不会显示“高级过滤器”和“ QueryBuilder”选项卡。 我想念什么?

编辑:为了更具体,我需要在带有域用户登录的公司PC上启用查询构造器。

I've followed the instruction from here to enable QueryBuilder in Outlook 2019.
In RegEdit I didn't found the "Outlook key" in that path, but I created it anyway, together with the "QueryBuilder" key.

Even though I've restart my PC, the QueryBuilder tab on Advanced Filter and on Search Folder won't show up.
What am I missing?

Edit:Just to be more specific, I need to enable the QueryBuilder on a corporate PC with a domain user logged in.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

墨洒年华 2025-02-15 10:53:17

经过一周的谷歌搜索,我终于找到了解决方案:
您必须将“ QueryBuilder”密钥添加为当前用户,而不具有管理员特权。这样,我就可以在公司PC上的Outlook上获得查询构建器。

After a week of googling, I've finally find the solution:
You must add the "QueryBuilder" key as current user and NOT with admin privileges. In this way I was able to get the Query Builder on Outlook on my corporate PC.

梦里南柯 2025-02-15 10:53:17

要在Outlook中启用查询构建器选项,请使用以下两个命令之一。第一个是从命令提示中运行的 admin 特权,第二个命令是从 powershell提示运行这是具有 admin 特权的运行。

这两个命令均针对 Outlook 2016/2019/2021 。如果您有旧版本的Outlook,请用匹配您的Outlook版本的符合命令中的注册表键(只需更改版本号):

  • Outlook 2013 :HKEY_CURRENT_USER \ SOFTWORD \ MICROSOFT \ Office \ Office \ 15.0 \ Outlook

  • Outlook 2010 :HKEY_CURRENT_USER \ SOFTWARE \ SOFTWORS \ MICROSOFT \ MICROSOFT \ MICROSOFT \ Office \ 14.0 \ 14.0 \ Outlook \ Outlook

  • Outlook 2007 :HKEY_CURRENT_USER \ SOFTWARE \ SOFTWORS \ MICROSOFT \ MICROSOFT \ MICROSOFT \ Office \ 12.0 \ 12.0 \ Outlook \ Outlook

    Outlook

  • \ Office \ Office \ 12.0 \ Outlook

    Outlook 2003 :HKEY_CURRENT_USER \ SOFTWARY \ SOFTWORN \ MICROSOFT \ MICROSOFT \ MICROSOFT \ Office \ Office \ 11.0 \ 11.0 \ 11.0 \ Outlook

    Outlook

    Outlook

  • \ Office \ Office \ 11.0 \ Outlook

    Outlook 2002 :HKEY_CURRENT_USER \ SOFTWARE \ SOFTWORS \ MICROSOFT \ MICROSOFT \ MICROSOFT \ Office \ 10.0 \ 10.0 \ 10.0 \ Outlook \ Outlook

命令提示命令:

Reg Add HKCU\Software\Microsoft\Office\16.0\Outlook\QueryBuilder

powerShell提示命令命令:

New-Item -Path HKCU:\Software\Microsoft\Office\16.0\Outlook -Name QueryBuilder -Force

如果注册表主题没有得到,则创建,这意味着您没有将命令作为管理员运行。

在Windows 10/11上测试。

To enable the Query Builder option in OutLook, use one of the following two commands. The first one is to be ran from a Command Prompt that is running with Admin privileges, the second command is to be ran from a PowerShell Prompt that is running with Admin privileges.

Both commands are intended for OutLook 2016/2019/2021. If you have an older version of OutLook, substitute the registry key in the commands with one of the values listed below that matches your version of OutLook (just change the version number):

  • Outlook 2013 : HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook

  • Outlook 2010 : HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook

  • Outlook 2007 : HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook

  • Outlook 2003 : HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook

  • Outlook 2002 : HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook

Command Prompt command:

Reg Add HKCU\Software\Microsoft\Office\16.0\Outlook\QueryBuilder

PowerShell Prompt command:

New-Item -Path HKCU:\Software\Microsoft\Office\16.0\Outlook -Name QueryBuilder -Force

If the registry key does not get created, it means you did not run the command as Administrator.

Tested on Windows 10/11.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文