Document number | Revision |
---|---|
DOCU12557 | 1 |
When using Google Chrome, Highstage users' are always prompted to open the folder using the It Hit Document Opener when accessing folders and files in Highstage:
This guide introduces you to the process of enabling the 'Always open' checkbox on external protocol launch confirmation prompts. This enables you to check 'Always open' to skip all further confirmation prompts to access folders in Highstage.
Important: Following this guide makes changes to the policies directly on your personal device. Please consult your local IT Department before installation.
Installation
Click here to download a zip folder (installation.zip
) containing the installation file (Chrome.bat
).
Please do the following:
Restart Google Chrome
You have successfully enabled the "Always open" checkbox to be shown on external protocol launch confirmation prompts in Google Chrome.
Manual installation
regedit.exe
as an administratorComputer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
Note: If the keys
Chrome
does not exist, please create them manually.
ExternalProtocolDialogShowAlwaysOpenCheckbox
with a set value of 1
.
You have successfully enabled the "Always open" checkbox to be shown on external protocol launch confirmation prompts in Google Chrome.
The .BAT
file contains the following code:
@echo OFF
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome" /v ExternalProtocolDialogShowAlwaysOpenCheckbox /t REG_DWORD /d 1 /f
pause
Official resources: https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ExternalProtocolDialogShowAlwaysOpenCheckbox