Maybe there is a way to do it with Start-Process cmdlet that I cannot find? The other related Q/A\'s I found on StackOverflow such as this, this and this all give a solution to
Another, limited, way: Make Windows Explorer launch it for you
PS C:\> explorer.exe "C:\windows\system32\cmd.exe"
Just use the full path and extension. But it does NOT accept parameters.
I tried creating a batch file. But explorer refuses to launch .BAT or .CMD.
.BAT
.CMD