So I can use wt -d {sourcepath|noterm}
to open a terminal in current folder.
I'm currently using powershell "Start-Process -Verb RunAs cmd.exe '/c start wt.exe'"
to open as admin...but it's not pretty.
Does anyone know of a more graceful way to open a windows terminal as admin?