Skip to content

Instantly share code, notes, and snippets.

@max-peter
Last active October 18, 2019 12:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save max-peter/ef9d94ab60e1becd738dda912d72689a to your computer and use it in GitHub Desktop.
Save max-peter/ef9d94ab60e1becd738dda912d72689a to your computer and use it in GitHub Desktop.
boxstarter-devbox-basics
# (c) cironet.eu - 19.05.2019
#Set-TimeZone -Name "Eastern Standard Time" -Verbose
Set-TaskbarOptions -Dock Bottom
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showFileExtensions
Enable-RemoteDesktop
Enable-PSRemoting -Force
choco install googlechrome -y
choco install firefox -y
choco install git -y
choco install wsl -y
choco install vscode -y
choco install vscode-powershell -y
Disable-BingSearch
Update-Help
Install-WindowsUpdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment