Skip to content

Instantly share code, notes, and snippets.

@dfranciscus
Last active March 9, 2019 15:17
Show Gist options
  • Save dfranciscus/57404b4883d773770c1130ceeeea4b35 to your computer and use it in GitHub Desktop.
Save dfranciscus/57404b4883d773770c1130ceeeea4b35 to your computer and use it in GitHub Desktop.
Install stuff
Set-TimeZone -Name "Eastern Standard Time" -Verbose
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
Set-TaskbarOptions -Dock Bottom
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showFileExtensions
Enable-PSRemoting -Force
Update-Help
Install-WindowsUpdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment