0068.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows 3.1 VM in Virtualbox</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,Vintage Microsoft,i12bretro,How To,Tutorial,Windows 3.1,Windows 3">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows 3.1 VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Running a Windows 3.1 VM in Virtualbox</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <ol>
  24. <li>Download MS-DOS 6.22 <a href="https://winworldpc.com/product/ms-dos/622" target="_blank">Download</a></li>
  25. <li>Download Microsoft Windows 3.1 <a href="https://winworldpc.com/product/windows-3/311" target="_blank">Download</a></li>
  26. <li>Extract the MS-DOS 6.22 and Windows 3.1 files</li>
  27. <li>Launch Virtualbox</li>
  28. <li>Create a New VM by selecting Machine &gt; New
  29. <p>Name: Microsoft Windows 3.1<br />
  30. Machine Folder: C:\VMs<br />
  31. Type: Microsoft Windows<br />
  32. Version: Windows 3.1<br />
  33. Memory Size: 256 MB<br />
  34. Hard disk: Create a virtual hard disk now</p>
  35. </li>
  36. <li>Click Create</li>
  37. <li>On the Create Virtual Hard Disk dialog
  38. <p>Name the virtual disk image Microsoft Windows 3.1.vdi<br />
  39. File size: 1 GB<br />
  40. Hard disk file type: VDI<br />
  41. Storage on physical hard disk: Dynamically Allocated</p>
  42. </li>
  43. <li>Click Create</li>
  44. <li>Select the VM and Click Settings</li>
  45. <li>Select Storage</li>
  46. <li>Click on the floppy disk drive</li>
  47. <li>Select the disc dropdown to the right &gt; Choose a virtual floppy disk file...</li>
  48. <li>Browse to the extracted MS-DOS 6.22 files and select Disk1.img</li>
  49. <li>Click OK</li>
  50. <li>Make sure the Windows 3.1 VM is selected and click Start &gt; Normal</li>
  51. <li>Press Enter to start the installation and press Enter multiple times to accept the default values</li>
  52. <li>When prompted by the installer, go to the VM settings and swap out the MS-DOS disk images and press Enter to continue</li>
  53. <li>Once MS-DOS has been successfully installed, select Devices &gt; Floppy Drives &gt; Choose disk image...</li>
  54. <li>Navigate to the extracted Windows 3.1 files and select DISK1.img</li>
  55. <li>Press Enter in the VM</li>
  56. <li>Once MS-DOS has booted, type the following commands
  57. <div class="codeBlock">A:<br />
  58. setup</div>
  59. </li>
  60. <li>The Windows 3.1 installation process will start</li>
  61. <li>Press Enter to continue</li>
  62. <li>Press Enter to begin the installation</li>
  63. <li>When prompted by the installer, go to the VM settings and swap out the Window 3.1 disk images and press Enter to continue</li>
  64. <li>When prompted, enter a name and click Continue</li>
  65. <li>Click Continue to confirm the name</li>
  66. <li>Click Cancel on the Printer Installation dialog</li>
  67. <li>Click OK on the Setup Applications dialog</li>
  68. <li>Click Skip Tutorial</li>
  69. <li>Select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  70. <li>Click Reboot</li>
  71. <li>Once MS-DOS has booted, type the following commands
  72. <div class="codeBlock">win</div>
  73. </li>
  74. <li>Welcome back to Windows 3.1</li>
  75. <li>Launch Accessories &gt; Notepad</li>
  76. <li>Select File &gt; Open</li>
  77. <li>Navigate to the root of the C: drive and open autoexec.bat to edit it</li>
  78. <li>Add win to the bottom of the file to automatically boot Windows 3.1 on system startup</li>
  79. <li>Select File &gt; Save</li>
  80. <li>Select Machine &gt; Reset &gt; Reset</li>
  81. <li>Revel in the nostalgia</li>
  82. </ol>
  83. </div>
  84. </div>
  85. </body>
  86. </html>