12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Setup an Official Windows 10 VM in Under 10 Minutes</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="VirtualBox,Virtual Machine,Windows 10,Microsoft,Windows,Quick Start,Under 10 Minutes,Install Guide,Hypervisor,Microsoft Windows,Microsoft Windows 10,How To Install Windows 10 In VirtualBox,VirtualBox Windows 10 VM,VirtualBox Windows 10 Virtual Machine,Windows 10 Install Guide,Windows Version 10,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Setup an Official Windows 10 VM in Under 10 Minutes">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="04/06/2022 01:40:54 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Setup an Official Windows 10 VM in Under 10 Minutes</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Open a browser and navigate to https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/</li>
- <li>Select VirtualBox from the platform options</li>
- <li>Extract the downloaded .zip file</li>
- <li>Launch VirtualBox</li>
- <li>Select File > Import Appliance...</li>
- <li>Click the Browse icon > Navigate to the extracted files .ova file > Select MSEdge - Win10.ova</li>
- <li>Click Next and then Import</li>
- <li>Make sure the MSEdge - Win10 VM is selected and click Start > Normal</li>
- <li>That's it</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|