Gerardo Grignoli

Results 154 comments of Gerardo Grignoli

Hi @eebssk1, Windows spawns the console before actually starting gsudo, hence `gsudo.exe` can't avoid the console from flashing, besides what is already doing. BTW super nice hack with the `conhost.exe...

> This allows `-TrustedInstaller` to be used to send `--ti` to gsudo. Awesome! Thank you for getting involved. > I gave `-TrustedInstaller` and `-Credential` their own parameter sets so they...

I don't know what is the root cause of the problem, but here is a workaround that will add the `cmd /c` automatically: Please run: ``` gsudo config ExceptionList =...

Please don't close the issue. I'll close it after, at least, adding `vim` and `nano` by default in the exceptionlist.

How have you installed vim and nano on windows? using a windows installer? using git-bash? Where are your `vim.exe` and `nano.exe` files located? (on cmd, run `which vim`)

Wow thank you so much for this! This is a incredibly helpfull. I've desired to learn how to create tokens from scratch for so much time, but since I don't...

Yes. I desire this feature as well, but is a quite challenging thing to create. I don't have a design for it currently. Too many aspects to consider. For example:...

If I `gsudo vim` and then kill `vim.exe` it will show the arrow keys as a character escape sequence, which is something I havent seen before, maybe this is a...

What do you mean by "no prompt"? What were you expecting? When you say UAC off, which specific configuration do you refer to? (UAC has *a lot* of possible ways...

If you disable UAC and your user is admin, you will be running as admin already. The command will run, as stated in the [readme](https://github.com/gerardog/gsudo#features) > - Supports being used...