Enable The Ability To Load Devices Into Upper Memory
Windows Configuration Files Tricks : CONFIG.SYS (Windows 3.1/DOS)
Enable the Ability to Load Devices into Upper Memory:
Originally EMM386 was required to provide EMS memory, an alternate form of extended memory. Now with the sparse use of EMS, it's primary purpose is to provide support for loading real-mode device drivers in the upper memory area.
Open the CONFIG.SYS file found in the root directory of your C: drive using Notepad or another text editor (not Microsoft Word or any word processor).
At the top of the file, after the HIMEM device, add a line with the text "device=c:\windows\emm386.exe NOEMS" where 'c:\windows' is the path to the himem.sys file.