|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | +<meta name="viewport" |
| 6 | + content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
| 7 | +<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
| 8 | + |
| 9 | + <meta name="author" content="Francommit"> |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +<title>Emulation Station configured for Windows 10 | Francommits Blog</title> |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + <link rel="icon" href="/favicon.ico"> |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + <!-- stylesheets list from _config.yml --> |
| 25 | + |
| 26 | + <link rel="stylesheet" href="/css/style.css"> |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + <!-- scripts list from _config.yml --> |
| 32 | + |
| 33 | + <script src="/js/script.js"></script> |
| 34 | + |
| 35 | + <script src="/js/tocbot.min.js"></script> |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +<meta name="generator" content="Hexo 4.2.0"></head> |
| 47 | +<body> |
| 48 | + <div class="wrapper"> |
| 49 | + <header> |
| 50 | + <nav class="navbar"> |
| 51 | + <div class="container"> |
| 52 | + <div class="navbar-header header-logo"><a href="/">Francommit's Blog</a></div> |
| 53 | + <div class="menu navbar-right"> |
| 54 | + |
| 55 | + <a class="menu-item" href="/archives">Posts</a> |
| 56 | + |
| 57 | + <a class="menu-item" href="/emulationStation/">Emulation Station</a> |
| 58 | + |
| 59 | + <a class="menu-item" href="/resume">Resume</a> |
| 60 | + |
| 61 | + <input id="switch_default" type="checkbox" class="switch_default"> |
| 62 | + <label for="switch_default" class="toggleBtn"></label> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + </nav> |
| 66 | + |
| 67 | + |
| 68 | + <nav class="navbar-mobile" id="nav-mobile"> |
| 69 | + <div class="container"> |
| 70 | + <div class="navbar-header"> |
| 71 | + <div> |
| 72 | + <a href="/">Francommit's Blog</a><a id="mobile-toggle-theme">· Light</a> |
| 73 | + </div> |
| 74 | + <div class="menu-toggle" onclick="mobileBtn()">☰ Menu</div> |
| 75 | + </div> |
| 76 | + <div class="menu" id="mobile-menu"> |
| 77 | + |
| 78 | + <a class="menu-item" href="/archives">Posts</a> |
| 79 | + |
| 80 | + <a class="menu-item" href="/emulationStation/">Emulation Station</a> |
| 81 | + |
| 82 | + <a class="menu-item" href="/resume">Resume</a> |
| 83 | + |
| 84 | + </div> |
| 85 | + </div> |
| 86 | + </nav> |
| 87 | + |
| 88 | +</header> |
| 89 | +<script> |
| 90 | + var mobileBtn = function f() { |
| 91 | + var toggleMenu = document.getElementsByClassName("menu-toggle")[0]; |
| 92 | + var mobileMenu = document.getElementById("mobile-menu"); |
| 93 | + if(toggleMenu.classList.contains("active")){ |
| 94 | + toggleMenu.classList.remove("active") |
| 95 | + mobileMenu.classList.remove("active") |
| 96 | + }else{ |
| 97 | + toggleMenu.classList.add("active") |
| 98 | + mobileMenu.classList.add("active") |
| 99 | + } |
| 100 | + } |
| 101 | +</script> |
| 102 | + <div class="main"> |
| 103 | + <div class="container"> |
| 104 | + <article class="post-wrap page"> |
| 105 | + |
| 106 | + <h2 class="post-title">Emulation Station configured for Windows 10</h2> |
| 107 | + |
| 108 | + <section class="post-content"> |
| 109 | + <p>An auto-installer to set up Emulation Station correctly on a 64 bit version of Windows 10.</p> |
| 110 | +<p>Run a single Powershell script, throw your roms to the correct directory and enjoy!</p> |
| 111 | +<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> |
| 113 | + |
| 114 | +<p>Installation GIF:<br><img src="https://github.com/Francommit/github_gif_dump/blob/master/installation-instructions.gif?raw=true" alt="alt text"></p> |
| 115 | + |
| 116 | + </section> |
| 117 | + </article> |
| 118 | +</div> |
| 119 | + |
| 120 | + </div> |
| 121 | + <footer id="footer" class="footer"> |
| 122 | + <div class="copyright"> |
| 123 | + <span>© Francommit | Powered by <a href="https://hexo.io" target="_blank">Hexo</a> & <a href="https://github.com/Siricee/hexo-theme-Chic" target="_blank">Chic</a></span> |
| 124 | + </div> |
| 125 | +</footer> |
| 126 | + |
| 127 | + </div> |
| 128 | +</body> |
| 129 | +</html> |
0 commit comments