25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
327 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:open('%1'.replace('hik:',''),'ÏÔʾ´°¿Ú','height=600,width=650,location=no,menubar=no,resizable=yes');close()\"" /f