Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
57.78k stars 3.34k forks source link

Run as another user like ConEmu #5806

Open Eugeny opened 2 years ago

Eugeny commented 2 years ago

Discussed in https://github.com/Eugeny/tabby/discussions/5805

Originally posted by **JGomsss** February 21, 2022 Hi, I tryed to set a new profil to launch powershell under another identity. It is possible on ConEmu to start shell and define the user with or without password like this : `cur_console:u:"Userlogin:UserPassword"` I tryed something like this but they open another shell `runas.exe /user\:user\@domain 'powershell.exe -nologo'` It is possible to launch somthing like this and use the vault ? BR,
ysc3839 commented 2 years ago

Personally I think this should be done by third-party program such as sudo, not by terminal.