0117.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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,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">
  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. <meta name="revised" content="04/06/2022 01:40:54 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Setup an Official Windows 10 VM in Under 10 Minutes</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Open a browser and navigate to https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/</li>
  27. <li>Select VirtualBox from the platform options</li>
  28. <li>Extract the downloaded .zip file</li>
  29. <li>Launch VirtualBox</li>
  30. <li>Select File &gt; Import Appliance...</li>
  31. <li>Click the Browse icon &gt; Navigate to the extracted files .ova file &gt; Select MSEdge - Win10.ova</li>
  32. <li>Click Next and then Import</li>
  33. <li>Make sure the MSEdge - Win10 VM is selected and click Start &gt; Normal</li>
  34. <li>That&#39;s it</li>
  35. </ol>
  36. </div>
  37. </div>
  38. </body>
  39. </html>