Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 236 Bytes

readme.md

File metadata and controls

11 lines (6 loc) · 236 Bytes

Open powershell admin window

Set-ExecutionPolicy RemoteSigned

iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

copy 01_initialise.ps1 into window

start new window

copy 02_general_dev.ps1