Gerardo Grignoli

Results 154 comments of Gerardo Grignoli

@bouncydingbat, I appreciate hearing users trying the tool and what their first impressions are. I want to improve things, but to do so I need to understand. Could you just...

Oh, the irony.... Not getting feedback on a 'lack of feedback' ticket. I want to improve the experience but didn't know how. btw, there is feedback if you use CMD:...

It behaves differently on my machine. Please upgrade to latest gsudo and latest git. If you have winget, do `winget upgrade git.git` and `winget upgrade gerardog.gsudo`

I can see it If I use `/IM` ![image](https://user-images.githubusercontent.com/3901474/199779065-b8e14a61-18a3-4882-9859-cad158a4732f.png) On each process hop it eats one '/'.

The way I thought of using it from bash is to use it as `gsudo`, to not confuse it with the original sudo... There is actually a `gsudo` (no extension)...

Hi, I sincerely don't know what's going on. Whatever the problem is, it does not occur in attached mode. You can use `gsudo --attached pwsh` or configure attached as default...

It's true this changed in v2.0. That scenario is now using TokenSwitchMode instead of attached. Worth reading: https://gerardog.github.io/gsudo/docs/how-it-works ~~But in a nutshell, `--copyev` is not working.~~ As a workaround, ~~until...

> But in a nutshell, --copyev is not working. Oh yes. it is working. But for TokenSwitchMode, but the env vars of the caller are already on the elevated, so...

Hi, have you looked at #106, where we found out powershell installation was corrupt? * Is your user a local admin or are you typing user & password at the...

This is unrelated to gsudo. It seems your PowerShell install is corrupt, same as #106 You can try this: * Do not use gsudo. Open Comand Prompt as admin the...