Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 326 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 326 Bytes

PowerShell runas admin

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://github.com/Hello-Games/windows-setup/raw/master/dev-setup.ps1'))