You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
337 B

  1. if exist %WinDir%\SysWOW64\mshta.exe (
  2. set MSHTA=%WinDir%\SysWOW64\mshta.exe
  3. ) else (
  4. set MSHTA=mshta
  5. )
  6. reg add HKCR\hik /v "URL Protocol" /f
  7. 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