https://github.com/smitpi/win-bootstrap
  
  
    Boxstarter scripts to setup a new windows machine. 
    https://github.com/smitpi/win-bootstrap
  
        Last synced: 8 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 3 years ago)
 - Default Branch: master
 - Last Pushed: 2022-12-27T22:53:43.000Z (almost 3 years ago)
 - Last Synced: 2025-01-26T05:24:30.763Z (9 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