設定 Windows 不再產生縮圖檔(Thumbs.db)

參考網頁:Turn Off Thumbs.db in All Versions of Windows 7 | Daniel Doyle

1. 使用 本機群組原則編輯器
在命令提示字元執行 gpedit.msc
[@more@]選擇 使用者設定

選擇 系統管理範本

選擇 Windows 元件

選擇 檔案總管

選擇 關閉在隱藏的 thumbs.db 檔案中快取縮圖

選擇 已啟用(E),並按 確定

2. 使用 登錄編輯程式  regedit

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindowsExplorer]
“DisableThumbsDBOnNetworkFolders”=dword:00000001

重新啟動電腦後即可生效!

 

 

無法刪除 Thumbs.db 檔

在整理網路硬碟裡檔案時,要刪除某些目錄時,出現如下的警告訊息,有時會無法刪除
[@more@]解決的方式:
使用 Thumbs Remover 來處理
Thumbs Remover 官方網站:http://www.xtreme-lab.net/en/tremover.htm
目前最新版本是 1.6 版,可以下載安裝版或免安裝版來使用

這裡以免安裝版為例,只要解壓縮即可使用
選擇 Select floder or drive(選擇 Thumbs.db 所在的目錄或磁碟機)

Start 開始搜尋

搜尋到的檔案

可以利用 Delete selected file(刪除所選擇的檔案) / Delete all files found(刪除所有找到的檔案)
               Select all files(選擇所有的檔案) / Deselect all files(反向選取檔案)

刪除所選取的檔案

確認刪除

檔案已被刪除

關閉 Windows 的螢幕觸控鍵盤

在 Fujitsu t2020 上安裝 Windows 10 x64 Enterprise,安裝完成後,只要須要輸入文字時,螢幕上就會出現如下圖的畫面,擋住畫面,感覺很煩。
[@more@]在網路上搜尋了一下,終於在這一篇 Windows 8 關閉觸控式鍵盤 @ ★168magic神化投資博客★ :: 痞客邦 PIXNET :: 找到了解決的方法。
1. 開始 / 程式集(P) / Windows 系統管理工具 / 服務

2. 找尋 Touch Keyboard and Handwriting Panel Service,按滑鼠二下進行設定

3. 把這一項服務停用

使用命令提示字元
sc stop TabletInputService
sc config TabletInputService start= disabled

 

找不到 mail 指令

在檢查系統 log 的 mail 時,發現有一個錯誤的訊息

登入系統檢查是否有 mail 這一個指令
# which mail

沒有任何的回應,代表系統沒有安裝[@more@]在另外一台可以正常執行的 Server 上檢查
# which mail
/usr/bin/mail

檢查 mail 是屬於哪一個套件
# dpkg-query -S /usr/bin/mail
dpkg-query: no path found matching pattern /usr/bin/mail

神奇的是指找不到

仔細查詢 mail 指令
# ls -l /usr/bin/mail
lrwxrwxrwx 1 root root 22 Sep 26  2014 /usr/bin/mail -> /etc/alternatives/mail
# ls -l /etc/alternatives/mail
lrwxrwxrwx 1 root root 23 Sep 26  2014 /etc/alternatives/mail -> /usr/bin/mail.mailutils
# ls -l /usr/bin/mail.mailutils
-rwxr-xr-x 1 root root 169768 Oct  8  2014 /usr/bin/mail.mailutils

查詢 mail.mailutils 是屬於哪一個套件
# dpkg-query -S /usr/bin/mail.mailutils
mailutils: /usr/bin/mail.mailutils

安裝套件
# apt-get install mailutils

解決 XtraFinder 在 OSX 10.11 El Capitan 無法使用的問題

升級到 OSX 10.11 El Capitan 發現原本可以使用的 XtraFinder 變成無法使用了,也就是執行之後沒有任何的反應。
在網路上搜尋了一下,找到了這一篇解決的方式。
參考網站:XtraFinder not working on OSX 10.11 El Capitan | Igor’s Blog

1. 在 Mac OSX 10.11 El Capitan 開機時按 Command+R 進入 Recovery Mode

[@more@]2. 選擇 以繁體中文作為主要語言

3. 選擇 工具程式 / 終端機

4. 在終端機輸入 csrutil enable –without debug

5. 執行之後出現的畫面

6. 選擇 終端機 / 結束終端機

7. 重新開機

8.