Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
sunb
/
open-in-ie
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
use bat to support detecting enviroment
master
Bing Sun
8 anos atrás
pai
11145593ab
commit
51d3db623b
2 arquivos alterados
com
8 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+8
-0
hik.bat
BIN
hik.reg
+ 8
- 0
hik.bat
Ver arquivo
@@ -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
BIN
hik.reg
Ver arquivo
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar