13 Security Lab

Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ParseAutoexec 본문

Computer Science/Windows Externals

Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ParseAutoexec

Maj0r Tom 2014. 9. 3. 09:44

e.g.

HKU\.DEFAULT\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ParseAutoexec   "1"


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

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ParseAutoexec




Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ParseAutoexec 

1 = autoexec.bat 구문 분석
0 = autoexec.bat 구문 분석 하지 않음



REF.

1 http://support.microsoft.com/kb/124551/ko

2 http://windowsitpro.com/windows/jsi-tip-0021-parsedont-parse-autoexecbat-when-booting

Comments