Calling a link to a topic from Microsoft file explorer

Pedro G. shared this question 32 days ago
Answered

I would like to keep the link to a topic from Mindmanager so I can build my own list of links to topics.
In the past, I am sure I could paste the link into Microsft Explorer and the laptop would open Mindmanager and would take me to the topic in the map directly.

Best Answer
photo

This works for me, even though the mj-map protocol does not appear to be listed in the Windows settings > Apps > Default Apps > Choose Default Apps by protocol. There does not appear to be a mechanism for defining this in the settings. I would expect that it is created by the MindManager installer, so repairing the installation may work. If not then I think you can add a key in the registry:

HKEY_CLASSES_ROOT\mj-map

This key contains an "open" command which launches the installed version of MindManager. The contents of a .reg file to create this key would be:

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

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\mj-map]

@="URL:MJ protocol"

"URL Protocol"=""

[HKEY_CLASSES_ROOT\mj-map\DefaultIcon]

@="C:\\Program Files\\MindManager 24\\MindManager.exe,1"

[HKEY_CLASSES_ROOT\mj-map\shell]

[HKEY_CLASSES_ROOT\mj-map\shell\open]

[HKEY_CLASSES_ROOT\mj-map\shell\open\command]

@="C:\\Program Files\\MindManager 24\\MindManager.exe \"%1\""

==========

Replies (3)

photo
2

This works for me, even though the mj-map protocol does not appear to be listed in the Windows settings > Apps > Default Apps > Choose Default Apps by protocol. There does not appear to be a mechanism for defining this in the settings. I would expect that it is created by the MindManager installer, so repairing the installation may work. If not then I think you can add a key in the registry:

HKEY_CLASSES_ROOT\mj-map

This key contains an "open" command which launches the installed version of MindManager. The contents of a .reg file to create this key would be:

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

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\mj-map]

@="URL:MJ protocol"

"URL Protocol"=""

[HKEY_CLASSES_ROOT\mj-map\DefaultIcon]

@="C:\\Program Files\\MindManager 24\\MindManager.exe,1"

[HKEY_CLASSES_ROOT\mj-map\shell]

[HKEY_CLASSES_ROOT\mj-map\shell\open]

[HKEY_CLASSES_ROOT\mj-map\shell\open\command]

@="C:\\Program Files\\MindManager 24\\MindManager.exe \"%1\""

==========

photo
2

Thank you very much.
I have just repair the installation and now it works.

photo
1

not related but i wanna share my life experience.


i use anki, there is a plugin to let anki handle URL ankilink://


the anki got updated but the plugin dont, and thus the plugin dont know where the anki.exe is.


LLMs, ALL of them, helped me to edit the registry and make the correction and make the plugin work back again.


we appreciate help from experts esp without charge,

yet LLMs changed our lifes.

Leave a Comment
 
Attach a file