Tordex Community

Full Version: Is possible to disable context menu?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wanna know how to disable context menu. Several user use this computer, so I don't want that a configuration I've just setup is modified. Can I ? Please let me know.

Best Regards.
It is impossible to disable the context menu. The best way to protect TLB from changes is to set the NTFS permissions into read only.
I think it is impossible.
Quote:I think it is impossible.
What is impossible?

Generally I found the way to disable context menu. All you need is to create the empty context menu template (c:\program files\truelaunchbar\contextmenu). Make XML file with text:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<tlbmenu name="Empty menu" />

And select this template in the TLB Settings->Context menu. This will disable the menu.