Cookies CSS

Friday, February 17, 2023

RingCentral: Repairing file association for ParkFor adaptive cards

For the Adaptive Card click to retrieve a Parked call to work correctly, the RingCentral app has to have been run once, on the computer signed in as the Operator.

On occasion, a condition can occur where the file association gets lost.

This can be repaired by making a repair.reg file in the form below.  Note, you will need to change the name to match the login name of the operator.  The filename is unimportant but must end in .reg

Create this repair.reg file, modifying the name and import it as the operator.

=========================================================================

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\rcapp]
"URL Protocol"=""
@="URL:rcapp"

[HKEY_CLASSES_ROOT\rcapp\shell]

[HKEY_CLASSES_ROOT\rcapp\shell\open]

[HKEY_CLASSES_ROOT\rcapp\shell\open\command]
@="\"C:\\Users\\yourusername\\AppData\\Local\\Programs\\RingCentral\\RingCentral.exe\" \"%1\""


=========================================================================