Skip to content

Instantly share code, notes, and snippets.

@llaughlin
Last active July 27, 2020 19:12
Show Gist options
  • Save llaughlin/d65530428e27bea9e29f9ef476fbf4cc to your computer and use it in GitHub Desktop.
Save llaughlin/d65530428e27bea9e29f9ef476fbf4cc to your computer and use it in GitHub Desktop.
Boxstarter Server 2019

Execution instructions:

$cred = Get-Credential LLaughlinHV\Admin
$boxVm = Enable-BoxstarterVM -VmName LLaughlinHV -Credential $cred


$scriptUrl = "https://gist.githubusercontent.com/llaughlin/7be7bd8eaccb5edbc8ad16b50977aee9/raw/b543db14178f502bda3f3a0280ed0db7850790ad/HyperVSetup.ps1"

$objectBrowserUrl = "https://gist.githubusercontent.com/llaughlin/7be7bd8eaccb5edbc8ad16b50977aee9/raw/af26c39aca10c7b084fb6fd456a6617e2c157776/PSObjectBrowser.psm1"

$boxVm | Install-BoxstarterPackage -PackageName $scriptUrl
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-StartScreenOptions -EnableBootToDesktop -DisableDesktopBackgroundOnStart -DisableShowStartOnActiveScreen -DisableShowAppsViewOnStartScreen
Disable-GameBarTips
Disable-BingSearch
Set-TaskbarSmall
Enable-RemoteDesktop
choco feature enable -n allowGlobalConfirmation
#cinst windbg
#cinst filezilla
cinst -y @(
'wiztree'
'vscode'
'processhacker'
'windowgrid'
#'git.install'
'fiddler'
'microsoft-edge-insider'
'glaryutilities-free'
'powertoys'
'tailblazer'
'seq'
'webdeploy'
'rapidee'
'LinkShellExtension'
'everything'
'fzf'
'pwsh'
'screentogif'
)
#cinst wireshark
Install-ChocolateyPinnedTaskBarItem "$env:windir\system32\mstsc.exe"
# Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment