An auto-installer to set up Emulation Station correctly on a 64-bit version of Windows 10/11.

Run a single Powershell script, throw your roms to the correct directory and enjoy!

Steps

Run the following one-liner in Powershell as admin;

1
if (-Not (Test-Path C:\temp\es-setup)) { mkdir C:\temp\es-setup }; Set-Location C:\temp\es-setup\;Set-ExecutionPolicy Bypass -Scope Process -Force;[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;Invoke-WebRequest "https://github.com/Francommit/win10_emulation_station/archive/1.2.5.zip" -OutFile "emulationStation.zip";Expand-Archive .\emulationStation.zip;cd .\emulationStation; cd .\win*;.\prepare.ps1

Installation GIF:
alt text