boxstarter
boxstarter copied to clipboard
Repeatable, reboot resilient windows environment installations made easy using Chocolatey packages
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...
### 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{ .....
### 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...
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.
### 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,...
### 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...
### 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.  Boxstarter...
Rather than using the ReleaseNotes.xml file. GRM can also be used for creating the release on GitHub and uploading the attachments.
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.