Skip to content

mallek/Boxstarter_Windows10_Development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boxstarter_Windows10_Development

A simple script to set up a windows 10 development environment in a consistant way

Make sure windows update is done running and installing all updates requires version > Feature update to Windows 10, version 1803

you may need to set your execution policy to run all the installs

Set-ExecutionPolicy unrestricted

Run the boxstarter web powershell installer script

. { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force

Install this repository via boxstarter

Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/mallek/Boxstarter_Windows10_Development/master/Boxstarter-Base.txt -DisableReboots

For a development install run this, this does a lot more tweaks to the OS and installs some everyday developer tools

Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/mallek/Boxstarter_Windows10_Development/master/Development.txt

About

A simple script to set up a windows 10 development environment in a consistant way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors