Change Version Of Powershell Used In "Powershell Here" tool

How can I change the version of Powershell called by this?

I see it's just a button that runs:
CLI DOSPROMPT=noadmin,powershell

I would like to switch it to the newer powershell 7, but I've not had success trying "pwsh" which is the name of the exe or powershell7.

I've also tried making my own button which used the path of the exe, which opened the right version, but I couldn't get it to open to the directory that was open in dopus.

Edit:

Solved for myself.

Made a custom button with the following command.

CLI DOSPROMPT=powershell EXEC="C:\Program Files\PowerShell\7\pwsh.exe"  TITLE="PowerShell"