randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

Start terminal with admin privileges #267

Open lulle2007200 opened 3 years ago

lulle2007200 commented 3 years ago

Is it possible to start a terminal with admin privileges? In my case, i'd like to run powershell with admin privileges on a windows machine. I've tried the usual powershell -command "start-process powershell -verb runas, which doesn't work unfortunately.