Index: chrome/common/extensions/docs/examples/api/nativeMessaging/host/uninstall_host.bat |
diff --git a/chrome/common/extensions/docs/examples/api/nativeMessaging/host/uninstall_host.bat b/chrome/common/extensions/docs/examples/api/nativeMessaging/host/uninstall_host.bat |
new file mode 100755 |
index 0000000000000000000000000000000000000000..e0e6bcd1fafaf15dc352fe307fe090bf85787262 |
--- /dev/null |
+++ b/chrome/common/extensions/docs/examples/api/nativeMessaging/host/uninstall_host.bat |
@@ -0,0 +1,3 @@ |
+:: Deletes the entry created by install_host.bat |
Sergey Ulanov
2014/12/11 17:20:29
copyright header please
|
+REG DELETE "HKCU\Software\Google\Chrome\NativeMessagingHosts\com.google.chrome.example.echo" /f |
+REG DELETE "HKLM\Software\Google\Chrome\NativeMessagingHosts\com.google.chrome.example.echo" /f |