0077.html 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows NT 4.0 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 NT,i12bretro,How To,Tutorial">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows NT 4.0 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">
  13. $(function(){
  14. $('textarea').each(function(i,e){
  15. theTextarea = $(this);
  16. theTextarea.height((theTextarea[0].scrollHeight-5) +'px');
  17. });
  18. $('li').each(function(i,e){
  19. if(!$(this).hasClass('noCheckbox')){
  20. var uuid = 'li_' + Math.floor(Math.random() * Math.floor(1000000)).toString() + '_' + i.toString();
  21. $(this).contents().wrap('<span id="'+ uuid +'"><label for="cb_'+ uuid +'"></label></span>');
  22. $(this).prepend('<input type="checkbox" class="completeBox" id="cb_' + uuid +'" rel="'+ uuid +'" />')
  23. }
  24. });
  25. $('code,div.codeBlock,textarea.codeBlock').each(function(i,e){
  26. theElement = $(this);
  27. var lines = theElement.html().split("\n");
  28. theElement.empty();
  29. for(l=0;l<lines.length;l++){
  30. if($.trim(lines[l]) != '' && $.trim(lines[l]).substr(0,1) != '#' && $.trim(lines[l]).indexOf(' #') == -1 && lines[l].substr(0, 4).toUpperCase() != 'REM '){
  31. theElement.append('<input type="image" src="images/clipboard.png" value="" class="copy-text" rel="copy_'+ i +'_'+ l +'" data-clipboard-text="'+ $.trim(lines[l].replace(/"/g, '&quot;')) +'" /><span id="copy_'+ i +'_'+ l +'">'+ lines[l] +'</span>');
  32. } else {
  33. theElement.append(lines[l]);
  34. }
  35. }
  36. });
  37. $(document).on('click','input.copy-text',function(){
  38. theButton = $(this);
  39. $('input.copy-text').attr('src','images/clipboard.png');
  40. $('span.copy-animation,span.copy-animation-ps').removeClass('copy-animation copy-animation-ps');
  41. try {
  42. if($('#'+ theButton.attr('rel')).parent('div').hasClass('PS')){
  43. $('#'+ theButton.attr('rel')).addClass('copy-animation-ps');
  44. } else if($('#'+ theButton.attr('rel')).parent('div').hasClass('CMD')){
  45. $('#'+ theButton.attr('rel')).addClass('copy-animation-cmd');
  46. } else {
  47. $('#'+ theButton.attr('rel')).addClass('copy-animation');
  48. }
  49. navigator.clipboard.writeText(theButton.data('clipboard-text').replace(/<[^>]*>?/gm, ''));
  50. theButton.attr('src','images/clipboard_active.png');
  51. } catch(err) {
  52. }
  53. return false;
  54. });
  55. $(document).on('click','input.completeBox',function(){
  56. theBox = $(this);
  57. $('#'+ theBox.attr('rel')).addClass('strikethrough');
  58. theBox.prop('disabled',true);
  59. theBox.parent('li').prevAll().each(function(i,e){
  60. theLI = $(this);
  61. if(theLI.find('input[type=checkbox]').not(':checked')){
  62. $('#'+ theLI.find('input[type=checkbox]').attr('rel')).addClass('strikethrough');
  63. theLI.find('input[type=checkbox]').prop('checked',true).prop('disabled',true);
  64. }
  65. });
  66. });
  67. if(window.self !== window.top){
  68. window.parent.$('iframe.stepsFrame').height((this['scrollingElement']['scrollHeight']+20) +'px');
  69. }
  70. });
  71. </script>
  72. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  73. </head>
  74. <body>
  75. <div id="gridContainer">
  76. <div class="topMargin"></div>
  77. <div id="listName" class="topMargin">
  78. <h1>Running a Windows NT 4.0 VM in Virtualbox</h1>
  79. </div>
  80. <div></div>
  81. <div id="content">
  82. <ol>
  83. <li>Download Microsoft Windows NT 6&nbsp;<a href="https://winworldpc.com/product/windows-nt-40/40" target="_blank">Download</a></li>
  84. <li>Extract the Windows NT 4&nbsp;files</li>
  85. <li>Launch Virtualbox</li>
  86. <li>Create a New VM by selecting Machine &gt; New
  87. <p>Name: Windows NT 4<br />
  88. Machine Folder: C:\VMs<br />
  89. Type: Microsoft Windows<br />
  90. Version: Windows NT 4<br />
  91. Memory Size: 256 MB<br />
  92. Hard disk: Create a virtual hard disk now</p>
  93. </li>
  94. <li>Click Create</li>
  95. <li>On the Create Virtual Hard Disk dialog
  96. <p>Name the virtual disk image Windows NT 4.vdi<br />
  97. File size: 1024 MB<br />
  98. Hard disk file type: VDI<br />
  99. Storage on physical hard disk: Dynamically Allocated</p>
  100. </li>
  101. <li>Click Create</li>
  102. <li>Select the VM and Click Settings</li>
  103. <li>Select System &gt; Acceleration</li>
  104. <li>Uncheck Enable Nested Paging</li>
  105. <li>Uncheck Enable VT-x/AMD-V</li>
  106. <li>Select Storage</li>
  107. <li>Click on the CD-ROM drive</li>
  108. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  109. <li>Browse to the extracted Windows NT 4 files and select the .iso file</li>
  110. <li>Click OK</li>
  111. <li>Make sure the Windows NT VM is selected and click Start &gt; Normal</li>
  112. <li>Press Enter to setup Windows NT</li>
  113. <li>Press Enter to continue</li>
  114. <li>Press C to continue</li>
  115. <li>Page Down until you can press F8 to agree to the Licensing Agreement</li>
  116. <li>Press Enter to accept no changes</li>
  117. <li>Press Enter to install to the Unpartitioned space</li>
  118. <li>Select the 2nd option to partition using the NTFS file system &gt; Press Enter</li>
  119. <li>Press Enter a few more times for good measure</li>
  120. <li>When prompted, remove the CD by selecting Devices &gt; Option Drives &gt; Remove disk from virtual drive</li>
  121. <li>Press Enter to restart the VM</li>
  122. <li>After rebooting a few times you will be prompted to reinsert the CD-ROM</li>
  123. <li>Devices &gt; Option Drives &gt; Choose disk image</li>
  124. <li>Navigate back to the downloaded Windows NT 4 .iso file</li>
  125. <li>Click Open</li>
  126. <li>Click OK inside the VM</li>
  127. <li>Follow the default prompts and then enter a name and organization &gt; Click Next</li>
  128. <li>Give the computer a name &gt; Click Next</li>
  129. <li>Type an administrator password &gt; Re-type to confirm &gt; Click Next</li>
  130. <li>Select No, do not create an emergency repair disk &gt; Click Next</li>
  131. <li>Click Next</li>
  132. <li>Select Wired to the Network &gt; Click Next</li>
  133. <li>Click the Find button and then Next, Next, Next, Continue</li>
  134. <li>Click Yes to use DHCP</li>
  135. <li>Click Next, Next, Finish</li>
  136. <li>Set the date/time and time zone and click close</li>
  137. <li>Wait for the files to copy and Windows 95 to complete initializing</li>
  138. <li>Select a timezone &gt; Click OK</li>
  139. <li>Remove the CD by selecting Devices &gt; Option Drives &gt; Remove</li>
  140. <li>Click the Restart Computer button</li>
  141. <li>Select Input &gt; Keyboard &gt; Insert Ctrl-Alt-Del</li>
  142. <li>Enter the administrator password created earlier and click OK to login</li>
  143. <li>Welcome back to Windows NT 4</li>
  144. <li>Revel in the nostalgia</li>
  145. </ol>
  146. <h2>Optional Steps</h2>
  147. <ol>
  148. <li>Select Devices &gt; Insert Guest Additions CD image...</li>
  149. <li>If VirtualBox Guest Additions doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive &gt; Double click VBoxWindowsAdditions-x86.exe</li>
  150. <li>Install Guest Additions accepting the defaults</li>
  151. <li>Accept any driver popups from the Guest Additions installer by clicking the Continue Anyway button</li>
  152. <li>After the installation completes select Reboot now &gt; Click Finish</li>
  153. <li>Upon rebooting, you can now full screen the VM and the internal resolution will automatically change to match the window size</li>
  154. <li>Download i12bretro Windows SP.iso <a href="https://drive.google.com/open?id=1kCH4j9DmcDZHS3Bw8XlFG7PxJ5y-PR2v" target="_blank">Download</a></li>
  155. <li>Select Devices &gt; Optical Drives &gt; Select disk image...</li>
  156. <li>Navigate to and select i12bretro_Windows_SP.iso</li>
  157. <li>If the VM doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive</li>
  158. <li>Open the Windows NT folder &gt; Double click Windows NT 4.0 SP6.exe</li>
  159. <li>Follow the dialogs to install Service Pack 6</li>
  160. <li>Click Finish to reboot and complete the SP6&nbsp;install</li>
  161. </ol>
  162. </div>
  163. </div>
  164. </body>
  165. </html>