Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.07 KB

Powershell-Scripts

Powershell Scripts for VM Customisations

Use the scripts in this repository with Powershell customisers in your Azure Compute Gallery customisations

Silent Git installs

Best option for configuring settings for an unattended git install is:

  1. Download the git executable
  2. Run the executable with the /SAVEINF= option
  3. The saved file can now be used with /LOADINF= in your unattended install

Full options for an unattended install are listed here:

"/NORESTART /VERYSILENT /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /LOG=$BUILD_DIRECTORY\git-for-windows.log /LOADINF=$BUILD_DIRECTORY\add_bash.inf /SUPPRESSMSGBOXES /ALLUSERS"

Further info at: