Vdf Install Script Review

: The file must be saved in UTF-8 encoding (preferably without BOM) to be read correctly by Steam. To stop Steam from re-running these:

if (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { Write-Host "Please run as Administrator" -ForegroundColor Red exit 1 } vdf install script

This script downloads, builds, and installs the layer from GPUOpen-Tools. : The file must be saved in UTF-8