Last active
October 11, 2017 18:19
-
-
Save gravcat/e38c0015763d12b1fe616a77c2d639b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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