In Linux, one can do su to become root (Administrator) for multiple commands, or sudo ... to run one command as root.
Is there something similar in Windows, for either PowerShell or cmd.exe, that allows me to run a command with elevated permissions (like creating a symlink) without opening a new window?