Skip to content

Instantly share code, notes, and snippets.

@hoggren
Last active April 10, 2020 14:48
Show Gist options
  • Save hoggren/62355d6d9900f09b1e3f16b02d047f73 to your computer and use it in GitHub Desktop.
Save hoggren/62355d6d9900f09b1e3f16b02d047f73 to your computer and use it in GitHub Desktop.
Personal boxstarter
# Boxstarter Configuration
# Updated 2020-01-28
# https://boxstarter.org/
# https://chocolatey.org/
# Install BoxStarter:
# `. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force`
Set-WindowsExplorerOptions `
-EnableShowRibbon `
-EnableShowFileExtensions `
-EnableExpandToOpenFolder `
-EnableShowFullPathInTitleBar `
-DisableShowRecentFilesInQuickAccess `
-DisableOpenFileExplorerToQuickAccess `
-DisableShowFrequentFoldersInQuickAccess
Set-TaskbarOptions `
-Size Large `
-Dock Bottom `
-Combine Never `
-AlwaysShowIconsOn
Enable-MicrosoftUpdate
Enable-RemoteDesktop
Disable-GameBarTips
Disable-BingSearch
# ** Other Applications **
#
# .NET Core - https://dotnet.microsoft.com/download
# 1Password
# Fiddler
# LINQPad
# Spotify
# SQL Server Management Studio - https://docs.microsoft.com/en-us/sql/ssms/
# Sublime Merge - https://www.sublimemerge.com/
# Sublime Text - https://www.sublimetext.com/
# ReSharper + JetBrains Toolbox
# Visual Studio
# VS Code
# Windows Terminal - Microsoft Store
choco feature enable -n allowGlobalConfirmation
cinst 7zip autohotkey azure-cli bleachbit filezilla `
git git-credential-manager-for-windows googlechrome nodejs `
paint.net poshgit postman nodejs vlc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment