A Windows 98 & ME forum. Win98banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Win98banter forum » Windows ME » General
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

System Configuration Utility



 
 
Thread Tools Display Modes
  #1  
Old July 21st 06, 11:22 PM posted to microsoft.public.windowsme.general
debba
External Usenet User
 
Posts: 18
Default System Configuration Utility

When I run MSCONFIG, I get a message in a box entitled System Configuration
Utility. The message is Unable to sychronize the environment variables in
the Windows Registry with the environment variables in the legacy files
AUTOEXEC.BAT and/or CONFIG.SYS

After I click on, the regular msconfig box opens.

What do I need to do?


  #2  
Old July 21st 06, 11:42 PM posted to microsoft.public.windowsme.general
Mike M
External Usenet User
 
Posts: 2,047
Default System Configuration Utility

What do I need to do?

Most probably nothing.

Next time, before you open MSConfig, have a look at autoexec.bat and note
down its contents, especially any SET= commands. What is happening, or
rather not happening in your case, is that on opening MSConfig Win Me
detects that autoexec.bat may have been altered and checks it for possible
changes to any environment variables (the SET= commands) so as to transfer
these changes to the registry. Unlike earlier Win 9x operating systems
Win Me does not process autoexec.bat on boot up and handles the setting of
environment variables differently than previously. Autoexec.bat is
retained simply for legacy support of certain applications which use
autoexec.bat to set environment variables with the most common users being
various sound card drivers.

Win Me actually processes autoexec.bat on shutdown and transfers any
changes made to environment variables contained in autoexec.bat to the
registry so as to be available to the operating system when the PC is next
booted.
--
Mike Maltby MS-MVP



debba wrote:

When I run MSCONFIG, I get a message in a box entitled System
Configuration Utility. The message is Unable to sychronize the
environment variables in the Windows Registry with the environment
variables in the legacy files AUTOEXEC.BAT and/or CONFIG.SYS

After I click on, the regular msconfig box opens.

What do I need to do?


  #3  
Old July 22nd 06, 12:28 AM posted to microsoft.public.windowsme.general
debba
External Usenet User
 
Posts: 18
Default System Configuration Utility

My autoexec.bat:

If MSCDEX doesn't find a drive...
IF ERRORLEVEL 2 SET CDPROB=1
::
GOTO QUIT

:HELP
lh %ramd%:\MSCDEX EXE ID:msc001 /l:%CDROM%
::If MSCDEX doesn't find a drive...
IF ERRORLEVEL 1 SET CDROM=1
cls
call HELPBAT
::
GOTO QUIT

call FIXIT.BAT
rem cleanup enviroment varibles
DE CDPROB=
SET CDROM=
SET LGLDRV=

GOTO QUICK
:QUICK

Does anything need changed?


"Mike M" wrote:

What do I need to do?


Most probably nothing.

Next time, before you open MSConfig, have a look at autoexec.bat and note
down its contents, especially any SET= commands. What is happening, or
rather not happening in your case, is that on opening MSConfig Win Me
detects that autoexec.bat may have been altered and checks it for possible
changes to any environment variables (the SET= commands) so as to transfer
these changes to the registry. Unlike earlier Win 9x operating systems
Win Me does not process autoexec.bat on boot up and handles the setting of
environment variables differently than previously. Autoexec.bat is
retained simply for legacy support of certain applications which use
autoexec.bat to set environment variables with the most common users being
various sound card drivers.

Win Me actually processes autoexec.bat on shutdown and transfers any
changes made to environment variables contained in autoexec.bat to the
registry so as to be available to the operating system when the PC is next
booted.
--
Mike Maltby MS-MVP



debba wrote:

When I run MSCONFIG, I get a message in a box entitled System
Configuration Utility. The message is Unable to sychronize the
environment variables in the Windows Registry with the environment
variables in the legacy files AUTOEXEC.BAT and/or CONFIG.SYS

After I click on, the regular msconfig box opens.

What do I need to do?



  #4  
Old July 22nd 06, 06:30 AM posted to microsoft.public.windowsme.general
Mike M
External Usenet User
 
Posts: 2,047
Default System Configuration Utility

Does anything need changed?

Only if you have problems however most if not all of that autoexec.bat
file does precisely nothing, since, as I mentioned in my previous post,
Win Me doesn't process the autoexec.bat file other than to transfer any
environment variable settings it might find there to the registry when the
system shuts down.

In other words your entire autoexec.bat file could be safely junked.
--
Mike Maltby



debba wrote:

My autoexec.bat:

If MSCDEX doesn't find a drive...
IF ERRORLEVEL 2 SET CDPROB=1

GOTO QUIT

HELP

lh %ramd%:\MSCDEX EXE ID:msc001 /l:%CDROM%
If MSCDEX doesn't find a drive...

IF ERRORLEVEL 1 SET CDROM=1
cls
call HELPBAT

GOTO QUIT

call FIXIT.BAT
rem cleanup enviroment varibles
DE CDPROB=
SET CDROM=
SET LGLDRV=

GOTO QUICK
QUICK


Does anything need changed?


  #5  
Old July 22nd 06, 11:34 AM posted to microsoft.public.windowsme.general
Shane
External Usenet User
 
Posts: 11
Default System Configuration Utility

Mike,

Why is debba quoting the EBD autoexec.bat from msconfig?

Shane

"Mike M" wrote in message
...
Does anything need changed?


Only if you have problems however most if not all of that autoexec.bat
file does precisely nothing, since, as I mentioned in my previous post,
Win Me doesn't process the autoexec.bat file other than to transfer any
environment variable settings it might find there to the registry when the
system shuts down.

In other words your entire autoexec.bat file could be safely junked.
--
Mike Maltby



debba wrote:

My autoexec.bat:

If MSCDEX doesn't find a drive...
IF ERRORLEVEL 2 SET CDPROB=1

GOTO QUIT

HELP

lh %ramd%:\MSCDEX EXE ID:msc001 /l:%CDROM%
If MSCDEX doesn't find a drive...

IF ERRORLEVEL 1 SET CDROM=1
cls
call HELPBAT

GOTO QUIT

call FIXIT.BAT
rem cleanup enviroment varibles
DE CDPROB=
SET CDROM=
SET LGLDRV=

GOTO QUICK
QUICK


Does anything need changed?




  #6  
Old July 22nd 06, 12:17 PM posted to microsoft.public.windowsme.general
Mike M
External Usenet User
 
Posts: 2,047
Default System Configuration Utility

Shane,

I haven't a clue which is why I've given up. I've decided to try like you
and withdraw from these newsgroups before I do too much harm to my blood
pressure which is already far too high.
--
Mike


Shane wrote:

Mike,

Why is debba quoting the EBD autoexec.bat from msconfig?


  #7  
Old July 22nd 06, 12:29 PM posted to microsoft.public.windowsme.general
Joan Archer
External Usenet User
 
Posts: 520
Default System Configuration Utility

In that case you should definitely step back Mike, your health is more
important than anything going on in here.
Joan

Mike M wrote:
Shane,

I haven't a clue which is why I've given up. I've decided to try
like you and withdraw from these newsgroups before I do too much harm
to my blood pressure which is already far too high.



  #8  
Old July 22nd 06, 12:54 PM posted to microsoft.public.windowsme.general
Mike M
External Usenet User
 
Posts: 2,047
Default System Configuration Utility

Joan Archer wrote:

In that case you should definitely step back Mike, your health is more
important than anything going on in here.


Thanks Joan,

Its been too high for a long time now but it tends to be other things
rather than these newsgroups that usually cause me problems.
--
Mike

  #9  
Old July 22nd 06, 04:25 PM posted to microsoft.public.windowsme.general
Shane
External Usenet User
 
Posts: 11
Default System Configuration Utility

Well, Mike, naturally I support you in that effort.

As for the 'unable to synchronize environment variables' message, I recall
such happening to me once or twice, but can't for the life of me remember
what caused it! It seems so long ago.


Shane



"Mike M" wrote in message
...
Shane,

I haven't a clue which is why I've given up. I've decided to try like you
and withdraw from these newsgroups before I do too much harm to my blood
pressure which is already far too high.
--
Mike


Shane wrote:

Mike,

Why is debba quoting the EBD autoexec.bat from msconfig?




  #10  
Old July 22nd 06, 04:36 PM posted to microsoft.public.windowsme.general
Noel Paton
External Usenet User
 
Posts: 273
Default System Configuration Utility

Usual culprit, IIRC was SB/Creative sound cards.

--
Noel Paton (MS-MVP 2002-2006, Windows)

Nil Carborundum Illegitemi
http://www.crashfixpc.com

http://tinyurl.com/6oztj

Please read http://dts-l.org/goodpost.htm on how to post messages to NG's
"Shane" wrote in message
...
Well, Mike, naturally I support you in that effort.

As for the 'unable to synchronize environment variables' message, I recall
such happening to me once or twice, but can't for the life of me remember
what caused it! It seems so long ago.


Shane



"Mike M" wrote in message
...
Shane,

I haven't a clue which is why I've given up. I've decided to try like
you
and withdraw from these newsgroups before I do too much harm to my blood
pressure which is already far too high.
--
Mike


Shane wrote:

Mike,

Why is debba quoting the EBD autoexec.bat from msconfig?





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Win98SE constant problems-ole32,shell32,other MEB General 14 January 15th 06 04:39 AM
CD drives quit simultaneously ms General 47 December 18th 05 07:14 PM
system restore not.. bonifacia General 41 July 1st 05 01:01 AM
Very slow PAT (pAUL) General 14 November 4th 04 04:24 AM
RAM Iqbal Software & Applications 22 July 24th 04 09:04 AM


All times are GMT +1. The time now is 08:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Win98banter.
The comments are property of their posters.