Browse Source

quote IE executable PATH

master
Bing Sun 8 years ago
parent
commit
d494c9e008
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hik.bat

+ 1
- 1
hik.bat View File

@@ -14,4 +14,4 @@ reg add HKCR\hik\shell\open\command /d "%MSHTA% \"javascript:open('%1'.replace('

REM force IE in case that 360se has taken over the control
REM HKCR is the merged view of HKLM\Software\Classes and HKCU\Software\Classes
reg add HKCU\Software\Classes\%CLSROOT%\{0002DF01-0000-0000-C000-000000000046}\LocalServer32 /d %IE% /f
reg add HKCU\Software\Classes\%CLSROOT%\{0002DF01-0000-0000-C000-000000000046}\LocalServer32 /d \"%IE%\" /f

Loading…
Cancel
Save