Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 469 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 469 Bytes

Got that new machine smell? Run this:

if (-not ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { throw "You need to run this from an elevated PS prompt" }; Set-ExecutionPolicy RemoteSigned -Force; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/tathamoddie/New-Machine.ps1/master/New-Machine.ps1'))

You trust me, right?