File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313
1414
15- < title > Emulation Station configured for Windows 10 | Francommits Blog</ title >
15+ < title > Emulation Station configured for Windows 10/11 | Francommits Blog</ title >
1616
1717
1818
103103 < div class ="container ">
104104 < article class ="post-wrap page ">
105105
106- < h2 class ="post-title "> Emulation Station configured for Windows 10</ h2 >
106+ < h2 class ="post-title "> Emulation Station configured for Windows 10/11 </ h2 >
107107
108108 < section class ="post-content ">
109- < p > An auto-installer to set up Emulation Station correctly on a 64 bit version of Windows 10.</ p >
109+ < p > An auto-installer to set up Emulation Station correctly on a 64- bit version of Windows 10/11 .</ p >
110110< p > Run a single Powershell script, throw your roms to the correct directory and enjoy!</ p >
111111< h2 id ="Steps "> < a href ="#Steps " class ="headerlink " title ="Steps "> </ a > Steps</ h2 > < p > Run the following one-liner in Powershell as admin;</ p >
112- < figure class ="highlight plain "> < table > < tr > < td class ="gutter "> < pre > < span class ="line "> 1</ span > < br > </ pre > </ td > < td class ="code "> < pre > < span class ="line "> Set-ExecutionPolicy Bypass -Scope Process -Force;[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;Invoke-WebRequest "https:// github.com/ Francommit/ win10_emulation_station/ archive/1.0 .zip" -OutFile "emulationStation.zip";Expand-Archive .\emulationStation.zip;cd .\emulationStation; cd .\win*;.\prepare.ps1</ span > < br > </ pre > </ td > </ tr > </ table > </ figure >
112+ < figure class ="highlight plain "> < table > < tr > < td class ="gutter "> < pre > < span class ="line "> 1</ span > < br > </ pre > </ td > < td class ="code "> < pre > < span class ="line "> 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</ span > < br > </ pre > </ td > </ tr > </ table > </ figure >
113113
114114< p > Installation GIF:< br > < img src ="https://github.com/Francommit/github_gif_dump/blob/master/installation-instructions.gif?raw=true " alt ="alt text "> </ p >
115115
You can’t perform that action at this time.
0 commit comments