2019年8月9日星期五

重設 Windows 10 開始功能表的常用應用程式清單

在網上找到作個記錄, 不翻譯了,

Open Start menu > Launch Settings app >Privacy >General >Disable (Allow Windows to track app launches to improve Start and search results)> Enable (Allow Windows to track app launches to improve Start and search results) again > Go to the main page of Settings app again >Personalization >Start >Enable (Show the most used apps).

2019年8月5日星期一

移除檔案管理員上的 'Quick Access' 項目

編輯以下機碼;
移至 HKEY_CLASSES_ROOT\CLSID{679f85cb-0220-4080-b29b-5540cc05aab6} 下之 'ShellFolder',

揀選 Permissions, 跟著選 Advanced 鍵,在 'Advanced Security Settings for ShellFolder' 視窗,點選 'Change', 跟著點選 'Advanced',修改 owner 為 'Administrators' 以容許修改 'ShellFolder' 內容。

跟著在 'ShellFolder', 修改 'Attributes' 為 'a0600000'。
原文

P.S.修改後發現檔案管理員的拖放功能失效,所以改回了之前的'Attributes' 為 'a0100000'

2019年8月2日星期五

在 Windows 10 啟用相片檢視器開啟相片及 RAW 檔

Windows 10 預設使用新的「相片」應用開啟相片檔案, 如果想使用傳統的「相片檢視器」開啟可以用以下檔案修改機碼

啟用「相片檢視器」下載機碼 

停用「相片檢視器」下載機碼

原機碼包沒有連結我用的 Sony RAW 格式 ARW 檔,所以之後跟據機碼格式加入。

參考
 https://www.tenforums.com/tutorials/14312-restore-windows-photo-viewer-windows-10-a.html