Skip to main content
Added some context.
Source Link
Peter Mortensen
  • 12.2k
  • 23
  • 72
  • 90

I was frustrated with the existing solutions for this, so I wrote a little Node.jsNode.js script which should be more familiar to *nix users.

It elevates the current user with no password prompts (just UACUAC), redirects stdin and stdout, and runs in the same console window.

https://github.com/tehsenaus/windosu

I was frustrated with the existing solutions for this, so I wrote a little Node.js script which should be more familiar to *nix users.

It elevates the current user with no password prompts (just UAC), redirects stdin and stdout, and runs in the same console window.

https://github.com/tehsenaus/windosu

I was frustrated with the existing solutions for this, so I wrote a little Node.js script which should be more familiar to *nix users.

It elevates the current user with no password prompts (just UAC), redirects stdin and stdout, and runs in the same console window.

https://github.com/tehsenaus/windosu

Source Link

I was frustrated with the existing solutions for this, so I wrote a little Node.js script which should be more familiar to *nix users.

It elevates the current user with no password prompts (just UAC), redirects stdin and stdout, and runs in the same console window.

https://github.com/tehsenaus/windosu