runas command requires the users to type password.
If you don't want to type password and want to just click the UAC dialog, use Start-Process -Verb runas in PowerShell instead of runas command.
see: http://satob.hatenablog.com/entry/2017/06/17/013217