Skip to main content

Dear community, I am interested to see if anyone has any experience or examples of executing Powershell commands from a custom menu? i.e. to perform any sort of O/S function , open explorer , etc?

Dear community, I am interested to see if anyone has any experience or examples of executing Powershell commands from a custom menu? i.e. to perform any sort of O/S function , open explorer , etc?

You can use something like below.

"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe"  "ipconfig"

Everything is explained in the technical documentation.

External Program Custom Menu Sample (ifs.com)

Regards,