<pre class="c" name="code">Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf]
"Progid"="AcroExch.Document"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\OpenWithList]
"MRUList"="a"
"a"="AcroRd32.exe"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\OpenWithProgids]
"AcroExch.Document"=hex(0):
上述登錄值匯入電腦後即刻生效,
開啟 PDF 檔案會直接使用 Adobe Reader 去開!
PDF 檔案 ICON 顯示部分在匯入上述登錄值時不會改成 Adobe Reader 的,
待重新開機後即會正常顯示為 Adobe Reader 的 ICON !
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg]
"ProgID"="XnView.jpg"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\OpenWithList]
"a"="xnview.exe"
"MRUList"="a"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\OpenWithProgids]
"XnView.jpg"=hex(0):
rem for jpg set to XnView
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg]
"Application"="xnview.exe"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\OpenWithList]
"a"="xnview.exe"
"MRUList"="a"
rem 上面設定值經測試OK
rem 每種副檔名或每種程式的設定方式看來不見的相同,
rem 最快的方式就是找一台設定好的電腦將其 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts 下的設定值匯出即可
請問上述的程式碼,是在 Regedit上編輯嗎? 編輯後,如何匯入到登錄檔呢? 謝謝!