Last active
December 8, 2017 16:25
BoxStarter script for work machine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Allow reboots | |
$Boxstarter.RebootOk=$true | |
$Boxstarter.NoPassword=$false | |
$Boxstarter.AutoLogin=$true | |
# Basic setup | |
#Update-ExecutionPolicy Unrestricted | |
#Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
#Enable-RemoteDesktop | |
#Disable-InternetExplorerESC | |
#Disable-UAC | |
#Set-TaskbarSmall | |
if (Test-PendingReboot) { Invoke-Reboot } | |
#Other dev tools | |
#cinst git | |
cinst gitextensions | |
cinst git-credential-winstore | |
#cinst docker-for-windows | |
cinst beyondcompare | |
cinst azurestorageexplorer | |
#cinst nodejs | |
#cinst dotpeek | |
cinst visualstudiocode | |
cinst baretail | |
#Browsers | |
#cinst googlechrome | |
cinst firefox | |
#Other essential tools | |
cinst 7zip | |
cinst microsoft-teams | |
#cinst adobereader | |
#cinst javaruntime | |
cinst notepadplusplus | |
#cinst vlc | |
cinst keepass | |
cinst paint.net | |
#cinst treesizefree | |
#cinst dropbox | |
#cinst evernote | |
#Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment