Mouse Click Start-run, type sysdm.cpl on the Run window, and then click OK.
On the Advanced tab, click Settings under Startup and recovery. Under System startup, click Edit, so you can edit the Boot.ini file.
Second, we can directly use Notepad to open the Boot.ini file, opened, there and more code and numbers. Perhaps you do not understand, so now to the small series of Windows 7 system above the Boot.ini file to illustrate the following:
[boot loader]
Timeout=5
Default=multi (0) disk (0) rdisk (0) partition (1) WINDOWS
[Operating Systems]
multi (0) disk (0) rdisk (0) partition (1) windows= "Microsoft WINDOWS"/noexecute=optin/fastdetect
Third, Boot.ini file modification:
Timeout=5
This timeout=5 is meant to set the latency time when the system starts the boot menu and enters the default operating system when the user does not perform any action within the set latency period. The general default setting is 30, of course we set this here to 5. This numerical recommendation is set to 0. Of course, you can set the number according to your own situation.
Default=multi (0) disk (0) rdisk (0) partition (1) WINDOWS
The meaning of this piece of code can not be understood before, only need to understand and modify partition parameters, here the parameter is 1, meaning that Windows is your system folder in the first partition meaning, the first partition is the disk C, D, E, F disk's first disk is C disk. If Windows is your system folder set to D, then the partition will be modified to 2.
multi (0) disk (0) rdisk (0) partition (1) windows= "Microsoft WINDOWS"/noexecute=optin/fastdetect
The meaning of this code should be analyzed separately, multi (0) disk (0) rdisk (0) partition (1) Windows is the same as the above meaning, here is not repeated. "Microsoft Windows" is the meaning of the operating system,/noexecute=optin/fastdetect represents the startup parameters, after "Add a half-width space/parameter, you can add more than one." The following is a detailed explanation of the parameters:
1,/noexecute=optin/fastdetect is fast detection
2,/noexecute=optin/safeboot is safe to start. Only the drivers and services in the Hklmsystemcurrentcontrolsetcontrolsafeboot are started, followed by minimal, network, or Dsrepair with three parameters. Minimal and network allow the system to start under Network connections. The Dsrepair requires that the system call into the Active Directory settings from the backup device. Another option is minimal (Alternateshell), which lets the system transfer into the shell program specified by Hklmsystemcurrentcontrolsetsafebootalternateshell, Instead of using the default explorer.
3,/noexecute=optin/noguiboot: Do not load the VGA driver, it will not show the startup process and the failure of the blue screen information.
4,/noexecute=optin/bootlog: Write the log Nnbtlog.txt file.
5,/noexecute=optin/basevideo: Use the standard VGA mode to start, this method is mainly used to display the driver failure.
6,/noexecute=optin/sos: When the driver name is transferred to display its name, because the driver is not able to start when the use of better.