Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 :: Change HKCU to HKLM if you want to install globally. | |
|
Sergey Ulanov
2014/12/11 17:20:29
Please add copyright header in this file.
| |
| 2 :: %~dp0 is the directory containing this bat script and ends with a backslash. | |
| 3 REG ADD "HKCU\Software\Google\Chrome\NativeMessagingHosts\com.google.chrome.exam ple.echo" /ve /t REG_SZ /d "%~dp0com.google.chrome.example.echo-win.json" /f | |
| OLD | NEW |