Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smitpi/win-bootstrap

Boxstarter scripts to setup a new windows machine.
https://github.com/smitpi/win-bootstrap

Last synced: 3 months ago
JSON representation

Boxstarter scripts to setup a new windows machine.

Awesome Lists containing this project

README

        

# win-bootstrap

Boxstarter scripts to setup a new windows machine.

```powershell

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](https://github.com/smitpi/PSToolKit) to Install a new System.|

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