- Windows startup process
The Windows Startup Process is the process by which
Microsoft 's Windows series ofoperating system s initializes.DOS-based Windows
In Windows 3.x and 95/98/ME, the boot loader phase is handled by
MS DOS . During the boot phase, theAutoexec.bat andConfig.sys are executed, along with the configuration settings filesWIN.INI andSYSTEM.INI . Virtual device drivers are also loaded in the startup process : they are most commonly loaded from the registry (HKLMSystemCurrentControlSetServicesVxD) or from the SYSTEM.INI file.When all system configuration files and device drivers have been loaded, the 32-bit VxD message server (Msgsrv32) starts Mprexe.exe, which is responsible for loading the network logon client (such as Client for Microsoft Networks, Microsoft Family Logon or Windows Logon).
When a user is logging on to Windows, the
startup sound is played, the shell (usually Explorer.exe) is loaded from the [boot] section of the SYSTEM.INI file, and startup items are loaded.In all DOS-based versions of Windows except ME, it is also possible to load Windows by booting to a DOS prompt and typing "win". There are some command line switches that can be used with the "Win" command: with the /d switch, Windows boots to safe mode, and with the /d:n switch, Windows boots to safe mode with networking. The latter switch only works properly with Windows 95 [ [http://support.microsoft.com/kb/196249 Unable to Start Windows 98 in Safe Mode with Network Support] ] . In Windows 3.1, additional options are available, such as /3, which starts Windows in 386 enhanced mode, and /s, which starts Windows in standard mode [ [http://support.microsoft.com/kb/82731 Windows 3.1 WIN.COM Command Switches] ]
Windows NT
In
Windows NT , the boot loader is calledNTLDR . It is responsible for accessing the file system on the boot drive, for startingNtoskrnl.exe and for loading boot-time device drivers into memory. Once all the Boot and System drivers have been loaded, the kernel (system thread) starts the Session Manager Subsystem (smss.exe), which in turn startsWinlogon , which loads the graphical identification and authentication library.After a user has successfully logged in to the machine, Winlogon does the following:
* User and Computer
Group Policy settings are applied.
* Startup programs are run from the following locations:
*#HKLMSOFTWAREMicrosoftWindowsCurrentVersionRunonce
*#HKLMSOFTWAREMicrosoftWindowsCurrentVersionpoliciesExplorerRun
*#HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun
*#HKCUSoftwareMicrosoftWindows NTCurrentVersionWindowsRun
*#HKCUSoftwareMicrosoftWindowsCurrentVersionRun
*#HKCUSoftwareMicrosoftWindowsCurrentVersionRunOnce
*#"All Users ProfilePath"Start MenuProgramsStartup
(please note that this path is localized on non-English versions of Windows)
*#"Current User ProfilePath"Start MenuProgramsStartup
(please note that this path is localized on non-English versions of Windows)In Windows 95/98/ME, it was also possible to run a program before the user logs on by using RunServicesOnce or RunServices keys. In Windows NT, this has been replaced by the Services.exe program, which is able to load a set of system services before a user logs on.
Additionally, on English versions of Windows, the startup folder was called "StartUp" instead of "Startup" in Win9x.
AdwareSpyware and other unwanted software might add itself to the system registry in order to be automatically started when a Windows NT system logs on.
Windows Vista
The sequence of booting
Windows Vista is slightly different from any previous version of windows that uses theNT kernel . The operating system boot loader in Vista is called winload.exe, and is invoked byWindows Boot Manager . Additionally, the GINA that has been in use all versions of Windows NT since 3.1 has been entirely replaced by "Credential Providers".References
Wikimedia Foundation. 2010.