Mahmoud Gomaa
                                            Mahmoud Gomaa
                                        
                                    Hi @ourslfs, @nicholas-ochoa Please try this [bulld](https://github.com/moudey/Shell/files/10180947/shell-test.zip) Remove this line or ignore it by add `//` like this: ``` // exclude.where = !process.is_explorer ```
Minor changes in the settings(default) section will be documented in the next update. The options and syntax method are modified to be more flexible.
Please test this [build](https://github.com/moudey/Shell/files/10127710/shell-test.zip) Comment this line to enable shell with FreeCommander ``` exclude.where = !process.is_explorer ```
Hi @Traxmaeus Please try this [bulld](https://github.com/moudey/Shell/files/10180947/shell-test.zip)
Hi @zilpe This feature will be added later
@wolive-20 Please test this [build](https://github.com/moudey/Shell/files/10127710/shell-test.zip) add this code to static items ``` static { item(find='google' in='/new' vis=remove) item(find='rar|cab' in='/7-zip/open archive' vis=disabled) } ```
@wolive-20 Sorry try [this](https://github.com/moudey/Shell/files/10142067/shell-test.zip)
Hi @Mark-Joy Please test this [build](https://github.com/moudey/Shell/files/10127710/shell-test.zip) ``` shell { static { item(find='7-zip' pos=1 parent="/level 1") item(find='rar|cab|"*"' in='/level 1/7-zip/open archive' vis=disabled) } dynamic { menu(mode=multiple title='level 1' image=#a00) { item(title='item 1')...