Skip to content

Releases: chocolatey/boxstarter

v2.8.12

21 Apr 14:08
Compare
Choose a tag to compare
  • Persist RebootOk setting in nested installs
  • Suppress bogus Invalid Namespace errors
  • Added ability to configure "Expand to open folder" in Set-WindowsExplorerOptions
  • Added ability to configure QuickAccess options in Set-WindowsExplorerOption
  • Added Disable-GameBarTips to WinConfig module
  • Added Disable-BingSearch to WinConfig module
  • Updated to latest Get-PendingReboot
  • Eliminate multiple explorer restarts in Set-WindowsExplorerOption
  • Fix scenarios where providing multiple packages to Install-BoxstarterPackage fails
  • Added improved error logging where stacktrace was being dropped
  • Fix errors caused by using Int64 RebootCodes
  • Fix parameter typo in Set-ExplorerOptions
  • Update to latest Pester and ensure tests pass on clean VM

v2.8.0

15 Apr 19:17
Compare
Choose a tag to compare
  • Added ability to configure "Expand to open folder" in Set-WindowsExplorerOptions
  • Added ability to configure QuickAccess options in Set-WindowsExplorerOption
  • Added Disable-GameBarTips to WinConfig module
  • Added Disable-BingSearch to WinConfig module
  • Updated to latest Get-PendingReboot
  • Eliminate multiple explorer restarts in Set-WindowsExplorerOption
  • Fix scenarios where providing multiple packages to Install-BoxstarterPackage fails
  • Added improved error logging where stacktrace was being dropped
  • Fix errors caused by using Int64 RebootCodes
  • Fix parameter typo in Set-ExplorerOptions
  • Update to latest Pester and ensure tests pass on clean VM

v2.7.0

03 Apr 16:02
Compare
Choose a tag to compare
  • Enabling powershell remoting via WMI on remote machine was not working when piping from Enable-BoxstarterVM
  • Added a -Combine parameter to Set-TaskBarOptions

v2.6.41

28 Feb 15:44
Compare
Choose a tag to compare
  • Fix CredSSP rollback from setting bogus delegate computers
  • Fis Boxstarter.Azure dependency pins
  • Add ability to set the User Level Authentication Required setting when enabling RDP
  • Fix parsing of choco args delimiting key/values with an = sign
  • Use default credentials on web client downloading http scripts
  • Use internal function to download http gist scripts.
  • No longer vendors a legacy version of Chocolatey. Leverages the current beta Chocolatey library API for all Chocolatey interaction.

v2.6.25

18 Dec 07:18
Compare
Choose a tag to compare
  • Use internal function to download http gist scripts.
  • No longer vendors a legacy version of Chocolatey. Leverages the current beta Chocolatey library API for all Chocolatey interaction.

v2.6.20

17 Dec 14:41
Compare
Choose a tag to compare
  • Use internal function to download http gist scripts.
  • No longer vendors a legacy version of Chocolatey. Leverages the current beta Chocolatey library API for all Chocolatey interaction.

v2.6.16

15 Dec 15:40
Compare
Choose a tag to compare
  • Use internal function to download http gist scripts.
  • No longer vendors a legacy version of Chocolatey. Leverages the current beta Chocolatey library API for all Chocolatey interaction.

v2.6.2

14 Dec 00:29
Compare
Choose a tag to compare
  • Use internal function to download http gist scripts.
  • No longer vendors a legacy version of Chocolatey. Leverages the current beta Chocolatey library API for all Chocolatey interaction.

v2.6.0

13 Dec 08:30
Compare
Choose a tag to compare
  • No longer vendors a legacy version of Chocolatey. Leverages the current beta Chocolatey library API for all Chocolatey interaction.

v2.5.21

13 Aug 15:29
Compare
Choose a tag to compare
  • Fix packages breaking when calling choco functions inside a custom module
  • Fix hang detection in scheduled task detecting hangs prematurely
  • Fix auto login failures after first run
  • Fix Enable-BoxstarterVM on Windows 10
  • Return a more actionable error message when Enable-RemoteDesktop fails
  • Fix 7zip installed in private chocolatey install
  • Ensure choco bin is ahead of boxstarter vendored choco bin on the path and dont copy redirect shims to choco bin even if choco is not preinstalled.
  • Provide better isolation between Boxstarter and User Chocolatey installations.
  • Run scheduled tasks in the same directory where it is invoked.
  • Default Windows Update criteria now only installs critical updates.
  • Force elevated shell during setup.bat installer.