smitpi / win-bootstrap

Boxstarter scripts to setup a new windows machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

win-bootstrap

Boxstarter scripts to setup a new windows machine.

Set-ExecutionPolicy Bypass -Scope Process -Force
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 
iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1'))
Get-Boxstarter -Force
Click link to run Description
System Setup Use PSToolKit to Install a new System.

Warning
You will need a valid github userid and token to continue

About

Boxstarter scripts to setup a new windows machine.

License:MIT License


Languages

Language:PowerShell 99.8%Language:Batchfile 0.2%