This website works better with JavaScript.
首頁
探索
說明
登入
sunb
/
open-in-ie
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
use bat to support detecting enviroment
master
Bing Sun
8 年之前
父節點
11145593ab
當前提交
51d3db623b
共有
2 個文件被更改
,包括
8 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
hik.bat
二進制
hik.reg
+ 8
- 0
hik.bat
查看文件
@@ -0,0 +1,8 @@
if exist %WinDir%\SysWOW64\mshta.exe (
set MSHTA=%WinDir%\SysWOW64\mshta.exe
) else (
set MSHTA=mshta
)
reg add HKCR\hik /v "URL Protocol" /f
reg add HKCR\hik\shell\open\command /d "%MSHTA% \"javascript:window.open('%1'.replace('hik:',''),'显示窗口','height=600,width=650,location=no,menubar=no,resizable=yes');window.close()\"" /f
二進制
hik.reg
查看文件
Write
Preview
Loading…
取消
儲存