Which is the text file containing commands that typically run only at system startup to enhance the computers DOS configuration?

focusNode

Didn't know it?
click below

Knew it?
click below

Which is the text file containing commands that typically run only at system startup to enhance the computers DOS configuration?

Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

QuestionAnswer
Records in the MFT are referred to as ________. metadata
When Microsoft introduced Windows 2000, it added built-in encryption to NTFS called ___. EFS
The purpose of the ________ ___________ is to provide a mechanism for recovering encrypted files under EFS if there's a problem with the user's original private key. Recovery Certificate
When Microsoft created Windows 95, it consolidated initialization (.ini) files into the ________. Registry
________, located in the root folder of the system partition, specifies the Windows XP path installation and contains options for selecting the Windows version. Boot.ini
________ is a 16-bit real-mode program that queries the system for device and configuration data, and then passes its findings to NTLDR. NTDetect
______ _______ contain instructions for the OS for hardware devices, such as the keyboard, mouse, and video card, and are stored in the %system-root%\Windows\System32\Drivers folder. Device Drivers
The ___________ file provides a command prompt when booting to MS-DOS mode (DPMI). Command.com
__________ is a text file containing commands that typically run only at system startup to enhance the computer's DOS configuration. Config.sys
____________ is a batch file containing customized settings for MS-DOS that runs automatically. Autoexec.bat
A _______ _______ allows you to create a representation of another computer on an existing physical computer. virtual machine
Computer forensics tools are divided into _ major categories. 2

What is IO.SYS?

IO.SYS is a hidden executable binary file that processes instructions that tell the operating system (OS) how the computer is set up when it is booted or started. IO.SYS was an essential part of MS-DOS and up to Windows 9x but is not used in newer versions of Windows.

In MS-DOS, IO.SYS supplied default device drivers and the instructions needed to initialize DOS. Windows 95 changed the role of IO.SYS by combining older IO.SYS and MSDOS.SYS files into a single file also called IO.SYS. The newer IO.SYS contains all the information needed to start a computer and eliminates the need for the CONFIG.SYS and autoexec.bat files. However, both files still come with Windows for older applications and drivers that need them.

What does IO.SYS do?

IO.SYS is a critical part of a computer's boot sequence for Windows 9x and earlier versions of Windows and works in the following ways:

  1. The computer is powered up either through a cold start or a warm reboot.
  2. The computer's BIOS firmware initializes the hardware and prepares the computer to load the OS.
  3. Firmware automatically causes primary storage -- a disk -- to load and execute a default boot sector to begin loading the OS.
  4. The boot sector includes instructions that trigger OS startup.

In the early days of personal computing, the default boot sector of DOS and early versions of Windows would start loading IO.SYS -- which was always the first entry of a disk's root directory -- into memory. The disk begins loading IO.SYS into memory to start the OS boot. IO.SYS takes over to finish loading into memory and processes a series of startup steps that include the following:

  1. IO.SYS prepares default devices, including other storage devices, the keyboard and the RS-232 serial port.
  2. IO.SYS loads the kernel MSDOS.SYS for DOS or Windows 9x.
  3. IO.SYS processes the CONFIG.SYS file to set up other system characteristics.
  4. The OS files continue to load. Operating systems like Windows load additional drivers, such as mouse and printer drivers, to prepare other devices for service.
  5. IO.SYS loads COMMAND.COM or another user interface (UI) shell.
  6. The UI -- such as a command prompt or Windows desktop -- is ready.

What are the differences between IO.SYS, MSDOS.SYS and CONFIG.SYS?

Traditionally, DOS relied on the following three key files to configure the computer and initiate the OS startup:

  • IO.SYS, which provides low-level hardware preparation;
  • MSDOS.SYS, which handles file access and program management; and
  • CONFIG.SYS, which supplies details about the specific computer.

As DOS matured and became the default foundation for early Windows versions, IO.SYS and MSDOS.SYS files evolved and merged to some extent.

For example, Windows 95 was based on MS-DOS 7.x and Windows ME was based on MS-DOS 8.x, and these OS versions basically combined the functionality of IO.SYS and MSDOS.SYS into the IO.SYS file. This left the MSDOS.SYS file as a plain text file containing boot directions. MSDOS.SYS was not executed if WINBOOT.INI was present on the system.

CONFIG.SYS remained largely unchanged as a text file with configuration details about the specific computer, and was finally replaced by the CONFIG.NT file with 32-bit Windows versions such as early Windows NT.

Generally, end users have the ability to open, see and edit text files such as CONFIG.SYS. Editing these files, however, should only be attempted by expert computer users with a clear knowledge of configuration settings and their implications.

How to edit IO.SYS behavior

In computers using DOS or up to Windows 9x, the IO.SYS is loaded with the MSDOS.SYS file when the computer is booted. MSDOS.SYS is a text file that determines whether DOS or Windows is loaded. Because IO.SYS is a sequence of executable code rather than readable text, it is not editable like MSDOS.SYS, CONFIG.SYS or AUTOEXEC.BAT.

To change default values that come with IO.SYS, a user must change the CONFIG.SYS file. In loading IO.SYS, the system picks up any changed values that are present in the CONFIG.SYS file.

The CONFIG.SYS file can be altered using any simple text editor and supports an array of commands that influence memory use, shell selection, opens files and buffers, and other options. Any changes to the CONFIG.SYS file must be saved, and the system rebooted before those changes are reflected in memory.

Learn about the new features of Windows 11 Enterprise and how this version differs from Windows 10.

This was last updated in April 2022

Continue Reading About IO.SYS

  • What Microsoft Defender Antivirus features are on Windows?
  • Windows 11 vs. Windows 10: What are the differences?
  • Features and pricing for Windows 365 Enterprise and Business
  • What is Windows 365 and what does it offer?
  • How to fix a Windows 10 boot loop

Dig Deeper on Windows OS and management

  • Which is the text file containing commands that typically run only at system startup to enhance the computers DOS configuration?
    CONFIG.SYS

    Which is the text file containing commands that typically run only at system startup to enhance the computers DOS configuration?

    By: Ben Lutkevich

  • Which is the text file containing commands that typically run only at system startup to enhance the computers DOS configuration?
    How to setup PHP on Nginx with fastCGI (PHP-FPM) example

    Which is the text file containing commands that typically run only at system startup to enhance the computers DOS configuration?

    By: Cameron McKenzie

  • Which is the text file containing commands that typically run only at system startup to enhance the computers DOS configuration?
    Learn SELinux commands for management and troubleshooting

    Which is the text file containing commands that typically run only at system startup to enhance the computers DOS configuration?

    By: Jack Wallen

  • Which is the text file containing commands that typically run only at system startup to enhance the computers DOS configuration?
    How to use Clair to scan Docker images

    Which is the text file containing commands that typically run only at system startup to enhance the computers DOS configuration?

    By: Stuart Burns

What is the term used to describe the space between the end of a file and the end of the disk cluster it is stored in?

The space between the end of a file and the end of the disk cluster it is stored in. Also called "file slack," it occurs naturally because data rarely fill fixed storage locations exactly, and residual data occur when a smaller file is written into the same cluster as a previous larger file.

What term is defined as the numbers assigned to each cluster by the operating system?

That is, when a disk is created as an NTFS file structure the OS assigns logical clusters to the entire disk's partition. The assigned clusters are called logical cluster numbers (LCNs).

What contains instructions for the OS for hardware devices?

Forensics - M Choic2.

Which of the following components of a hard drive is a column of tracks on two or more disk platters?

* Cylinders—A cylinder is a column of tracks on two or more disk platters. Typically, each platter has two surfaces: top and bottom.