Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/smitpi/win-bootstrap
- Owner: smitpi
- License: mit
- Created: 2022-11-26T15:26:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T22:53:43.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T05:33:54.317Z (6 months ago)
- Language: PowerShell
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - smitpi/win-bootstrap - Boxstarter scripts to setup a new windows machine. (PowerShell)
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