Skip to content

Instantly share code, notes, and snippets.

@gravcat
Last active October 11, 2017 18:19
Show Gist options
  • Select an option

  • Save gravcat/e38c0015763d12b1fe616a77c2d639b5 to your computer and use it in GitHub Desktop.

Select an option

Save gravcat/e38c0015763d12b1fe616a77c2d639b5 to your computer and use it in GitHub Desktop.
#Requires -RunAsAdministrator
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
& choco install -y sysinternals googlechrome 7zip teamviewer tightvnc notepadplusplus msiafterburner
Invoke-WebRequest -Uri "https://miner.nicehash.com/installer/windows/setup/nhm_setup_2.0.1.2.exe" -OutFile "$env:USERPROFILE\Downloads\nhm_setup_2.0.1.2.exe"
Write-Output "Heads-up, you need display drivers! On nvidia this is 'geforce-game-ready-driver-win10'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment