Dad. Senior engineer working on the Windows Terminal and the Windows commandline experience. For about 17 weeks at the end of the year, it’s all about football.
0 Posts
1 Comment
Joined 2 years ago
Cake day: November 17th, 2022
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
@OmnipotentEntity@Pilgrim it’s actually not just a wrapper for runas. There’s a lot of other plumbing here to get the console handle you’re actually using plumbed to the target application. That’s the magic that lets you actually interact with the elevated process in the same terminal.
With runas, the target application is just stuck in a separate console window (gross)
@OmnipotentEntity @Pilgrim it’s actually not just a wrapper for
runas
. There’s a lot of other plumbing here to get the console handle you’re actually using plumbed to the target application. That’s the magic that lets you actually interact with the elevated process in the same terminal.With runas, the target application is just stuck in a separate console window (gross)