Registry Tip #33: Add paths in autoexec to NT's PATH environmental variable

Hits: Failed to execute CGI : Win32 Error Code = 3


To control whether NT includes AUTOEXEC.BAT's path statement in NT's PATH environmental variable cut and paste the following code into paths.reg file and run it.

REGEDIT4
BLANK LINE GOES HERE
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ParseAutoexec"="1"

BLANK LINE GOES HERE

Set ParseAutoexec=0 if you do NOT want autoexec's path parsed by NT. See .REG files for background information on .REG files.