I've been using this lovely tool to get around permission issues when doing maintenance on client units, it's called NSudo. It runs a command prompt as System, optionally with the TrustedInstaller flag.
I think it would be incredible if it were added to Cmder as "sudo
Here's the repository:
https://github.com/MouriNaruto/NSudo
Here's the downloadable executable thread:
http://forums.mydigitallife.info/threads/59268-Mouri_Naruto-NSudo-2-1
Try csudo script that already included in ConEmu and Cmder.
I'm aware of csudo, but NSudo runs the prompt as System, not as Administrator. Useful for certain situations where system files need to be modified on the fly. It's the windows equivalent to actual sudo.
I like this looking at it maybe to add.
Just as a "FYI", this project has progressed quite a bit, and the latest works are located here:
https://github.com/M2Team/NSudo
I did find the site you referrenced. I looked at it and my initial reaction is not to add it to cmder. I had issues with it closing the cmder window. Are you using it with cmder currently?
at the moment I use the 64-bit executable renamed to "sudo.exe" in the cmder "bin" directory.
I use it as follows:
sudo -U:T -P:E
I had been using it at one point to launch cmder, but I since lost that configuration and never got around to setting it back up.
have never had issues with it in either use case
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contribution.
This issue has been automatically closed due to it not having any activity since it was marked as stale. Thank you for your contribution.
Most helpful comment
Try
csudoscript that already included in ConEmu and Cmder.