windows registry editor version 5.00
[hkey_classes_root\thunder]
@="url:迅雷專用鏈"
"editflags"=hex:02,00,00,00
"url protocol"=""
[hkey_classes_root\thunder\defaulticon]
@="d:\\xunlei\\program\\thunder.exe, 1"
[hkey_classes_root\thunder\shell]
[hkey_classes_root\thunder\shell\open]
[hkey_classes_root\thunder\shell\open\command]
@="\"d:\\xunlei\\program\\thundernewtask.exe\" \"%1\""
這個登錄檔中跟我們要實現功能有關的就只有倆行,「url protocol」="「和
@=」「d:\xunlei\program\thundernewtask.exe」 「%1"」。根據我的理解第乙個應該是讓應用程式支援url協議啟動,第二個應該是乙個帶引數的命令列,用來從命令列啟動程式的。所以要想實現這個功能,只需要在製作安裝包時新增乙個如下的登錄檔檔案:
windows registry editor version 5.00
[hkey_classes_root\name]
"url protocol"=""
[hkey_classes_root\name\shell]
[hkey_classes_root\name\shell\open]
[hkey_classes_root\name\shell\open\command]
@="[程式安裝目錄]yourprogram.exe %1"
這樣就可以在瀏覽器啟動了,如圖所示:
如何在瀏覽器中執行 VS Code?
摘要 web ide新時代!原文 有趣的專案 在瀏覽器中執行 visual studio code 以下示例均基於coder當前版本 1.691 後續版本中可能會發生變化,因此如果執行有問題的話,建議參考 coder 官網。假如你的機器已經安裝了docker的話,那麼該方式是最簡便的。由於docke...
安裝瀏覽器驅動並開啟瀏覽器
開啟ie瀏覽器 前乙個是固定引數,後乙個是ie驅動路徑 system.setproperty webdriver.ie.driver d broswer driver iedriverserver iedriverserver.exe webdriver driver new internetexp...
ubuntu的如何在火狐瀏覽器中中安裝flash
然後需要找到火狐瀏覽器的安裝位置,在命令列中輸入以下命令 whereis firefox最終發現在火狐瀏覽器安裝在 usr lib firefox 外掛程式位置在 usr lib firefox addons plugins 現在將解壓後的libflashplayer.so檔案拷貝到外掛程式目錄裡 ...