0117.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Setup an Official Windows 10 VM in Under 10 Minutes</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="VirtualBox,Virtual Machine,Windows 10,i12bretro,How To,Tutorial,Microsoft">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Setup an Official Windows 10 VM in Under 10 Minutes">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Setup an Official Windows 10 VM in Under 10 Minutes</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Open a browser and navigate to https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/</li>
  26. <li>Select VirtualBox from the platform options</li>
  27. <li>Extract the downloaded .zip file</li>
  28. <li>Launch VirtualBox</li>
  29. <li>Select File &gt; Import Appliance...</li>
  30. <li>Click the Browse icon &gt; Navigate to the extracted files .ova file &gt; Select MSEdge - Win10.ova</li>
  31. <li>Click Next and then Import</li>
  32. <li>Make sure the MSEdge - Win10 VM is selected and click Start &gt; Normal</li>
  33. <li>That&#39;s it</li>
  34. </ol>
  35. </div>
  36. </div>
  37. </body>
  38. </html>