Results 146 comments of Mahmoud Gomaa

You will find the option to modify the font in the "imports/theme.nss" file. ``` font.size=20 ``` Add this code at the end of the "shell.nss" file ``` item(title='test Open with'...

@Syuanz, @xkajxkajx try this [build 30](https://nilesoft.org/download/shell/debug.zip)

This feature will be worked on in the next updates

Does not support working with the default X menu of Windows 11

Add this option `modify.remove.separator=1` to `settings` section. Applied to version 1.9

I have never had this issue before. Current version and canary do not issue these files for me.

Open "imports/taskbar.nss" file and remove this items ``` menu(title=title.windows image=\uE1FB) { item(title=title.cascade_windows cmd=command.cascade_windows) item(title=title.Show_windows_stacked cmd=command.Show_windows_stacked) item(title=title.Show_windows_side_by_side cmd=command.Show_windows_side_by_side) sep item(title=title.minimize_all_windows cmd=command.minimize_all_windows) item(title=title.restore_all_windows cmd=command.restore_all_windows) } item(title=title.desktop image=icon.desktop cmd=command.toggle_desktop) item(title=title.settings image=icon.settings(auto, image.color1) cmd='ms-settings:')...

Open the "shell.nss" file, add this line for each item you want to remove ``` remove(find='Put item title here') ``` Save changes, Restart explorer.