mfc多文档禁用任务栏视图_如何更改(或禁用)Windows任务栏缩略图预览的速度...

mfc多文档禁用任务栏视图

mfc多文档禁用任务栏视图

When you hover your mouse over a Taskbar button for an app with open windows, a thumbnail preview of those windows pops up. By default, there is a slight delay before the preview appears. With a simple Registry edit, you can eliminate that delay, or even turn off those thumbnail previews entirely.

将鼠标悬停在具有打开窗口的应用程序的任务栏按钮上时,将弹出这些窗口的缩略图预览。 默认情况下,预览显示之前会稍有延迟。 通过简单的注册表编辑,您可以消除该延迟,甚至完全关闭那些缩略图预览。

通过手动编辑注册表来控制任务栏缩略图预览 (Control Taskbar Thumbnail Previews by Editing the Registry Manually)

To change the speed of (or disable) taskbar thumbnail previews, you just need to make a quick edit to the Windows Registry.

要更改(或禁用)任务栏缩略图预览的速度,您只需对Windows注册表进行快速编辑。

Standard warning: Registry Editor is a powerful tool and misusing it can render your system unstable or even inoperable. This is a pretty simple hack and as long as you stick to the instructions, you shouldn’t have any problems. That said, if you’ve never worked with it before, consider reading about how to use the Registry Editor before you get started. And definitely back up the Registry (and your computer!) before making changes.

标准警告:注册表编辑器是一个功能强大的工具,滥用它会使您的系统不稳定甚至无法运行。 这是一个非常简单的技巧,只要您按照说明进行操作,就不会有任何问题。 也就是说,如果您以前从未使用过它,请在开始之前考虑阅读有关如何使用注册表编辑器的信息 。 并在进行更改之前一定要备份注册表 (和您的计算机 !)。

Open the Registry Editor by hitting Start and typing “regedit.” Press Enter to open Registry Editor and give it permission to make changes to your PC.

通过单击开始并键入“ regedit”来打开注册表编辑器。 按Enter键打开注册表编辑器,并授予其对PC进行更改的权限。

In the Registry Editor, use the left sidebar to navigate to the following key (or copy and paste it into the Registry Editor address bar):

在注册表编辑器中,使用左侧边栏导航至以下键(或将其复制并粘贴到注册表编辑器地址栏中):

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Next, you’ll create a new value inside the Advanced key. Right-click the Advanced key, and then select New > DWORD (32-bit) Value. Name the new value ExtendedUIHoverTime .

接下来,您将在“ Advanced键中创建一个新值。 右键单击“ Advanced键,然后选择“新建”>“ DWORD(32位)值”。 将新值命名为ExtendedUIHoverTime

Double-click your new ExtendedUIHoverTime value to open its properties window.

双击新的ExtendedUIHoverTime值以打开其属性窗口。

In the properties window, you have a few options:

在属性窗口中,有几个选项:

  • Instant Thumbnail Previews: If you want to disable the thumbnail preview delay so that they appear instantly when you hover your mouse over a taskbar button, change the ExtendedUIHovertime value to 1.

    即时缩略图预览:如果要禁用缩略图预览延迟,以便在将鼠标悬停在任务栏按钮上时立即显示,请将ExtendedUIHovertime值更改为1。

  • Increase Delay: If, for whatever reason, you’d like a longer delay, enter any value here up to 5,000 milliseconds (5 seconds). Values above that start to act a little flaky.

    增加延迟:如果出于某种原因想要更长的延迟,请在此处输入最多5,000毫秒(5秒)的任何​​值。 高于该值的值开始出现片状。

  • Disable Previews: To eliminate thumbnail previews altogether, enter a value of 30,000. You can still see thumbnail previews by clicking the taskbar button, but automatic previews will not appear.

    禁用预览:要完全取消缩略图预览,请输入30,000。 您仍然可以通过单击任务栏按钮来查看缩略图预览,但是不会显示自动预览。

  • Restore Default Delay: To restore the default delay, set the ExtendedUIHoverTime value to 0 (or just delete it).

    恢复默认延迟:要恢复默认延迟,请将ExtendedUIHoverTime值设置为0(或将其删除)。

In our example below, we’re disabling previews by entering a value of 30,000.

在下面的示例中,我们通过输入值30,000禁用预览。

When you’re done, you can close Registry Editor. You’ll need to sign out and sign back in to Windows (or just restart Windows Explorer) for the changes to take effect.

完成后,您可以关闭注册表编辑器。 您需要注销并重新登录Windows(或仅重新启动Windows Explorer )才能使更改生效。

下载我们的一键式注册表黑客 (Download Our One-Click Registry Hacks)

If you don’t feel like diving into the Registry yourself, we’ve created some registry hacks you can use. Just download and extract the following ZIP file:

如果您不想自己进入注册表,我们已经创建了一些可以使用的注册表黑客。 只需下载并解压缩以下ZIP文件:

Change Taskbar Thumbnail Previews

更改任务栏缩略图预览

Inside, you’ll find three files:

在内部,您将找到三个文件:

  • Instant Taskbar Thumbnail Previews: Sets the ExtendedUIHoverTime value to 1 and eliminates the delay before taskbar thumbnail previews appear.

    即时任务栏缩略图预览:ExtendedUIHoverTime值设置为1,并消除了出现任务栏缩略图预览之前的延迟。

  • Turn Off Taskbar Thumbnail Previews: Sets the ExtendedUIHoverTime value to 30,000 and prevents thumbnail previews from automatically appearing.

    关闭任务栏缩略图预览:ExtendedUIHoverTime值设置为30,000,并防止缩略图预览自动出现。

  • Reset Taskbar Thumbnail Previews to Default: Sets the ExtendedUIHoverTime value to 0, restoring the Windows default delay for thumbnail previews.

    将任务栏缩略图预览重置为默认值:ExtendedUIHoverTime值设置为0,以恢复Windows缩略图预览的默认延迟。

Just double-click the file you want to use, and accept the prompts asking whether you’re sure you want to make changes to your Registry.

只需双击要使用的文件,然后接受提示,询问您是否确定要对注册表进行更改。

These hacks are really just the Advanced key, stripped down to the ExtendedUIHoverTime value we talked about in the previous section, and then exported to a .REG file. Running the hacks just modifies the value in your Registry. And if you enjoy fiddling with the Registry, it’s worth taking the time to learn how to make your own Registry hacks.

这些技巧实际上只是Advanced键,被精简为上一节中讨论的ExtendedUIHoverTime值,然后导出到.REG文件。 运行黑客程序只会修改注册表中的值。 而且,如果您喜欢使用注册表,则值得花时间学习如何制作自己的注册表黑客

翻译自: https://www.howtogeek.com/howto/20052/increase-the-speed-of-the-aero-taskbar-thumbnails-in-windows-7/

mfc多文档禁用任务栏视图

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值