Want to see what the original version of Windows looked like back in 1985? If you can get a hold of a floppy drive, MS DOS installation disks, and a copy of the original Windows, it's possible! We'll walk you through installing the earliest consumer version of Windows on your PC.
Steps
Preparing to Install
Installing Your Desired MS-DOS Version
For this article, MS-DOS 3.30A was used but the setup steps should be similar on each version of MS-DOS. The following steps assume you are installing MS-DOS from a 'clean' hard drive.
-
Type in the correct date (Months: Day: Year).
- For the year, make sure you use 4 digits or else the machine may assume an incorrect date. E.g. typing in 92 will result in the machine assuming it's 1992 rather than 2092.
- If the date displayed is correct, just press ↵ Enter and it will save that date.
-
Type in the correct time (Hours: Minutes: Seconds: Milliseconds).
- If the correct time is displayed, just press ↵ Enter to save the correct time.
- You will need to type in the correct time using the 24 hour clock and not the 12 hour clock. E.g. Use 14 for 2 in the afternoon.
-
Type "fdisk" and press ↵ Enter .
- fdisk is a program used to make changes to the hard drive partitioning on the computer
-
Type 1 on the keyboard to select option 1 is and press ↵ Enter .
-
Type 1 on the keyboard to select option 1 and press ↵ Enter .
-
Type "Y" and press ↵ Enter .
-
Press any key when you see this message to restart MS-DOS but do not remove the floppy disk.
-
Type "Format C: /V /S" and press ↵ Enter .
- This command will format (delete) everything in the C: drive (where the computer files are normally stored) so please ensure there is nothing on the hard drive that you don't want deleting
-
If you're absolutely sure that there is nothing worth keeping on the hard drive, Press Y then press ↵ Enter .
-
This bit is down to user preference, but you can type in a volume label or you can leave this bit blank by pressing ↵ Enter (as was done in this tutorial).
-
Type in "sys c:" and press ↵ Enter .
- What this does is transfers MS-DOS from the floppy disk to the C drive allowing the C drive to be bootable.
-
Type "Copy A: \*.* C:\" and press ↵ Enter .
- This copies everything from the floppy disk to the C drive.
-
Remove the 1st floppy disk and Insert the 2nd MS-DOS installation disk.
-
Type "Copy A: \*.* C:\" and press ↵ Enter .
-
Remove the 2nd floppy disk and restart the computer to make sure it boots properly.Advertisement
Installing Your Desired Windows 1.XX version to the Hard Drive
There were many versions of Windows 1. Excluding the Alpha and Beta versions; there were 5 versions in total. However, the installation steps should be similar (if not exactly the same as the ones in the article). The version being used in the tutorial is Windows 1.04.
-
Insert the Windows 1.xx Setup floppy disk and type "A:" followed by "Setup".
-
Press C to continue.
-
Choose where to install your version of Windows and press ↵ Enter .
- Normally, it is best to install it where Windows recommends.
-
Press C to continue.
-
Select what type of keyboard you're using by typing in a number that corresponds with the keyboard option shown on screen and press ↵ Enter .
-
Select what type of mouse you're using by typing in a number that corresponds with the keyboard option shown on screen and press ↵ Enter .
- For this tutorial, no mouse was installed.
-
Select what type of graphics adapter you have by typing in a number that corresponds with the keyboard option shown on screen and press ↵ Enter .
-
Insert the Build disk and press C to continue.
-
Insert the Utilities disk and press C to continue.
-
This is all down to user preference but press Y to install a printer otherwise press N .
- N was selected in this tutorial.
-
Insert the Font disk and press C to continue.
-
Insert the Apps disk and press C to continue.
-
Insert the Write disk and press C to continue.
-
Type "WIN" and press ↵ Enter .
-
You have successfully installed Windows 1.xx.Advertisement
Returning to MS-DOS
Shutting Down the Computer
-
Follow the 'Returning to MS-DOS' method above.
- Following this method 1st will allow Windows to notify you if there are any unsaved files or installations still taking place
-
If you are running Windows 1.0x on actual hardware, simply press or hold the power button on the computer to switch off
- This is because there is no command or menu to switch the computer off.
-
If done on a virtual machine, simply close down the virtual machine or use the shutdown button provided by the virtual machineAdvertisement
Community Q&A
-
QuestionWhy can't I move my mouse?AcyclistTop AnswererMS-DOS and Windows 1.0 were not pre-installed with the appropriate drivers for using a mouse. Navigation is fairly straightforward without the mouse, but it requires learning keyboard shortcuts. Alternatively, you might be able to find an appropriate MS-DOS mouse driver to install, which should allow you to use the mouse in MS-DOS and Windows 1.0.
-
QuestionBut if it ended support on 2001, how is it possible?AcyclistTop AnswererIt's still possible to do in some Virtual Machines, such as, VMWare or Orace VirtualBox. This is providing you can find a digitised version of the floppy disks needed. The "support" is you and your technical skills!
-
QuestionThe OS keeps on disappearing when I reboot the VM. Why?gustavo menezesCommunity AnswerJust type cd windows and then win but if you want to boot from windows without booting from ms-dos, just type cd.. and edit the autoexec.bat with the command edit autoexec.bat and then delete everything and then type "CD WINDOWS" "win" and then restart the computer / virtual machine and then it boots through windows
Tips
- For all steps in this article that require typing in a keyword, use of capital and lower cases doesn't matter. However, ignore the quotation marks whilst typing in commands.Thanks
Warnings
- Windows 1.XX is a very old operating system. It may not work with newer programs.Thanks
- Do not turn off you computer during the installation of MS-DOS or Windows. You could cause corruption to the floppy disk or the hard drive.Thanks