Skip to content

SAFEHR-data/Powershell-Scripts

Repository files navigation

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:

About

Powershell Scripts for VM Customisations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published