Hi Richard, On Wed, 22 Mar 2023, Richard Spano wrote: > We have GIT installed on machine and we have “C:\Program > Files\Git\usr\bin\” added to the PATH system variable (windows). When > updating GIT this addition to the PATH variable is wiped. If this is not > noticed then we have issues with GIT until we manually re-add this in. > > Is there a way to stop these variables being removed during a GIT update? The Git for Windows-specific part of the `PATH` is considered to be "owned" by Git for Windows. This is required to allow for future changes similar to the ones when we moved Git for Windows from MSys to MSYS2, where the paths changed that needed to be added. However, I have good news for you: if you _want_ `usr\bin` to be added to the `PATH`, you only need to select the 3rd option on the "Adjusting your PATH environment" page of the installer. You might want to review the implications, though. Ciao, Johannes