 |
|


 |
| When the display appears reporting that Windows 95 is being launched, press the F8 key. |
 |
 |
|


 |
| From the Startup Menu that appears, choose Command Prompt Only. |
 |
 |
|


 |
| At the command prompt, type the following: ren c:\windows\win.ini *.bak |
 |
 |
|


 |
| Next, load Windows by typing this at the Command Prompt: Win If Windows loads properly, something in your original WIN.INI file, probably on the RUN= or LOAD= lines, is causing a problem and must be looked at. If Windows fails to load, move to Step 5. |
 |
 |
|


 |
| From the Command Prompt, type this: ren c:\windows\system.ini *.bak |
 |
 |
|


 |
| Since Windows needs a SYSTEM.INI file to load properly, you need to reestablish a SYSTEM.INI (since in the previous step, you renamed it). At the Command Prompt, type: copy c:\windows\system.cb c:\windows\system.ini |
 |
 |
|


 |
| One thing your new SYSTEM.INI won't have is support for the mouse. You need to edit it so that it does. At the Command Prompt, type EDIT to bring up the DOS editor. From the editor's File menu, point to Open, and then open the SYSTEM.INI file located in your Windows folder. |
 |
 |
|


 |
| Locate the section labeled [386Enh] and add a line which reads: mouse=*vmouse, msmouse.vxd. Locate the section labeled [boot] and add a line which reads: drivers=mmsystem.dll. mouse.drv=mouse.drv. From Edit's File menu, choose Save. |
 |
 |
|


 |
| At the Command Prompt, type: Win. If Windows loads properly now, there is a problem with what loads in your original SYSTEM.INI file. |
 |