本帖最後由 w60711 於 2012-8-11 17:19 編輯
導入下列登錄檔,可以開啟檔案但有錯誤訊息, 要如何才能正確關聯檔案?
Chrome 21.WIM
發文驗證碼:n4bjzurnlc0uxu1
[AppleScript] 純文本查看 復制代碼 Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome]
[HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\Capabilities]
"ApplicationDescription"="Chrome"
[HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\Capabilities\FileAssociations]
".html"="htmlfile"
".htm"="htmlfile"
[HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\Capabilities\Startmenu]
"StartmenuInternet"="Chrome.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\Capabilities\UrlAssociations]
"https"="https"
"http"="http"
[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"Chrome"="SOFTWARE\\Google\\Chrome\\capabilities"
[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]
@="\"X:\\rxpe\\wimmod\\Chrome\\Chrome.exe\" %1"
[HKEY_CLASSES_ROOT\htmlfile\shell\opennew\command]
@="\"X:\\rxpe\\wimmod\\Chrome\\Chrome.exe\" %1"
[HKEY_CLASSES_ROOT\http\shell\open\command]
@="\"X:\\rxpe\\wimmod\\Chrome\\Chrome.exe\" %1"
[HKEY_CLASSES_ROOT\https\shell\open\command]
@="\"X:\\rxpe\\wimmod\\Chrome\\Chrome.exe\" %1"

|