在Windows 7中禁用或修改Aero Peek的“延遲時間”

Are you looking for an easy way to modify the “delay time” for Aero Peek in Windows 7 or perhaps want to disable the feature altogether? Then see how simple it is to do either with the Desktop Peek Tweak.

您是否正在尋找一種簡便的方法來修改Windows 7中Aero Peek的“延遲時間”,或者想完全禁用該功能? 然后,查看使用Desktop Peek Tweak進行操作有多么簡單。

Before

之前

The “Aero Peek” feature in Windows 7 is really convenient for viewing your “Desktop” if you have a screen full of apps.

如果您的屏幕充滿了應用程序,則Windows 7中的“ Aero Peek”功能對于查看“桌面”確實非常方便。

desktop-peak-tweak-01

The default time delay for “Aero Peek” is not bad but perhaps you want it to be quicker or slower based on your personal preferences.

“ Aero Peek”的默認延遲時間還不錯,但是您可能希望根據個人喜好將其設置得更快或更慢。

image101.png

Desktop Peak Tweak in Action

桌面峰值調整

There are two things to keep in mind when using Desktop Peek Tweak

使用Desktop Peek Tweak時要記住兩件事

  • You will need to log off and then log back in to complete any changes that you make

    您將需要注銷,然后重新登錄以完成所做的所有更改
  • The app does not run full time…only long enough to set up any desired changes

    該應用程序無法全天運行...僅足夠長的時間來設置任何所需的更改

When you start the app for the first time this is where the default setting is located at on the “Time Delay Scale”. From here you can make the “Delay Time” shorter, longer, or disable “Aero Peek” altogether.

首次啟動應用程序時,這是默認設置在“時間延遲標度”上的位置。 在這里,您可以使“延遲時間”更短,更長,或者完全禁用“ Aero Peek”。

desktop-peak-tweak-03

For our first test we decided to disable “Aero Peek”. Once you make a change and click on “Save Desktop Peek Delay” you will be prompted to log off and then log back in to complete the changes.

對于我們的第一個測試,我們決定禁用“ Aero Peek”。 進行更改后,單擊“保存桌面查看延遲”,將提示您注銷然后重新登錄以完成更改。

desktop-peak-tweak-04

As you can see in the lower right corner we held our mouse over the “Show Desktop Button” but all the windows remained unchanged.

正如您在右下角看到的那樣,我們將鼠標懸停在“顯示桌面按鈕”上,但所有窗口均保持不變。

Note: You will still be able to view the “Desktop” when manually clicking on the “Show Desktop Button”.

注意:手動單擊“顯示桌面按鈕”時,您仍然可以查看“桌面”。

desktop-peak-tweak-05

For our next test we maxed out the “Delay Time” and went through the log off/log in process. Needless to say there was a very noticeable (longer) difference in the time it took to see the desktop.

對于我們的下一個測試,我們使用了“延遲時間”,并完成了注銷/登錄過程。 不用說,看桌面所花費的時間有一個非常明顯的(更長)差異。

desktop-peak-tweak-06

For the final test we set the “Delay Time” for “Instant” and after logging back in this was our favorite setting by far. The desktop became visible very quickly.

對于最終測試,我們將“延遲時間”設置為“即時”,重新登錄后,這是迄今為止我們最喜歡的設置。 桌面很快變得可見。

desktop-peak-tweak-07

Conclusion

結論

Desktop Peek Tweak provides an easy “no fuss” way to change the delay time for Aero Peek or disable it altogether if desired. If you prefer to use Windows 7 settings to disable Aero Peek or would like to manually adjust the Aero Peek delay time using a registry hack then check out our article with details on doing both.

Desktop Peek Tweak提供了一種簡便的“簡便方法”,可以更改Aero Peek的延遲時間,或者根據需要將其完全禁用。 如果您更喜歡使用Windows 7設置來禁用Aero Peek或想使用注冊表黑客來手動調整Aero Peek延遲時間,請查看我們的文章,詳細了解這兩者。

Links

鏈接

Download Desktop Peak Tweak

下載Desktop Peak Tweak

翻譯自: https://www.howtogeek.com/howto/11775/disable-or-modify-the-delay-time-for-aero-peek-in-windows-7/

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/278660.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278660.shtml
英文地址,請注明出處:http://en.pswp.cn/news/278660.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

php內核分析(六)-opcode

這里閱讀的php版本為PHP-7.1.0 RC3,閱讀代碼的平臺為linux 查看opcode php是先把源碼解析成opcode,然后再把opcode傳遞給zend_vm進行執行的。 // 一個opcode的結構 struct _zend_op {const void *handler; // opcode對應的執行函數,每個opcod…

vue 監聽路由變化

一.watch監聽$route($router的對象) // 監聽,當路由發生變化的時候執行 watch:{$route(to,from){console.log(to.path);} },// 監聽,當路由發生變化的時候執行 watch: {$route: {handler: function(val, oldVal){console.log(val);},// 深度觀察監聽dee…

音頻剪切_音頻編輯入門指南:剪切,修剪和排列

音頻剪切Audacity novices often start with lofty project ideas, but sometimes they lack the basics. Knowing how to cut and trim tracks is basic audio editing and is a fundamental starting point for making more elaborate arrangements. 大膽的新手通常從崇高的項…

Mybatis自定義SQL攔截器

本博客介紹的是繼承Mybatis提供的Interface接口,自定義攔截器,然后將項目中的sql攔截一下,打印到控制臺。 先自定義一個攔截器 package com.muses.taoshop.common.core.database.config;import org.apache.commons.lang3.StringUtils; import…

搭建spring boot環境并測試一個controller

Idea搭建spring boot環境一、新建項目二、起步依賴三、編寫SpringBoot引導類四、編寫Controller五、熱部署一、新建項目 1.新建project 2.選擇SpringInitializr,選擇jdk,沒有則需要下載并配置(若選擇Maven工程則需要自己添加pom.xml所需依賴坐標和Java…

音頻噪聲抑制_音頻編輯入門指南:基本噪聲消除

音頻噪聲抑制Laying down some vocals? Starting your own podcast? Here’s how to remove noise from a messy audio track in Audacity quickly and easily. 放下人聲? 開始自己的播客? 這是在Audacity中快速輕松地消除雜亂音軌中噪聲的方法。 Th…

Dubbo集群容錯

轉自dubbo官網文檔http://dubbo.apache.org/zh-cn/blog/dubbo-cluster-error-handling.html Design For failure 在分布式系統中,集群某個某些節點出現問題是大概率事件,因此在設計分布式RPC框架的過程中,必須要把失敗作為設計的一等公民來對…

Linux基礎(day53)

2019獨角獸企業重金招聘Python工程師標準>>> 12.21 php-fpm的pool php-fpm的pool目錄概要 vim /usr/local/php/etc/php-fpm.conf//在[global]部分增加include etc/php-fpm.d/*.confmkdir /usr/local/php/etc/php-fpm.d/cd /usr/local/php/etc/php-fpm.d/vim www.co…

Mysql+Navicat for Mysql

一、mysql 1.下載安裝 Mysql官網下載地址 下載后解壓 .zip (或安裝.msi) 2.可加入全局變量mysqld (可選) 我的電腦->屬性->高級->環境變量->Path(系統變量),添加mysql下的bin目錄,如 D:\Pr…

公鑰,私鑰和數字簽名

一、公鑰加密 假設一下,我找了兩個數字,一個是1,一個是2。我喜歡2這個數字,就保留起來,不告訴你們(私鑰),然后我告訴大家,1是我的公鑰。 我有一個文件,不能讓別人看&…

MySQL中的日志類型(二)-General query log

簡介 General query log記錄客戶端的連接和斷開,以及從客戶端發來的每一個SQL語句。 日志內容格式 General query log可以記錄在文件中,也可以記錄在表中,格式如下:在文件中會記錄時間、線程ID、命令類型以及執行的語句示例如下&a…

android wi-fi_如何在Android手機上查找3G或Wi-Fi速度

android wi-fiAre you curious about what kind of connection speed you are getting with your Android phone? Today we’ll take a look at how to easily check your Wi-Fi or 3G speeds with Speedtest.net’s Speed Test app. 您是否對Android手機的連接速度感到好奇&a…

vue引入全局less實現全局變量的控制

vue引入全局less1.設置全局樣式變量的好處:2.以less為例(sass等同原理)1.vue-cli2搭建的項目(1)2.vue-cli2搭建的項目(2)3.vue-cli3、vue-cli43.vue-cli2和vue-cli3的區別4.vue-cli3和vue-cli4的…

如何在eclipse中對項目進行重新編譯

有時由于eclipse異常關閉,當我們重啟Eclipse,在啟動項目時,會報錯,說:ClassNotFound類似的錯誤,引起這種問題的原因可能是由于,Eclipse異常關閉引起的。 解決:在一個項目中&#xff…

SQL 查詢數據庫中包含指定字符串的相關表和相關記錄

declare str varchar(100)set str我要找的 --要搜索的字符串declare s varchar(8000)declare tb cursor local forselect if exists(select 1 from [b.name] where [a.name] like %str%)print [b.name].[a.name]from syscolumns a join sysobjects b on a.idb.idwhere b.xtype…

如何在Gmail的圖片中插入超鏈接

Adding hyperlinks is an efficient way of getting your reader to the intended web page. Though it’s no secret that you can add hyperlinks to text, Gmail also lets you add hyperlinks to images in the body of the email. Here’s how to make it happen. 添加超鏈…

內聯元素居中

父元素&#xff1a; height:100px; line-height:100px; // 與高相同 text-align:center; 子元素: display:inline; vertical-align: middle; 適用圖片、文字 <div><div class"wrapper"><span>我是文字</span></div><div class&qu…

防止html標簽轉義

function htmlDecode ( str ) {var ele document.createElement(span);ele.innerHTML str;return ele.textContent;} 例如body下邊所有的p標簽都防止轉義&#xff1a; $.each($("body").find(p),function(){this.innerHTML htmlDecode(this.innerHTML);}); 轉載于…

新垣結衣自拍照_如何阻止自拍照出現在iPhone的自拍照專輯中

新垣結衣自拍照Khamosh PathakKhamosh PathakThe Photos app on your iPhone automatically populates all photos from the front-facing camera in the Selfies album. But what if you don’t want a photo to appear there? Here are a couple of solutions. iPhone上的“…

前端個人筆記

前端個人筆記1.vue項目安裝依賴/插件時忘記--save&#xff0c;再次install出問題并且沒有報錯。2.margin移動元素不顯示背景色3.新知識&#xff1a;media 條件樣式4.入坑&#xff1a;row和col不能分離&#xff0c;span24不能不寫5.聚焦實現滾動到指定元素1.vue項目安裝依賴/插件…