if Git is ran without Admin permissions it installs in C:\Users*user*\AppData\Local\Programs\Git
with an uninstall string of C:\Users*user*\AppData\Local\Programs\Git\unins000.exe
Would be cool if the script checked for appdata installs and removedthen and installed the whole machine location.
THis is howing up on my VULN scans, but Immy is not catching and patching these.
@Ryan_Ybarra check out the function called “Remove-GoToConnectUserInstalls” @DimitriRodis and I were recently able to figure out how to force remove the user installs for GoTo and added the function to both the install and uninstall scripts for the deployment.
If Git user installs works the same way we could look at making a function for the same idea just replacing it with the Git files/reg keys.
Perhaps you can help track down what we would need to force remove?
Thanks! I will see if I can make heads or tails of it and let you know!
I also noticed FF and some other Mozilla apps will install in Appdata if no UAC is performed, maybe we can knock those out too!