View Full Version : Lost config.sys
gort9k
11-04-2001, 02:41 PM
I've recently moved from WIN98SE to WINme, and my old hp scanner doesn't work anymore. It needs some lines in the config.sys, but whenever I try to put them in, WINme deletes them at startup.
Does anybody ñnow a way to avoid it?
Thanks
coolsights2000
11-04-2001, 05:10 PM
I once delete a entry in the registry that I should not have (At that time I had no Idea how to save a key LOL by exporting) and had to call tech support cause when I tried to reinstall the software it would not take..... what he had me delete was the scanner from the device manager it is under imaging devices when I rebooted it found the device and all was fixed.............
I check my config.sys and there is no ref to a scanner
the only thing that I have is a reg key
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Run
StillImageMonitor=C:\WINDOWS\SYSTEM\STIMON.EXE
mine is a 640U hp scanner using windows 98 SE
Thanks
Mac!!!
This Is just my opinion
So if it stinks wait for another one
Cause I'm no expert
Mosaic1
11-04-2001, 05:13 PM
Is the scanner supported in ME? You should check the paperwork to see whether or not it is. You'll also need new drivers for Win ME.
reghakr
11-05-2001, 11:43 PM
WoW, how old id old?
Not exactly pertaining to the problem, but may give you some insight into the config.sys file in Windows ME:
How to Increase Available File Handles for MS-DOS-Based Programs in Windows Millennium Edition
------------------------------------------------------------
The information in this article applies to:
Microsoft Windows Millennium Edition
------------------------------------------------------------
SUMMARY
Microsoft Windows Millennium Edition (Me) only parses the Config.sys file for environment variables; therefore, settings used by MS-DOS-based programs running in Windows Me are not set inside the Config.sys file. Among these settings is the FILES value, which determines the number of file handles in a program's Job File Table (JFT).
MORE INFORMATION
Even if additional file handles are needed by an MS-DOS-based program, the FILES setting does not function. Instead of the FILES setting, the PerVMFiles setting is used. This setting increases the number of available file handles in each MS-DOS virtual machine (VM) and is implemented by adding the following line to the [386Enh] section of the System.ini file:
PerVMFiles=number
In Windows Me, each MS-DOS VM is given the default FILES value of 30 file handles. The maximum number of file handles a VM can have is 255. Because the total number of file handles cannot exceed 255, the maximum PerVMFiles setting is 225. This value, plus the 30 made available by default, equals the maximum total of 255. You must restart Windows Me for this change to take effect.
For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:
Overview of Real Mode Removal from Windows Millennium Edition (http://)
<a target="_blank" href=http://support.microsoft.com/support/kb/articles/Q261/8/25.ASP?LN=EN-US&SD=gn&FR=0&qry=Q261825&rnk=1&src=DHCS_MSPSS_gn_SRCH&SPR=CHS>Out of Environment Space Running Batch File or Command Prompt</a>
<a target="_blank" href=http://support.microsoft.com/support/kb/articles/Q250/2/38.ASP?LN=EN-US&SD=gn&FR=0&qry=Q250238&rnk=1&src=DHCS_MSPSS_gn_SRCH&SPR=CHS> Setver.exe Is Not Loadable in Windows Millennium Edition</a>
The Buffers statement in the Config.sys file is also not used by MS-DOS-based programs running in Windows Me. The Buffers statement is used to allocate memory for a specified number of disk buffers. These disk buffers are used to hold small amounts of data during read and write operations (input-output, or I/O, requests) only when using the Real mode MS-DOS file system.
Windows Me (like previous versions of Windows 95 and Windows 98) sets Buffers to 30 by default, but all I/O requests in Windows are handled through the Protected-mode input-output subsystem (Ios.vxd). This subsystem eliminates the need for MS-DOS Buffers support by providing a Protected-mode cache, VCache. MS-DOS-based programs that require more than 30 buffers may not work correctly in Windows Me; however, Windows-based programs are not affected by the Buffers statement in most cases, even if the 30 existing MS-DOS buffers are not needed.
Both the Files= and Buffers= statements in the Config.sys file are only used when starting your computer with a Windows Me Startup Disk that includes a Config.sys with these settings. If your MS-DOS-based program does not run in Windows because it needs a Files or Buffers setting in the Config.sys file, then you may be able to start your computer with a Windows Me Startup Disk that includes these settings and run the program in Real mode.
reghakr
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.