Skip to content

Instantly share code, notes, and snippets.

@pzankov
Last active July 5, 2018 12:35
Show Gist options
  • Save pzankov/6e4fd10351e9b8a71554cc4023f795d8 to your computer and use it in GitHub Desktop.
Save pzankov/6e4fd10351e9b8a71554cc4023f795d8 to your computer and use it in GitHub Desktop.
Host installation

Install drivers

  • Intel-Chipset-Device-Software_HMDR4_WIN_10.1.1.38_A05_06
  • Intel-Thunderbolt-Controller-Driver_7X8Y6_WIN_16.3.61.275_A03_01
  • Intel-Dynamic-Platform-and-Thermal-Framework_D4G6R_WIN_8.3.10207.5567_A09
  • Realtek-High-Definition-Audio-Driver_HH8W2_WIN_6.0.1.8216_A09
  • Intel-HD-Graphics_M1G66_WIN_22.20.16.4836_A05
  • nVIDIA-GeForce-GTX-Quadro-graphic-Driver_37V9Y_WIN_23.21.13.8816_A13

Reboot

Adjust display settings

  • Show only on 2
  • Resolution 4K
  • Scaling 200%

Change Windows Update active hours to 8AM-12PM

Install Windows Updates

Enable Bitlocker

Set time zone to UTC+01

Change Computer name

Add a non-admin user

Tweak Privacy settings

Add Russian language and download Default typing

Disable sounds

Install lxsys

  • Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  • Install Ubuntu from the Marketplace
  • sudo apt-add-repository ppa:fish-shell/release-2
  • sudo apt update
  • sudo apt install fish git tig wcalc
  • git clone https://github.com/pzankov/cfg
  • ./cfg/install.sh
  • ssh-keygen

Install VMWare 12

Install Choco and other tools

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
cinst -y git
cinst -y 7zip
cinst -y googlechrome
cinst -y notepadplusplus
cinst -y nuget.commandline
cinst -y visualstudio2017enterprise --execution-timeout 7200
cinst -y visualstudio2017-workload-manageddesktop 
cinst -y visualstudio2017-workload-nativedesktop
cinst -y wixtoolset
cinst -y powershell
cinst -y slack
cinst -y office365ProPlus
cinst -y pycharm-community
cinst -y firefox
cinst -y adblockplus-firefox
cinst -y foxitreader

Install Visual Studio extensions

  • Wix Toolset Visual Studio 2017 Extension
  • GitHub Extension for Visual Studio

Install WDK 10.0.16299

Install Resharper as local user cinst -y resharper cinst -y resharpercpp

EnableCrashDumps.reg

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