Skip to content

SnapITSolutions/NewPCScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Script for new PC installations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published