windows給瀏覽器註冊uri可以開啟的應用程式

2021-10-18 20:43:20 字數 566 閱讀 8852

測試:

建立a.reg檔案

windows registry editor version 5.00

@=""

雙擊reg檔案後會執行裡面的內容,也可以通過windows api寫登錄檔

瀏覽器中定義a標籤

讓使用者雙擊reg檔案肯定不太合適,所以我做到安裝包裡面了,我的安裝包使用nsis做的,所以安裝的時候新增如下**:

writeregstr hkcr "$" "" ""

writeregstr hkcr "$" "url protocol" "$instdir\$.exe"

writeregstr hkcr "$\defaulticon" "url protocol" "$instdir\$.exe"

writeregstr hkcr "$\shell\open\command" "" '"$instdir\$.exe" -web %1'

解除安裝的時候刪掉根想即可

deleteregkey  hkcr "$"

windows下編譯Chrome瀏覽器

本人編譯環境 cpu 普通的雙核啦 記憶體 2g 感覺夠勉強,而且幹不了別的了 os windows server2003 sp2 ide visual studio 2008 sp1 vs2008中文sp1補丁在這裡 directx sdk june 2010 windows sdk 7.1 x8...

如何給谷歌瀏覽器安裝vue devtools外掛程式

安裝方法1 需正常開啟chrome商店,搜尋vuejs devtools 安裝。chrome extensions 開發者工具 擴充套件程式下啟用 具體操作 2.npm install 1.npm install,安裝依賴包 如果安裝太慢,請參照文章末尾說明進行操作。npm run build 執行...

瀏覽器 瀏覽器高效搜尋

一 常見場景 以場景的形式來說明 1 場景1 網路上查詢一本書的 指定文件型別 如pdf 如 搜尋關鍵字 c primer plus 的 pdf 版本 輸入 格式 關鍵字 空格 filetype pdf 例項 c primer plus中文版 filetype pdf關鍵字 filetype 2 場...