Info
If you have a clean machine with only something like Internet Explorer on the following guide can be used to quickly provision that machine
- Get a useful browser on there asap
- add chocolatey to your environment -
Set-ExecutionPolicy
Bypass
-Scope
Process
-Force
;
iex
((
New-Object
System.Net.WebClient).DownloadString(
'https://chocolatey.org/install.ps1'
))
- use chocolatey to install the browser of choice (google chrome install doesn't work properly, we recommend Opera or Firefox) - choco install opera
- add chocolatey to your environment -
- Now you have browser installed, use chocolatey to install git - choco install git
- Use git to pull down required resource files
- Continue to install other applications as needed