I prefer not to store my password for a vpn connection.
So I want to open the dialog where I can put manually my password.
Via the Windows Run dialog, I type :
(blurred the VPN name) and it does what I expect. A screen shows and I can put my password and connect the VPN.
However, when I put it in an AutoIt script (au3 and exe)
it only shows the command window, and closes the command window again.
Tried already with Run, RunWait, ShellExecute and ShellExecuteWait.
Also with putting C:\Windows instead of @WindowsDir.
The debug info shows no error.