Android 台灣中文網

標題: Windows滑鼠右鍵全區域截圖+一鍵清理垃圾桶 [打印本頁]

作者: overall    時間: 2026-4-27 21:17
標題: Windows滑鼠右鍵全區域截圖+一鍵清理垃圾桶
本帖最後由 overall 於 2026-4-28 03:53 編輯

軟體名稱】:Windows滑鼠右鍵全區域截圖+一鍵清理垃圾桶
軟體版本】:1.0
【版本類型】:登錄檔
【軟體語言】:繁體
【檔案大小】:2.95KB/1.38KB/950B
【上傳日期】:2026/4/27
【作業系統】:Windows


Ultimate_ScreenClip.reg登錄檔內容如下:
Windows Registry Editor Version 5.00

; ============================================================
; 1. 穩定性核心:鎖定「開啟」行為,確保雙擊 100% 正常
; ============================================================
[HKEY_CURRENT_USER\Software\Classes\Folder\shell]
@="open"

[HKEY_CURRENT_USER\Software\Classes\Directory\shell]
@="none"

[HKEY_CURRENT_USER\Software\Classes\DesktopBackground\shell]
@=""

[HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]
@="Open"

[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell]
@="Open"

; ============================================================
; 2. 實用功能 A:快速截圖 (使用最穩定的 SnippingTool 圖示)
; ============================================================

; --- 背景空白處 (桌面、資料夾內、資源回收筒內、本機內) ---
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\ScreenClip]
"MUIVerb"="快速截圖"
"Icon"="%SystemRoot%\\System32\\SnippingTool.exe"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\ScreenClip\command]
@="explorer.exe ms-screenclip:"

[HKEY_CURRENT_USER\Software\Classes\Folder\Background\shell\ScreenClip]
"MUIVerb"="快速截圖"
"Icon"="%SystemRoot%\\System32\\SnippingTool.exe"
[HKEY_CURRENT_USER\Software\Classes\Folder\Background\shell\ScreenClip\command]
@="explorer.exe ms-screenclip:"

; --- 物件右鍵 (所有檔案、磁碟機圖示、資源回收筒圖示) ---
[HKEY_CURRENT_USER\Software\Classes\*\shell\ScreenClip]
"MUIVerb"="快速截圖"
"Icon"="%SystemRoot%\\System32\\SnippingTool.exe"
[HKEY_CURRENT_USER\Software\Classes\*\shell\ScreenClip\command]
@="explorer.exe ms-screenclip:"

[HKEY_CURRENT_USER\Software\Classes\Drive\shell\ScreenClip]
"MUIVerb"="快速截圖"
"Icon"="%SystemRoot%\\System32\\SnippingTool.exe"
[HKEY_CURRENT_USER\Software\Classes\Drive\shell\ScreenClip\command]
@="explorer.exe ms-screenclip:"

[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\ScreenClip]
"MUIVerb"="快速截圖"
"Icon"="%SystemRoot%\\System32\\SnippingTool.exe"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\ScreenClip\command]
@="explorer.exe ms-screenclip:"

; ============================================================
; 3. 實用功能 B:萬用記事本與一鍵倒垃圾
; ============================================================

; 使用記事本開啟 (針對所有檔案)
[HKEY_CURRENT_USER\Software\Classes\*\shell\OpenWithNotepad]
"MUIVerb"="使用記事本開啟"
"Icon"="notepad.exe"
[HKEY_CURRENT_USER\Software\Classes\*\shell\OpenWithNotepad\command]
@="notepad.exe %1"

; 一鍵清空回收筒 (針對資料夾背景,使用彩色圖示)
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\emptyrecyclebin]
"MUIVerb"="一鍵清空回收筒"
"Icon"="shell32.dll,101"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\emptyrecyclebin\command]
@="cmd.exe /c \"echo off | powershell -Command \"Clear-RecycleBin -Confirm:$false\"\""


Restore_Default_RightClick.reg登錄檔內容如下:
Windows Registry Editor Version 5.00

; --- 1. 拆除所有位置的「截圖」選項 ---
[-HKEY_CURRENT_USER\Software\Classes\*\shell\ScreenClip]
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\ScreenClip]
[-HKEY_CURRENT_USER\Software\Classes\Folder\Background\shell\ScreenClip]
[-HKEY_CURRENT_USER\Software\Classes\Folder\shell\ScreenClip]
[-HKEY_CURRENT_USER\Software\Classes\Drive\shell\ScreenClip]
[-HKEY_CURRENT_USER\Software\Classes\Network\shell\ScreenClip]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\ScreenClip]
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\ScreenClip]

; --- 2. 拆除「工具箱」功能 (記事本、CMD、清空回收筒) ---
[-HKEY_CURRENT_USER\Software\Classes\*\shell\OpenWithNotepad]
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\OpenCMD]
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\emptyrecyclebin]

; --- 3. 恢復系統雙擊行為預設值 (重置所有我們改過的預設動作) ---
[HKEY_CURRENT_USER\Software\Classes\Folder\shell]
@=-
[HKEY_CURRENT_USER\Software\Classes\Directory\shell]
@=-
[HKEY_CURRENT_USER\Software\Classes\DesktopBackground\shell]
@=-
[HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]
@=-
[HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell]
@=-

@=-


修復圖示.bat內容如下:
設定桌面透明箭頭,必須以系統管理員身份執行
@echo off
:: 1. 建立並設定透明箭頭機碼,預防黑塊
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t REG_SZ /f

:: 2. 強制結束桌面程式,解除檔案佔用
taskkill /f /im explorer.exe

:: 3. 清理舊版快取路徑的隱藏檔
attrib -h -s -r "%userprofile%\AppData\Local\IconCache.db"
del /f /q "%userprofile%\AppData\Local\IconCache.db"

:: 4. 清理新版 Windows 的所有尺寸快取資料庫
del /f /s /q "%localappdata%\Microsoft\Windows\Explorer\iconcache*"

:: 5. 重新啟動桌面並完成
start explorer
echo --------------------------------------------------
echo 圖示修復完成!請按任意鍵退出,並建議重新啟動電腦。
echo --------------------------------------------------
pause







Ultimate_ScreenClip.reg

2.95 KB, 下載次數: 61, 下載積分: 碎鑽 -1 個

售價: 1 個碎鑽  [記錄]

滑鼠右鍵全區域截圖+一鍵清理垃圾桶

Restore_Default_RightClick.reg

1.38 KB, 下載次數: 57, 下載積分: 碎鑽 -1 個

售價: 1 個碎鑽  [記錄]

還原滑鼠右鍵全區域截圖+一鍵清理垃圾桶

修復圖示.bat

950 Bytes, 下載次數: 55, 下載積分: 碎鑽 -1 個

售價: 1 個碎鑽  [記錄]

設定桌面透明箭頭,必須以系統管理員身份執行


作者: change2257    時間: 2026-4-28 00:49
感謝板主分享!!真羨慕ㄋㄟ!!
作者: 10f    時間: 2026-4-28 01:17
感謝樓主優化功能分享,謝謝。
作者: eleman    時間: 2026-4-28 07:53
下載 ok
謝謝製作優化指令

作者: hawagugu    時間: 2026-4-28 08:33
感謝分享,非常實用的小工具
作者: greated    時間: 2026-4-28 08:43
一鍵截圖很好用哦,不用在應用程式中去找截圖了
作者: slingsj    時間: 2026-4-28 09:44
很方便的功能,值得推廣!

謝謝樓主的分享
作者: egoj    時間: 2026-4-28 10:40
真的好用的小功具~
不用在垃圾桶再按右鍵執行,方便。
作者: 匿名    時間: 2026-4-28 11:21
本帖最後由 匿名 於 2026-4-28 15:05 編輯

方便實用的功能,只能在WIN底下工作截圖其他畫面還是需要WIN+SHIFT+S

作者: wj9621    時間: 2026-4-28 12:59
方便實用的功能,感謝樓主優化功能分享,謝謝。
作者: clot20226    時間: 2026-4-28 14:14
感謝分享~很方便的小工具,節省很多時間!
作者: mhgoh    時間: 2026-4-28 14:47
很好用的優化, 感謝您的分享~
作者: adhk    時間: 2026-4-28 14:49
解釋得很清楚, 謝謝樓主無私分享
作者: d2car    時間: 2026-4-28 16:44
還有這小工具

實在是太屌了
感謝大大




歡迎光臨 Android 台灣中文網 (https://apk.tw/) Powered by Discuz! X3.1