HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components
위에 있는게 레지스트리 경로이고 다음은 관련된 설명이다.
Active Setup is a mechanism for executing commands once per user early during logon. Active Setup is used by some operating system components like Internet Explorer to set up an initial configuration for new users logging on for the first time. Active Setup is also used in some corporation’s software distribution systems to create an initial customized user environment. To understand why such a mechanism is necessary we need to take a step back.
중략..
Active Setup runs before the shell is started, i.e. before the Desktop appears. Commands started by Active Setup run synchronously, blocking the logon while they are executing. Active Setup is executed before any Run or RunOnce registry entries are evaluated because Run(Once) is handled by the shell, Explorer.exe, which is started only after Active Setup is finished.
더 자세한 설명은 아래 사이트에서 확인!.. 정말 잘 나와있네요.
http://www.sepago.de/helge/2010/04/22/active-setup-explained/
'유용한 지식 자료들 > 레지스트리' 카테고리의 다른 글
인터넷에 관련한 레지스트리 설정 정보 (0) | 2012.07.12 |
---|---|
윈7 레지스트리 정보 (0) | 2011.09.06 |
MUICache 레지스트리 (0) | 2011.04.15 |
Explorer 레지스터를 활용한 악성코드 (0) | 2010.05.11 |