Forum Discussion
Skype Room System Error skype-mrx:// class not registered
Hi,
yesterday I've also seen this problem on two SfB Room-Systems from a customer.
The problem occured after update installation of 2018-03 cumulative update (KB4088787).
We ship our room systems with Windows 10 Enterprise 2016 LTSB (1607). So no feature-upgrades can produce problems, because they doesnt exist. Only updates are beeing installed.
I guess you also use the 2016 LTSB?
The problem: The SfB Room-App lost its registration for skype-mrx:// links and other sfb related links, as well as the complete settings of the Room-App (e.g. Room-Account).
As quick workaround you can edit the autostart entry to directly start the App, instead of calling the skype-mrx:// link.
After that, you can relogin with the Skype-user and the App starts. The configuration screen appears, since it has lost all settings. Do not cancel this, but configure all necessary settings.
After the settings are done, the room works and you can use it. But: the settings screen (opened with the gear icon) does not work, because it is called with another sfb-link, which is not registered anymore.
I may work on a complete fix the next days.
Current workaround:
1)
Logon as Admin.
2)
Check (e.g. via Taskmanager), if Skype user is logged off. If not, terminate its session.
3)
Replace the autostart entry for the SfB Room-App at the user Skype with the following commands from an elevated cmdline:
:: Load Skype User Reg Keys
reg.exe load HKU\Skype C:\Users\Skype\NTUSER.DAT
:: delete autostart
reg.exe delete "HKU\Skype\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v SkypeRoomSystemLaunch /f
:: add new autostart
reg.exe add "HKU\Skype\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "SkypeRoomSystemLaunch" /t REG_SZ /d "cmd /q /c if exist \"%SystemDrive%\Rigel\x64\Scripts\Provisioning\launch.ps1\" (powershell -WindowStyle Hidden -ExecutionPolicy Unrestricted %SystemDrive%\Rigel\x64\Scripts\Provisioning\launch.ps1) else (explorer.exe shell:appsFolder\Microsoft.SkypeRoomSystem_8wekyb3d8bbwe!App)" /f
:: Unload Skype User Reg Keys
reg.exe unload HKU\Skype
4)
Logoff Admin.
5)
Logon Skype.
6)
App should start and settings screen should be displayed.
Type in all settings and save configuration.
Note that the settings screen can not be reopened again, after saved. If you type in a wrong password. You can edit the settings via XML deployment of the settings.
Kind regards,
JL
- Jonathan_van_RijnMay 23, 2022Copper ContributorYou sir,
are brilliant!
This works! - Rhianna ParkinsonMar 20, 2018Copper ContributorThanks for posting, this workaround worked for us, however now we have lost access to the settings cog in the bottom left, which we do regularly use so editing the XML is not suitable.
Has anyone heard from Microsoft on a formal resolution for this? - SupertoasterMar 16, 2018Copper ContributorThank you for the detailed response. We have had to Windows Reset the Surface and are currently waiting for it to finish. This does sound like the type of issue we were having, although we are on Enterprise not LTSB.