Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 602 Bytes

File metadata and controls

18 lines (12 loc) · 602 Bytes

NewPCScript

Script for new PC installations

Instructions

Run this command in PowerShell admin shell to install Chocolatey:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

After Chocolatey is installed, close the admin shell and open another one. Run this command from the folder containing this repository:

Set-ExecutionPolicy RemoteSigned; .\install.ps1