Results 98 comments of Mahmoud Gomaa

Thank you for this alert. The repository will be reviewed as soon as possible

The repository is clean and does not contain any malicious files. There may be a false positive test result.

Hi @AlecMcCutcheon, Does this issue still appear?

I think there is a system issue in the "Share" and "Send" items with the same title in the default menu in Russian. ![Shell](https://user-images.githubusercontent.com/39198/207504347-9d5e7ac8-7f43-443f-81b7-45c961a40ac2.png) ![Default](https://user-images.githubusercontent.com/39198/207504363-da89602b-af72-4aa3-8eb9-cd2fedae305b.png)

Hello @VladWinner Please try this build [shell-test.zip](https://github.com/moudey/Shell/files/10228663/shell-test.zip) ![test](https://user-images.githubusercontent.com/39198/207622715-8138b9d6-4f37-4a7b-9dc8-d558babbbbcc.png)

Are you using the attached config file? Just try these settings. It is best to try it on Windows Sandbox ``` shell { set { theme.name="modern" exclude.where = !process.is_explorer }...

Shell replaces Taskbar menu with a custom one Add this code to dynamic section for Taskbar menu ``` menu(where=@(sys.is11 and this.count == 0) type='taskbar' image=icon.settings expanded=true) { item(title=id.task_manager.title image=\uE159 cmd='taskmgr.exe')...

@shifterest Please test this [build](https://github.com/moudey/Shell/files/10127710/shell-test.zip) Comment this line to enable shell with other programs ``` exclude.where = !process.is_explorer ```

`Directory Opus` uses special menus other than the standard Windows menus. Therefore, Shell cannot be applied to it.