There is context menu entry on cmd, "Run as Administrator", that opens UAC window and launches cmd as Administrator.
How can I open a program as Administrator in command line?
I've read about runas but it requires /user option when context menu entry doesn't require it.
How can I open a program as Administrator in command line without specifying user name? Like context menu entry does.