CB911DC / Boxstarter

Automated script pack for windows deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:PowerShell 85.8%Language:Batchfile 14.2%