What tabs of MSConfig that allows you to enable or disable any of the Microsoft Windows services or other program services running on the computer?

What tabs of MSConfig that allows you to enable or disable any of the Microsoft Windows services or other program services running on the computer?
MSConfig
What tabs of MSConfig that allows you to enable or disable any of the Microsoft Windows services or other program services running on the computer?

Screenshot of MSConfig in Windows 10

Other namesSystem Configuration
Microsoft System Configuration UtilityDeveloper(s)MicrosoftOperating systemMicrosoft WindowsTypeSystem utility

MSConfig (officially called System Configuration in Windows Vista, Windows 7, Windows 8 or Windows 10, or Windows 11 and Microsoft System Configuration Utility in previous operating systems) is a system utility to troubleshoot the Microsoft Windows startup process. It can disable or re-enable software, device drivers and Windows services that run at startup, or change boot parameters.

It is bundled with all versions of Microsoft Windows operating systems since Windows 98 except Windows 2000. Windows 95 and Windows 2000 users can download the utility as well, although it was not designed for them.[1]

Uses

MSConfig is often used for speeding up the Microsoft Windows startup process of the machine. According to Microsoft,[2] MSConfig was not meant to be used as a startup management program.

Features

MSConfig is a troubleshooting tool which is used to temporarily disable or re-enable software, device drivers or Windows services that run during startup process to help the user determine the cause of a problem with Windows.

Some of its functionality varies by Windows versions:[3]

  • In Windows 98 and Windows Me, it can configure advanced troubleshooting settings pertaining to these operating systems. It can also launch common system tools.
  • In Windows 98, it can back up and restore startup files.
  • In Windows Me, it has also been updated with three new tabs called "Static VxDs", "Environment" and "International". The Static VxDs tab allows users to enable or disable static virtual device drivers to be loaded at startup, the Environment tab allows users to enable or disable environment variables, and the International tab allows users to set international language keyboard layout settings that were formerly set via the real-mode MS-DOS configuration files. A "Cleanup" button on the "Startup" tab allows cleaning up invalid or deleted startup entries.
  • In Windows Me and Windows XP versions, it can restore an individual file from the original Windows installation set.
  • On Windows NT-based operating systems prior to Windows Vista, it can set various BOOT.INI switches.
  • In Windows XP and Windows Vista, it can hide all operating system services for troubleshooting.
  • In Windows Vista and later, the tool allows configuring various switches for Windows Boot Manager and Boot Configuration Data. It also gained additional support for launching a variety of tools, such as system information, other configuration areas, such as Internet options, and the ability to enable/disable UAC. An update is available for Windows XP and Windows Server 2003 that adds the Tools tab.[4]

References

  1. ^ "Microsoft System Configuration Utility (MSConfig)". Technopedia. Retrieved August 5, 2017.
  2. ^ "Using System Configuration (MSConfig)". Windows. Microsoft. August 27, 2012. Archived from the original on December 15, 2013. Retrieved March 6, 2015.
  3. ^ Larsen, Larry; Richards, Andrew; Beeder, Chad (August 27, 2012). "Defrag Tools: #5 - Autoruns and MSConfig". Channel9. Microsoft. Retrieved January 12, 2015.
  4. ^ "The 906569 update adds the Tools tab to the System Configuration utility in Windows XP Service Pack 2". Support. Microsoft. June 1, 2006. Archived from the original on March 9, 2015.

Further reading

  1. "System Configuration Utility overview". Windows XP Professional Product Documentation. Microsoft. Archived from the original on 19 June 2006. Retrieved 29 April 2011.
  2. "Using System Configuration". Windows. Microsoft. Archived from the original on 13 October 2009. Retrieved 13 May 2011.
  3. "How to troubleshoot configuration errors by using the System Configuration utility in Windows". Support (4.1 ed.). Microsoft. 26 November 2007. Archived from the original on 17 January 2008. Retrieved 29 April 2011.

Retrieved from "https://en.wikipedia.org/w/index.php?title=MSConfig&oldid=1054669983"

Windows has all sorts of hidden little utilities that let you configure and modify system settings not normally visible in areas like the Control Panel. One of my favorite tools that has been around since Windows 98 is MSCONFIG. It basically stands for Microsoft System Configuration and is obviously used to configure various settings. In this article, I’ll show you how to access MSCONFIG and how to use it.

Let’s start off by opening MSCONFIG on Windows 7. The tool is pretty much the same from Windows Vista and higher, with only a minor change in Windows 8 that I will talk about later. Go ahead and click on the Start button and type in msconfig.

The system configuration dialog will pop up with several tabs. The number of tabs may vary depending on which version of Windows you are running. In Windows 7 and 8, there are 5 tabs: General, Boot, Services, Startup and Tools.

MSCONFIG General Tab

The first tab, which is selected by default, will normally always be the General tab.

Here you will see three selectable radio buttons under the Startup Selection heading.  Normal Startup will be selected by default unless changed.  Diagnostic Startup will start Windows up in a “stripped down” functionality mode, similar to, but not the same as Safe Mode.  If you choose this option, remember to change it back when you are done troubleshooting, or Windows will keep starting up in this manner.

What tabs of MSConfig that allows you to enable or disable any of the Microsoft Windows services or other program services running on the computer?

Also, when you select Diagnostic startup and click Apply, you will see that it automatically selects Selective startup with only the Load system services box filled in. In diagnostic mode, you get more drivers and services started by default than with Safe Mode, which I explain below. If you find you need to use a Control Panel item or a program that simply won’t run on Safe Mode, then you can try diagnostic mode, which loads less than a normal startup, but more than Safe Mode.

You’ll notice that when you click Diagnostic startup and click Apply, the Load system services box is not checked, but is filled in entirely. That is significant because if you click on the Services tab and scroll through, you’ll see that only a handful of services are checked. Now if you go back to the General tab, click on Selective startup again and check the Load system services box with an actual checkmark, you’ll see that ALL services are checked under the Services tab not just a select few.

What tabs of MSConfig that allows you to enable or disable any of the Microsoft Windows services or other program services running on the computer?

With the Load startup items box, you can only check it with a checkmark, which either enables all the startup items on the Startup tab or disables all of them. It should be noted that if you chose selective startup with a checkmark in both Load system services and Load startup items, then that’s pretty much the same thing as doing a normal startup because everything is enabled.

The only reason to do selective startup and check one or both items is to figure out if a particular service or startup item is causing problems. The way to do that is to check the appropriate box on the General tab and then go to Services or Startup, click Disable all, and then check off only one item. You restart the computer and see if that service or startup item is causing the issue with your system. If not, you go to the Services or Startup tab again and check another item. Continue this process until you find your problem service or startup item.

MSCONFIG Boot Tab

Now that we have a clear understanding of the General tab and how it’s connected to both the Services and Startup tabs, let’s talk about the second tab: Boot. This is an important tab because it has a lot of options for how Windows starts up.

What tabs of MSConfig that allows you to enable or disable any of the Microsoft Windows services or other program services running on the computer?

Let’s start with Boot options as that’s the main point of this tab. The Advanced options button will normally only be used by programmers writing device drivers for actual hardware.

If you check Safe Boot, you can then pick from four options: Minimal, Alternate shell, Active Directory repair and Network. Let’s go through each option:

Minimal – This is the standard safe mode that will load the GUI with only the most basic drivers and services enabled. Networking will be disabled in this mode. You can pretty much only open explorer and browse around.

Alternate shell – This will load safe mode with just the command prompt. The GUI and networking will both be disabled. Only use this mode if you want to run DOS commands.

Active Directory repair – This is only useful for corporate environments and will probably something your network administrator would use.

Network – This is like Minimal, except networking is enabled. Useful if you need to connect to a network resource or website for downloading files.

On the right, you’ll see four checkboxes, which means you can check up to all four, if needed. Let’s go through these options:

No GUI boot – Will simply not show the Windows welcome screen when booting.

Boot log – Will make a log file of the entire boot process located at %SystemRoot%Ntbtlog.txt. 

Base video – Will load Windows in minimal VGA mode, which uses standard VGA drivers instead of the drivers that are specific to the video card installed on the machine.

OS boot information – As drivers are being loaded during the boot up process, the names of the drivers will be shown in the output.

Timeout is the amount of time the boot menu is shown before it selects the default option. If you check the Make all boot settings permanent box, then clicking Normal startup on the General tab will not revert you back to your original settings. You’ll have to manually change any boot settings.

Again, Windows will continue to load in Safe Mode until you go back to the system configuration utility and uncheck it or choose normal startup.

MSCONFIG Services Tab

Next up is the Services tab, which is pretty self-explanatory. The main thing here is that you really don’t want to disable any Microsoft system services. You’ll read lots of articles online about useless Windows services that you should disable, but it’s really not a good idea.

What tabs of MSConfig that allows you to enable or disable any of the Microsoft Windows services or other program services running on the computer?

Go ahead and check the Hide all Microsoft services box and you’ll only be left with third-party services.  Disabling third-party services can be useful, but only in certain circumstances. Mostly this tab is used to disable a service that is causing Windows to freeze, blue screen or something else that is not good.

MSCONFIG Startup Tab

The startup tab is by far by favorite tab and really the only reason I actually use the MSCONFIG utility in the first place. It amazes me how slow some client computers are because of the massive number of startup programs. Even if I have a lot, I normally disable 80 percent of them because they aren’t necessary.

What tabs of MSConfig that allows you to enable or disable any of the Microsoft Windows services or other program services running on the computer?

Of course you do have to be careful, especially on laptops, because some startup items control your wireless network card or your touchpad and both will stop working if you uncheck them. It’s best to perform a simple Google search with the startup item name or EXE file that you can see under Command.

I’ve also already written an in-depth article on disabling startup programs in Windows, which gives you more tips and pointers on what to and what not to disable.

MSCONFIG Tools Tab

Lastly, there is a useful tab called Tools that basically links out to a whole bunch of other useful utilities in Windows.

What tabs of MSConfig that allows you to enable or disable any of the Microsoft Windows services or other program services running on the computer?

This includes everything from information about Windows, UAC settings, action center, troubleshooters, computer management, event viewer, programs, system properties, Internet options, command prompt, registry editor, task manager, system restore, etc. If you can’t remember where to find a tool or setting, it’s probably listed here.

Overall, the system configuration utility is a very handy tool to manage Windows PCs and definitely something you should learn if you want to become a power user. If you have any questions, post a comment. Enjoy!