Quote from
fkapnist on March 24, 2026, 12:46 pm
The NeoFM-FTP plugin could not open files associated with Windows 11 built-in apps, such as Movies & TV.
The RunDialog button (on the Dialogs page of the Basic File Manager pub) contains this action:
CloseCustomWindow "RunDialog"
Run "[AppName]" "[Params]" "Normal" "" ""
I changed it to this action:
CloseCustomWindow "RunDialog"
Run "[WindowsDir]explorer.exe" "[AppName] [Params]" "Normal" "" ""
And now the NeoFM-FTP plugin CAN OPEN FILES associated with Windows built-in apps such as Media Player, Photos, Movies & TV. etc.
I hope it helps...
.
The NeoFM-FTP plugin could not open files associated with Windows 11 built-in apps, such as Movies & TV.
The RunDialog button (on the Dialogs page of the Basic File Manager pub) contains this action:
CloseCustomWindow "RunDialog"
Run "[AppName]" "[Params]" "Normal" "" ""
I changed it to this action:
CloseCustomWindow "RunDialog"
Run "[WindowsDir]explorer.exe" "[AppName] [Params]" "Normal" "" ""
And now the NeoFM-FTP plugin CAN OPEN FILES associated with Windows built-in apps such as Media Player, Photos, Movies & TV. etc.
I hope it helps...
.
Vadim and Anthony LaTorre have reacted to this post.