2019-10-24

Windows 清除剪貼簿中已複製 (Control-C) 的內容

建立一個捷徑
內容為:

C:\Windows\System32\cmd.exe /c echo off | clip

或著可以加入滑鼠右鍵選單
以下為註冊機碼,可存成 ClearClip.reg 直接註冊


Windows Registry Editor Version 5.00 
[HKEY_CLASSES_ROOT\Directory\Background\shell\ClearClip]
@="清除剪貼簿"
[HKEY_CLASSES_ROOT\Directory\Background\shell\ClearClip\command]
@="C:\\Windows\\system32\\cmd.exe /c echo off | clip"
如果不是中文版作業系統,紅字中文部份可能要改為英文才不會有編碼問題
可以改為 ClearClip 

沒有留言:

張貼留言