MCSE Boot Camp
 

  • Do you want to become MCSE /CCNA ?
     
  • Do you want to finish in 2/3 weeks?

 

 




 

 

MCSE Bootcamp Training - Cheapest, Fast, Guaranteed MCSE certification

 

MCSE Boot Camp, CCNA Bootcamps, CCNP Boot camp Certification Training

MCSE Guide

Free MCSE
Free MCSE Training
MCSE
MCSE 2003
MCSE Books
MCSE Boot Camp
MCSE Brain dumps
MCSE Certification
MCSE Exam
MCSE Free
MCSE Jobs
MCSE Logo
MCSE Online
MCSE Online Training
MCSE Practice
MCSE Practice Exams
MCSE Practice Tests
MCSE Requirements
MCSE Resume
MCSE Salary
MCSE Self Paced Training Kit
MCSE Study
MCSE Study Guide
MCSE Study Guides
MCSE Test
MCSE Testing
MCSE Training
MCSE Training Kit
MCSE Training Video
MCSE Windows 2003
Microsoft MCSE Training
Training MCSE
Windows 2003 MCSE

 

 

MCSE : Security Specialist

MS-DOS mode

Order of execution for MS-DOS:

  • IO.SYS
  • MSDOS.SYS
  • CONFIG.SYS
  • COMMAND.COM
  • AUTOEXEC.BAT

NTLDR (NT Loader), BOOT.INI

Ntldr is the operating system loader. Ntldr must be in the root directory. Boot.ini is the file that Ntldr reads in order to know what options and timeout to present.

Ntldr reads the boot.in file, and displays the the operating systems Boot Menu. If Windows NT/2000 is selected, NTLDR will run NTDETECT.COM.  If another OS is selected, NTLDR will load and run BOOTSECT.DOS, and pass control to it.

Boot.ini is a hidden, read-only text file stored in the root of the system partition.There are two sections to the boot.ini, boot loader section and operating systems section.

The boot loader section contains two parts.

  • timeout = number
    • The number following timeout is the seconds that the boot menu will display before starting the boot proccess. The default is 30.
  • default = option
    • After a time out, this option tells Ntldr which of the menu items to use to continue booting
  • operating systems section contains a list of operating systems to boot. Which includes the path and a description for the OS's.