Skip to main content
Question

Powershell in Custom Menu?

  • March 10, 2021
  • 1 reply
  • 115 views

Forum|alt.badge.img+11

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?

This topic has been closed for replies.

1 reply

EntNadeeL
Hero (Partner)
Forum|alt.badge.img+10
  • Hero (Partner)
  • March 15, 2021

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,