Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NXPSR-11214 Automatically open file with nexaweb extension on download in Edge and Chrome.

Nexaweb launcher will provide an option to set AutoOpenFileTypes browser policy in the registry during installation. Set this browser policy to automatically open file with nexaweb extension on download in Edge and Chrome. Registry value values will be removed during uninstallation.

During installation, you have option to the set the browser policy for the current user or all users.

...

Registry value for Chromewhen Chrome is selected for current user
[HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome\AutoOpenFileTypes]
"1"="nexaweb"

Registry value for Edgewhen Edge is selected for current user
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge\AutoOpenFileTypes]
"1"="nexaweb"

Registry value when Chrome is selected for all users
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\AutoOpenFileTypes]
"1"="nexaweb"

Registry value when Edge is selected for all users
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\AutoOpenFileTypes]
"1"="nexaweb"

...