Skip to content

CB911DC/Boxstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boxstarter

Boxstarter setup scripts for setting up a customized windows environment in a completely unattended manner using PowerShell and Chocolatey packages. Beyond unattended software installs, boxstarter will set:

  • Explorer Options: Show hidden files/folders, Show file extensions
  • Enable Remote Desktop
  • Taskbar Options: Small taskbar, always combine taskbar buttons
  • Set PowerShell execution policy to "Unrestricted"
  • Install all pending Windows Updates
  • Uninstalls Various Windows Store Applications
  • Cleans up some files
  • Temporarly disables UAC and MS Updates during process

Getting Started

Web Installer

Invoke the Boxstarter WebLauncher by pasting to the URL below in Internet Explorer or by invoking it as a START command in either the Command prompt or PowerShell:

START http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/CB911DC/Boxstarter/master/roles/Base_env.ps1

You can use any browser that supports "Click Once" applications. This is limited to IE unless you add extensions to Chrome and Firefox. You can also use the Command prompt or a Powershell console, both using the same command as long as IE is your default browser. This is rarely an issue as IE is the most common default on new machines anyways.

Command Line

You can also run the installer scripts from a local clone of this repository using the install [role] command. This script will install Chocolatey and the Boxstarter shell before running the Boxstarter package.

> install Base

Troubleshooting

Allow Empty Checksums

Occurs on newer versions of Boxstarter and Chocolatey due to a recent Update. This can be fixed by downgrading Chocolatey to version 0.9.10.3.

choco upgrade chocolatey --version 0.9.10.3 --allow-downgrade

About

Automated script pack for windows deployments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published