From d494c9e008039bb2bc9beabc459b5e2e6734f9bd Mon Sep 17 00:00:00 2001 From: Bing Sun Date: Sun, 4 Sep 2016 14:13:54 +0800 Subject: [PATCH] quote IE executable PATH --- hik.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hik.bat b/hik.bat index bf2298a..f478fb5 100644 --- a/hik.bat +++ b/hik.bat @@ -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