Gerardo Grignoli

Results 154 comments of Gerardo Grignoli

Implemented in #188 But PowerShell/PowerShell#18333 / PowerShell/PowerShell#12129 may cause some issues for Invoke-gsudo specifically, not for `gsudo -u UserName`

Pre-Released: https://github.com/gerardog/gsudo/releases/tag/v2.0.0-preview

I can't bypass UAC just with a flag. You need to consent at some point. Or you can disable the consent. It is not that I won't. I can't !...

Hi @GrimDemon, I've looked at the Logfile, and unfortunatelly I couldn't find a clue of what's going on. You may want to detail how you installed your system, is it...

Can you please open Local Security Policy, navigate to Local Policies -> User Right Assignments, then right click on an empty space on the right panel and select Export List....

For gerardog/gsudo project, I created an `.msi` installer using WIX. It so simple, it just copies an `.EXE` file to `Program Files\xxx`. Turns out that if you upgrade (interactively) to...

+1 here. My scenario: I'm creating my own windows `dotfiles` repo. I would like it to have a **declarative** definition of my environment. Kind of a poor's man puppet/cheff recipe....

> in my opinion the moment an app is installed with winget (just like choco) a version is stored either in a manifest file or in the registry In a...

> If you call install and a version of that package is already installed, we will switch to the upgrade flow. That's disappointing. Wasn't this issue about how `winget install`...

A setting is persistent, which is not really script-friendly, or at least a second class citizen. Would force me to do `read-setting; store-somewhere; set-new-setting; try{ install } finally{ set-previous-setting }`...