- Joined
- Feb 18, 2019
- Messages
- 85
- Reaction score
- 11
This is a follow up to my last issue: https://www.3cx.com/community/threads/webmeeting-remote-control-windows-uac-not-working.79023/
I installed the 3CX Webmeeting Remote Control as an Administrator globally into
Now I did some research. I also installed the 3CX Webmeeting Remote Control as the user. So it is installed into
In the Chrome dev tools I can see that a link with the protocol
Are there any other things I have to modify to make it work without installing the 3CX Webmeeting Remote Control into each user profile?
Edit: It seems the problem is the space inside the file path. If I install it into
Would it be possible to fix that? Because applications should be installable into the default directory for applications
I installed the 3CX Webmeeting Remote Control as an Administrator globally into
C:\Program Files\3CX\3CXWMRemoteControl on a dev machine. Then I created a webmeeting and asked for remote support. On the dev machine I accepted the request to allow remote support, but nothing happens. I just get the message "Waiting for Remote to accept your remote control request" on my local machine.Now I did some research. I also installed the 3CX Webmeeting Remote Control as the user. So it is installed into
C:\Program Files\3CX\3CXWMRemoteControl and the default location C:\Users\username\AppData\Roaming\3CX\3CXWMRemoteControl at the same time. When I now ask for remote support and accept, then Chrome is asking if "3CXWMRemoteControl" shall be opened. I accept and the screen will be shared.In the Chrome dev tools I can see that a link with the protocol
tcxwmrc:// shall be opened. So I did a search in the registry and found some keys which were pointing to "C:\Users\username\AppData\Roaming\3CX\3CXWMRemoteControl\3CXWMRemoteControl.exe" "%1". I changed them to the global path, but it's still not working.
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\tcxwmrc]
@="\"URL:tcxwmrc Protocol\""
"URL Protocol"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\tcxwmrc\shell]
[HKEY_CURRENT_USER\SOFTWARE\Classes\tcxwmrc\shell\open]
[HKEY_CURRENT_USER\SOFTWARE\Classes\tcxwmrc\shell\open\command]
@="\"C:\\Program Files\\3CX\\3CXWMRemoteControl\\3CXWMRemoteControl.exe\" \"%1\""
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\tcxwmrc]
@="\"URL:tcxwmrc Protocol\""
"URL Protocol"=""
[HKEY_CLASSES_ROOT\tcxwmrc\shell]
[HKEY_CLASSES_ROOT\tcxwmrc\shell\open]
[HKEY_CLASSES_ROOT\tcxwmrc\shell\open\command]
@="\"C:\\Program Files\\3CX\\3CXWMRemoteControl\\3CXWMRemoteControl.exe\" \"%1\""
Are there any other things I have to modify to make it work without installing the 3CX Webmeeting Remote Control into each user profile?
Edit: It seems the problem is the space inside the file path. If I install it into
C:\3CX\3CXWMRemoteControl and add the registry keys for HKEY_CURRENT_USER\SOFTWARE\Classes\tcxwmrc, then it's working.Would it be possible to fix that? Because applications should be installable into the default directory for applications
Last edited: