How to run a command as administrator in Windows?
- by tech
I want to run a console program in Windows, but it required administrative privileges. So, I can right click the command prompt to run as administrator, but I want to use something from the command line to elevate the program.
Is there something like sudo in Windows?