Comment 13 for bug 1756084

Revision history for this message
Lynn Floyd (lfloyd) wrote :

Here is what the Query's return ran as the user.
This is a 32 bit machine.

C:\Users\mike>reg query HKLM\SOFTWARE\Google\Chrome\NativeMessagingHosts /s

HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\org.evergreen_ils.hatch
    (Default) REG_SZ C:\Program Files\Hatch\extension\host\org.evergreen_ils.hatch.json

C:\Users\mike>reg query HKLM\SOFTWARE\WOW6432Node\Google\Chrome\NativeMessagingHosts /s
ERROR: The system was unable to find the specified registry key or value.

C:\Users\mike>reg query HKCU\SOFTWARE\Google\Chrome\NativeMessagingHosts /s

HKEY_CURRENT_USER\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.adobe.acrobat.chrome_webcapture
    (Default) REG_SZ C:\Program Files\Adobe\Acrobat Reader DC\Reader\Browser\WCChromeExtn\manifest.json

C:\Users\mike>reg query HKCU\SOFTWARE\WOW6432Node\Google\Chrome\NativeMessagingHosts /s
ERROR: The system was unable to find the specified registry key or value.

The one thing I notices is that the Native Messaging Hosts as HKCU returns Adobe acrobat here HKLM returns Hatch. I am wondering if there is conflict there?