Results 98 comments of Mahmoud Gomaa

This was a newly added feature that I forgot to add to the documentation

Do you use a third party to customize the explorer?

Yes, disable it and try it. Tell me his name so I can fix this issue

To prevent Shell from replacing the taskbar menu, open Registry and create a subkey with this path ``` [HKEY_CURRENT_USER\Software\Nilesoft\Shell\Disable] "Taskbar"=dword:00000001 ```

Shown with only the blur and acrylic effect because this function `SetWindowRgn` is used to change the corners of the menu window and it does not support anti-aliased. It will...

>eject drive `cmd=command.eject` run as administrator `cmd=command.runas` or `admin cmd=command.open` Most of the commands are used to return titles, identifiers, and icons only. However, the implementation of most of the...

>app crashes `where=this.id==id.play_with_windows_media_player` Undefined >removes separators `where=window.is_tree find='properties' vis='remove'` Explain more >common window handles `where=window.handle==handle.desktop` vs `window.is_desktop` test multiple values `where=this.title('a','b')` or `title=='a|b'` vs `this.title=='a' || this.title=='b'` count number of...

> `image cmd='@sys.bin\notepad.exe'` works but `image cmd='notepad'` does not Sorry, I did not notice the image property. This issue has been fixed.

>what's undefined? `play_with_windows_media_player` not added to ids > fixed for the next release? Latest updated build for testing at this [link](https://nilesoft.org/download/shell/debug.zip)

@jairocontreras Try this [build 31](https://nilesoft.org/download/shell/debug.zip) Fixed - [x] `image cmd='notepad'` - [x] `where=window.is_tree find='manage onedrive backup' vis='remove'` removes all the separators New - [x] `this.title('a','b')` and `this.name('a','b')`