The panel will contain 6 tabs:
General: Allows you to choose the start up mode.
-
Normal Start up: Loads the peripheral drivers, programs and services. This is the default mode if no changes are made in msconfig.
-
Diagnostic mode: This corresponds to the startup mode selected by pressing F8 and choosing network connection.
-
Selective: Loads drivers, services and programs that you choose with the options listed below. This corresponds to the following tabs in Windows.
System.ini and Win.ini: These 2 tabs are related to the system.ini and win.ini files. These are here to help with compatibility for older Windows applications. Under XP, they don’t actually do much. For those of you that are familiar with these don’t forget the sysedit tool under Windows 3.1 or Windows 95. You can still use both of these under XP.
Boot.ini: This tab is related to the boot.ini file, hidden in the root of the disk. This tells the PC which OS to load. Boot.ini is indispensable, so you should be careful when making changes to it. Each time that you select or unselect a start up option then the boot.ini is changed. In the line: multi(0) disk(0)….. /fastdetect is the default option.
Fastdetect: Prevents the detection of a serial port mouse (/fastdetect = [COM1]). If you need to use this device on the serial port then you should activate this option (very rare).
-
Safeboot: Loads in safe mode
-
Noguiboot: Disabled the Windows XP opening screen.
-
Bootlog: Creates a txt file in the root of the disk. You will need to read this in the event of a failure.
-
Basevideo: Loads the video card drivers in standard VGA mode.
-
Sos: The system responsible for loading the drivers. You can also see if there are any problems during the boot.
Advanced Options:
-
Maxmem: This allows you to specify an amount of memory (RAM) that is smaller then what is really installed: /maximum=64
-
Numproc: Allows you to choose the number of processors to use.
-
Pcilock: When you install a card in the PCI bus, Windows will update your configuration settings. Activated and this option will prevent XP from dynamically assigning the interrupts (IRQ) for the PCI cards, leaving the BIOS to manage.
-
Debug: Sends debugging information to a remote PC when using a serial connection.
Services: Displays the state of the system services. The Hide all Windows Services option will not show the state of services that are created by programs that you have installed.
Startup: Displays the processes that are responsible for the opening of your session. Often malware will install themselves here allowing them to load with the computer.
We can also see these with a right click on the task bar and select: Properties and click on the Processes tab.
The processes are “written” in the registry in the following 3 keys:
-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
Once the changes have been completes then you can press OK and close.
The next time you open your Windows session you will see a message warning you that the MsConfig configuration has been changed. Select “Don’t show this window again”.