Search found 3 matches
- Thu 03 Feb, 2022 4:50 am
- Forum: Development and code snippets
- Topic: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
- Replies: 16
- Views: 135591
Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
YES! It works! Thank you!) But why when i start task manager, i don't see load monitor in tray? In winpe it work normal, but in win server 2019 and 2016 core don't work - just blink for seconds
- Thu 03 Feb, 2022 4:38 am
- Forum: Development and code snippets
- Topic: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
- Replies: 16
- Views: 135591
Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
slore wrote:
> you can add an option for enable/disable the menu with JCFG2_DEF macro.
>
> ```diff
> case WM_CONTEXTMENU: {
> + if (JCFG2_DEF("JS_TASKBAR", "contextmenu_enabled",
> true).ToBool()) {
> ...
> ...
> + }
> break;
> }
Just add in JS_TASKBAR section
"contextmenu_enabled": false (or ...
> you can add an option for enable/disable the menu with JCFG2_DEF macro.
>
> ```diff
> case WM_CONTEXTMENU: {
> + if (JCFG2_DEF("JS_TASKBAR", "contextmenu_enabled",
> true).ToBool()) {
> ...
> ...
> + }
> break;
> }
Just add in JS_TASKBAR section
"contextmenu_enabled": false (or ...
- Wed 26 Jan, 2022 7:34 am
- Forum: Development and code snippets
- Topic: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
- Replies: 16
- Views: 135591
Re: WinXShell - a portable shell and zero dependencies for boot.wim,winre.wim
How to disable right mouse click menu on toolbar? I need disable this menu because i will use another application to settings - how i can disable rmb click menu? WinxShell version 4.6