Windows has this nifty little shortcut for running commands. Press Windows + r.
Problem is, is there an easy way to have the commands I run in that dialog to prompt for a UAC credentials dialog and get consent from a admin user.
Right now, I'm trying to run this command in the Run dialog runas /user:admin "regedit.exe"
It works when I run this though: runas /user:admin "cmd"
