JSI Tip 0021 - Parse/Don't Parse autoexec.bat when booting.

Jerold Schulman

December 31, 1996

1 Min Read
ITPro Today logo

Windows NT parses the AUTOEXEC.BAT file during startup by default,which results in the appending of the path statement in the AUTOEXEC.BATfile to the system path created by Windows NT. You can modifythe system path and evironment variable at Control Panel/System/EnvironmentTab.You can configure parsing of the AUTOEXEC.BAT file at:

HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionWinlogonParseAutoexec

1 = autoexec.bat is parsed
0 = autoexec.bat is not parsed

This has no effect on the parsing of AUTOEXEC.NT or CONFIG.NTby the MS-DOS or 16-bit Windows environments (VDMs).


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like