# Description: Boxstarter Script # Author: Jess Frazelle # Last Updated: 2017-09-11 # # Run this boxstarter by calling the following from an **elevated** command-prompt: # start http://boxstarter.org/package/nr/url? # # Learn more: http://boxstarter.org/Learn/WebLauncher #---- TEMPORARY --- Disable-UAC #--- Fonts --- choco install inconsolata -y #--- Windows Settings --- Disable-BingSearch Disable-GameBarTips Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions Set-TaskbarOptions -Size Small -Dock Bottom -Combine Full -Lock Set-TaskbarOptions -Size Small -Dock Bottom -Combine Full -AlwaysShowIconsOn Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name NavPaneExpandToCurrentFolder -Value 1 Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name NavPaneShowAllFolders -Value 1 Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name MMTaskbarMode -Value 2 #--- Windows Subsystems/Features --- choco install Microsoft-Hyper-V-All -source windowsFeatures choco install Microsoft-Windows-Subsystem-Linux -source windowsfeatures #--- Tools --- choco install git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"' -y choco install poshgit choco install vim #--- Apps --- choco install googlechrome choco install docker-for-windows choco install microsoft-teams choco install vcxsrv #--- Restore Temporary Settings --- Enable-UAC Enable-MicrosoftUpdate Install-WindowsUpdate -acceptEula