boxstarter icon indicating copy to clipboard operation
boxstarter copied to clipboard

Repeatable, reboot resilient windows environment installations made easy using Chocolatey packages

Results 122 boxstarter issues
Sort by recently updated
recently updated
newest added

Mapping network drives can be quite cumbersome within a Boxstarter run as the run is done as administrator. Would be good to research how we could get BoxStarter to execute...

0 - Triaging
Enhancement

### What You Are Seeing? Invoke-ChocolateyBoxstarter doesn't provide any information if something failed along the way. ### What is Expected? (in case of 'no-reboots-required') either `$lastexitcode` or a `try{ .....

Bug
1 - Ready
Customer

### What You Are Seeing? Lots of verbose output when installing chocolatey package. Previously also described here: https://github.com/chocolatey/boxstarter/pull/479#issuecomment-975400315 ### What is Expected? Expect to see regular installation output. ### How...

The following information came from a vNext.md file at the root of the repository. This information is likely outdated, since we are now releasing v3.0.0. We should add this information...

Documentation
0 - Backlog

It would be nice to have pre-release packages in, for example, MyGet that contain the latest unstable builds. Just like we currently have for Chocolatey GUI.

0 - Backlog
Priority - Low

### What You Are Seeing? Set-BoxStarterTaskbarOptions uses Parameter Sets to enforce mutually exclusive parameters e.g.: ``` [Parameter(ParameterSetName='AlwaysShowIconsOn')] [switch] $AlwaysShowIconsOn, [Parameter(ParameterSetName='AlwaysShowIconsOff')] [switch] $AlwaysShowIconsOff, [Parameter(ParameterSetName='MultiMonitorOff')] [switch] $MultiMonitorOff, [Parameter(ParameterSetName='MultiMonitorOn')] [switch] $MultiMonitorOn, ``` However,...

Bug
0 - Backlog

### What You Are Seeing? This is a clean install of Windows 11 on a Dell laptop. I've just installed choco and boxstarter and I want to use boxstarter to...

Bug

### What You Are Seeing? Whenever Boxstarter tries to restart the machine remotely, it will reconnect the Powershell session before the restart actually happens, which leads to failure. ![image](https://user-images.githubusercontent.com/30204280/144312788-d9cacd2f-b548-45fa-bb5a-12bc2a9616d5.png) Boxstarter...

Bug
2 - Working

Rather than using the ReleaseNotes.xml file. GRM can also be used for creating the release on GitHub and uploading the attachments.

0 - Backlog
Build Automation
Priority - High

When building Boxstarter the version is MAJOR.MINOR.X where X is the number of commits since the last build. We need to remove this.

0 - Backlog
Build Automation
Priority - High