0068.html 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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,Windows 3.1,Windows 3,Hypervisor,Install Guide,Microsoft,Microsoft Windows,Microsoft Windows 3,Windows Version 3,How To Install Windows 3 In VirtualBox,MS-DOS,DOS Based Windows,DOS Based VM,VM,How To,Tutorial,i12bretro">
  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. <meta name="revised" content="03/29/2022 08:41:57 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>Running a Windows 3.1 VM in Virtualbox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download MS-DOS 6.22 <a href="https://winworldpc.com/product/ms-dos/622" target="_blank">Download</a></li>
  27. <li>Download Microsoft Windows 3.1 <a href="https://winworldpc.com/product/windows-3/311" target="_blank">Download</a></li>
  28. <li>Extract the MS-DOS 6.22 and Windows 3.1 files</li>
  29. <li>Launch Virtualbox</li>
  30. <li>Create a New VM by selecting Machine &gt; New
  31. <p>Name: Microsoft Windows 3.1<br />
  32. Machine Folder: C:\VMs<br />
  33. Type: Microsoft Windows<br />
  34. Version: Windows 3.1<br />
  35. Memory Size: 256 MB<br />
  36. Hard disk: Create a virtual hard disk now</p>
  37. </li>
  38. <li>Click Create</li>
  39. <li>On the Create Virtual Hard Disk dialog
  40. <p>Name the virtual disk image Microsoft Windows 3.1.vdi<br />
  41. File size: 1 GB<br />
  42. Hard disk file type: VDI<br />
  43. Storage on physical hard disk: Dynamically Allocated</p>
  44. </li>
  45. <li>Click Create</li>
  46. <li>Select the VM and Click Settings</li>
  47. <li>Select Storage</li>
  48. <li>Click on the floppy disk drive</li>
  49. <li>Select the disc dropdown to the right &gt; Choose a virtual floppy disk file...</li>
  50. <li>Browse to the extracted MS-DOS 6.22 files and select Disk1.img</li>
  51. <li>Click OK</li>
  52. <li>Make sure the Windows 3.1 VM is selected and click Start &gt; Normal</li>
  53. <li>Press Enter to start the installation and press Enter multiple times to accept the default values</li>
  54. <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>
  55. <li>Once MS-DOS has been successfully installed, select Devices &gt; Floppy Drives &gt; Choose disk image...</li>
  56. <li>Navigate to the extracted Windows 3.1 files and select DISK1.img</li>
  57. <li>Press Enter in the VM</li>
  58. <li>Once MS-DOS has booted, type the following commands
  59. <div class="codeBlock">A:<br />
  60. setup</div>
  61. </li>
  62. <li>The Windows 3.1 installation process will start</li>
  63. <li>Press Enter to continue</li>
  64. <li>Press Enter to begin the installation</li>
  65. <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>
  66. <li>When prompted, enter a name and click Continue</li>
  67. <li>Click Continue to confirm the name</li>
  68. <li>Click Cancel on the Printer Installation dialog</li>
  69. <li>Click OK on the Setup Applications dialog</li>
  70. <li>Click Skip Tutorial</li>
  71. <li>Select Devices &gt; Floppy Drives &gt; Remove disk from virtual drive</li>
  72. <li>Click Reboot</li>
  73. <li>Once MS-DOS has booted, type the following commands
  74. <div class="codeBlock">win</div>
  75. </li>
  76. <li>Welcome back to Windows 3.1</li>
  77. <li>Launch Accessories &gt; Notepad</li>
  78. <li>Select File &gt; Open</li>
  79. <li>Navigate to the root of the C: drive and open autoexec.bat to edit it</li>
  80. <li>Add win to the bottom of the file to automatically boot Windows 3.1 on system startup</li>
  81. <li>Select File &gt; Save</li>
  82. <li>Select Machine &gt; Reset &gt; Reset</li>
  83. <li>Revel in the nostalgia</li>
  84. </ol>
  85. </div>
  86. </div>
  87. </body>
  88. </html>