Skip to content

Instantly share code, notes, and snippets.

@HenningKlokkeraasen
Last active January 31, 2020 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HenningKlokkeraasen/67609e34840aec971c7f78f5d33c40aa to your computer and use it in GitHub Desktop.
Save HenningKlokkeraasen/67609e34840aec971c7f78f5d33c40aa to your computer and use it in GitHub Desktop.

Setup new machine

last update: 2020-01-31

Preinstalled

  • Windows 10
  • Office 365 (Outlook, Word, Excel, PowerPoint, OneNote, OneDrive)
  • Edge
  • Dropbox
  • Slack

Manual install

  • Chrome
  • Visual Studio Professional 2019
  • SQL Server Express 2017
  • SQL Server Management Studio 18

Windows features

  • .NET FW 4.8
  • IIS
  • PowerShell
  • Telnet
  • Hyper-V
  • IE 11

Visual Studio extensions

  • NuGet Package Manager
  • NUnit Test Adapter
  • PowerShell Tools
  • Productivity Power Tools
  • TypeScript
  • Visual F#
  • VSCommands
  • ReSharper + DotPeek + DotMemory

Automatic install (Chocolatey + Boxstarter)

  • run powershell (Admin)

Set-ExecutionPolicy RemoteSigned

iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))

cinst Boxstarter

  • restart PS

Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/HenningKlokkeraasen/a4f23eee4efc214bd3bc/raw/22798b7f24a15c1090bbe345b34ef0bec95cdf67/Boxstarter%2520for%2520my%2520new%2520box -DisableReboots

Chrome apps/plugins

  • LastPass
  • AdBlock
  • Tag Assistant (by Google)
  • Goolge Maps Platform API Checker
  • Unit4 UX Enhancements

NuGet package sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment