windows全局熱鍵_在Windows中創建快捷方式或熱鍵以清除剪貼板

windows全局熱鍵

windows全局熱鍵

Have you ever copied something to the clipboard that you don’t want to leave there in case somebody else is going to use your computer? Sure, you can copy something else to the clipboard real quick, but can’t you just make a shortcut or hotkey to clear it?

您是否曾經將不想復制的東西復制到剪貼板上,以防其他人使用您的計算機? 當然,您可以將其他內容真正快速地復制到剪貼板上,但是您是否只能通過快捷方式或熱鍵來清除它呢?

And of course you can, with the built-in clip.exe utility in Windows 7 or Vista. It’s not really meant for clearing the clipboard, but with a little command line magic in a shortcut, we can make it do just that.

當然,您可以使用Windows 7或Vista中的內置clip.exe實用程序。 并不是真正要清除剪貼板,而是在快捷方式中添加了一點命令行魔術,我們可以做到這一點。

Note: This is also useful if you copied a very large amount of data to the clipboard and you don’t want it wasting memory anymore.

注意:如果您將大量數據復制到剪貼板并且不想再浪費內存,這也很有用。

Create a Shortcut Icon to Clear the Clipboard

創建快捷方式圖標以清除剪貼板

Right-click on the desktop or elsewhere, and choose New \ Shortcut from the menu.

右鍵單擊桌面或其他位置,然后從菜單中選擇“新建\快捷方式”。

image

Then in the shortcut location box, enter the following command:

然后在快捷方式位置框中,輸入以下命令:

cmd /c “echo off | clip”

cmd / c“回顯| 夾”

image

At this point you’ll have an icon that will immediately clear the clipboard… but we can tweak it a bit further.

此時,您將擁有一個圖標,該圖標將立即清除剪貼板……但是我們可以對其進行進一步的調整。

image

Right-click on the icon and choose Properties, and then change the Run drop-down to “Minimized” to make sure you don’t see the command prompt. You can also assign a shortcut key here.

右鍵單擊該圖標,然后選擇“屬性”,然后將“運行”下拉菜單更改為“最小化”,以確保看不到命令??提示符。 您也可以在此處分配快捷鍵。

image

If you click the Change Icon button and then browse down to this file, you can find a clipboard icon:

如果單擊“更改圖標”按鈕,然后向下瀏覽到此文件,則可以找到剪貼板圖標:

%SystemRoot%\system32\shell32.dll

%SystemRoot%\ system32 \ shell32.dll

image

Now we’ve got a nice-looking icon that will clear out the clipboard:

現在,我們有一個漂亮的圖標,它將清除剪貼板:

image

Note: If you are using Windows XP, you can download clip.exe from Microsoft. Just save the file in the Windows directory and the rest of the hack should work for you.

注意:如果使用Windows XP,則可以從Microsoft下載clip.exe 只需將文件保存在Windows目錄中,其余的hack就可以為您工作。

翻譯自: https://www.howtogeek.com/howto/windows-vista/create-a-shortcut-or-hotkey-to-clear-the-clipboard-in-windows-vista/

windows全局熱鍵

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

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

相關文章

android+notepad教程,Android Sample學習——NotePad

android.view.Menu專場Interface for managing the items in a menu.By default, every Activity supports an options menu of actions or options. You can add items to this menu and handle clicks on your additions. The easiest way of adding menu items is inflating…

Windows應用程序開發

Windows窗體應用程序開發:WinForm、桌面應用程序,有可執行文件(.exe)即安裝包。是一種C/S(客戶機/服務器)架構應用程序 1.Windows窗體應用程序,用可視化的窗體和控件生成豐富界面的,可交互操作的應用程序。…

獲取outlook 會議_如何僅在Microsoft Outlook中僅獲取您關注的電子郵件的通知

獲取outlook 會議Some emails are more important than others. Rather than getting alerts every time an email arrives, configure Microsoft Outlook to only alert you when the important stuff hits your inbox, rather than any old email that can wait until you ch…

jq html 多一個引號,為什么jQuery模板會為某些字符串添加雙引號

背景我正在使用jQuery模板,ASP.Net MVC Razor視圖和Twitter.問題使用帶有一些字符串的jQuery模板會自動導致這些字符串被包含在“細節我創建了一個如下所示的jQuery模板:before ${text.parseUserName().parseHashTag()} after${created_at}${prettyDate(created_at)…

從Windows計算機上完全刪除iTunes和其他Apple軟件

If you are giving up on iTunes for another music player, uninstalling it completely can be a hassle. Here we show you how to completely remove all traces of it including QuickTime, iTunes Helper, Bonjour…all of it. 如果您在iTunes上放棄了其他音樂播放器&…

html仿微信滑動刪除,使用Vue實現移動端左滑刪除效果附源碼

左滑刪除在移動端是很常見的一種操作,常見于刪除購物車中的商品,刪除收藏夾中文章等等場景。我們只需要手指按住要刪除的對象,然后輕輕向左滑動,便會出現刪除按鈕,然后點擊刪除按鈕即可刪除對象。點擊下載源碼今天我給…

推薦書本_

1. c#_設計模式 《設計模式:可復用面向對象軟件的基礎》GoF 《面向對象分析與設計》Grady Booch 《敏捷軟件開發:原則、模式與實踐》 Robert C.Martin 《重構:改善既有代碼的設計》 Martin Fowler 《Refactoring to Patterns》Jshua Kerievsk…

h5 領取優惠券 下載_下載7天免費試用版或購買VideoProc,可享受60%優惠券[贊助的帖子]...

h5 領取優惠券 下載You may have seen piles of video editing tools, but here we’ll show you a different one – VideoProc, developed by Digiarty Software, Inc. It is not a “standard” video editing program. Some consider VideoProc a complete toolbox also fo…

html走馬觀花效果,走馬觀花臺灣行 用EF-S 10-18來記錄風景

我在6月初入手無忌第一支10-18,初步測試后對其表現比較滿意,具體可看http://forum.xitek.com/thread-1314865-1-1-1.html。7月初到8月中旬我都處于旅行狀態中,佳能系統帶了三支鏡,包括EFS10-18,EFS55-250和EF24IS&…

一大波學習內容!

Dubbo-大波-服務化框架 dubbo_百度搜索Dubbo與Zookeeper、SpringMVC整合和使用(負載均衡、容錯) - 好庫文摘User Guide-zh - Dubbo - Alibaba Open SesameUser Guide-zh - Dubbo - Alibaba Open Sesame簡單之美 | Dubbo架構設計詳解DUBBOHprose RPC框架 …

文件下載至storage_如何防止Storage Sense在Windows 10上刪除下載的文件

文件下載至storageStorage Sense is the Disk Cleanup replacement for the modern world. It frees up space on your computer by deleting things like recycle bin contents, temporary internet files, and app temporary files. This also includes the Downloads folder…

html標簽屬性和標簽事件,HTML參考手冊( 標簽、屬性和事件)

HTML標簽標簽 描述 DTD定義注釋。 STF定義文檔類型。 STF定義錨。 STF定義縮寫。 STF定義只取首字母的縮寫。 STF定義文檔作者或擁有者的聯系信息。 STF 不贊成使用。定義嵌入的 applet。 TF 定義圖像映射內部的區域。 STF 定義粗體字。 STF 定義頁面中所有鏈接的默認地址或默認…

Feign從配置文件中讀取url

Feign的url和name都是可配置的,就是從配置文件中讀取的屬性值,然后用占位符引用就可以了: ${rpc.url} FeignClient(name "me",url "${rpc.url}", // 這里是可以配置的, 就不用再硬編碼了fallbackFactory MyHystrixFa…

百度地圖精確定位html,HTML5地理定位,百度地圖API,知識點熟悉

深入seajs源碼系列三入口方法 每個程序都有個入口方法,類似于c的main函數,seajs也不例外.系列一的demo在首頁使用了seajs.use(),這便是入口方法.入口方法可以接受2個參數,第一個參數為模塊名稱,第二個 ...javscript創建Emitter本文簡單敘述下javascript是如何建立一個Emitter構…

如何搭建html運行環境,搭建真實的運行環境2019.4.22

1、搭建真實運行環境步驟①先下載phpstudy軟件②按照安裝步驟進行phpstudy安裝,安裝后啟動服務,點擊《其它選項菜單》里面的《My HomePage》選項,正常顯示,說明安裝成功2、創建本地訪問目錄和域名①打開phpstudy,點擊《…

supervisord的安裝使用

由于生產環境使用的的tomcat,項目比較重要,所以要做進程守護,本來打算自己寫腳本,但是效果不理想,想了下還是用supervisord了 由于很久不用,所以寫下來部署步驟 第一:安裝,安裝的方法…

如何在Windows 10上使用Microsoft Defender掃描文件或文件夾中的惡意軟件

On Windows 10, Microsoft Defender (formerly called “Windows Defender”) always scans files before you open them unless you’ve installed a third-party antivirus. You can also perform a quick scan of any file or folder, too. Here’s how. 在Windows 10上&…

html中怎么獲取搜索框中的值,百度API 搜索框,獲取相應的地點的uid

在百度API的輸入框中怎么根據搜索到的地址獲取百度的uidbody, html{width: 100%;height: 100%;margin:0;font-family:"微軟雅黑";font-size:14px;}#l-map{height:300px;width:100%;}#r-result{width:100%;}關鍵字輸入提示詞條請輸入:// 百度地圖API功能function G(id…

adb 常用

adb抓日志命令:adb pull /data/log/android_logs 本地目錄 構造大文件:adb shell dd if/dev/zero of/mnt/sdcard/bigfile adb shell pm list package 查看所有包 adb shell pm path packageName 查看包名路徑 adb uninstall packageName 卸載應用 …

html 替代table,Iframe的缺點,div或者table成為替代者

1、在網頁中使用框架結構最大的弊病是搜索引擎的“蜘蛛”程序無法解讀這種頁面。當“蜘蛛”程序遇到由數個框架組成的網頁時,它們只看到框架而無法找到鏈接,因此它們會以為該網站是個死站點,并且很快轉身離去。對一個網站來說這無異于一場災難…