Control Panel, Settings, and the management consoles behind both

Objective 1.2 · Operating systems · 28% of the exam

Why this matters

Windows has spent more than a decade moving its configuration from one place to another, and it has not finished. That is irritating to use and genuinely confusing to teach, because half the documentation in the world describes a path that no longer exists.

The useful response is not to memorise both layouts. It is to learn where the real management tools are — the consoles that have not moved and are not going to — and to learn a reliable way of finding any setting by what it does. A technician who can find anything in thirty seconds is more effective than one who has memorised a menu tree that will change again.

The lesson

Why two control surfaces exist and which one holds what today

Two surfaces exist because the transition is incomplete, and it is worth understanding what each one is for rather than resenting the split.

Settings is the modern surface. It is touch-friendly, it is where new features appear, and it is increasingly where the only copy of a setting lives: Windows Update, privacy, accounts and sign-in options, network profiles, and storage management are all here and have no complete Control Panel equivalent.

Control Panel is the older surface. It holds things that have not been moved and, in several cases, things that are more capable there: the full network adapter properties, Device Manager, Programs and Features, the administrative tools, and the older user account dialogs.

The relationship worth knowing: many Settings pages are shortcuts that open the Control Panel applet when you go deep enough, which is why a user following instructions ends up in a dialog that looks twenty years old. That is expected behaviour, not a fault.

The practical rule: start in Settings, and expect to end in Control Panel for anything involving adapters, devices, or installed programs. And when writing instructions for a user, give them the search term rather than the path, because the search term survives the next reorganisation.

The applets that still matter: network, power, devices, programs, accounts

A handful of Control Panel applets still do things nothing else does, and these are the ones worth knowing by name.

  • Network and Sharing Centre → Change adapter settings. The real adapter list. This is where you set a static address, inspect the full properties, disable and re-enable an adapter, and reach the protocol bindings. Settings shows a simplified view of this.
  • Power Options. The plan editor with the advanced settings, including USB selective suspend, PCI Express link state power management, and the hibernation and fast startup controls. Several genuinely puzzling faults — a USB device that stops working after a while, a machine that will not wake properly, a dual-boot machine corrupting a shared partition — are settings in here.
  • Device Manager. Hardware, drivers, conflicts, and hidden devices. There is no replacement for this anywhere.
  • Programs and Features. Uninstall, change, repair, and view installed updates. The repair option is one many technicians forget exists.
  • User Accounts. Reaches Credential Manager and the advanced user accounts dialog, which is where stored credentials and automatic sign-in live.

Two more worth a mention because they solve specific complaints: Indexing Options, when search is not finding things or is eating the disk, and Default Programs, when the wrong application is opening a file type.

Microsoft Management Console, snap-ins, and building one that suits the job

Almost every administrative tool in Windows is a snap-in hosted by the Microsoft Management Console, and knowing that turns a list of unrelated tools into one idea.

mmc on its own opens an empty console. From there, File → Add/Remove Snap-in offers everything installed: Device Manager, Disk Management, Event Viewer, Services, Task Scheduler, Local Users and Groups, Certificates, Group Policy, and more — and each can be pointed at another computer rather than this one, which is the feature that makes this worth knowing.

Building one that suits the job takes two minutes and pays back immediately: add the four or five snap-ins you actually use, save the console as a .msc file, and you have one window instead of five. Saved against a remote machine, it becomes a remote administration console.

The names worth recognising, because documentation refers to them directly: compmgmt.msc (Computer Management), devmgmt.msc (Device Manager), diskmgmt.msc (Disk Management), services.msc, eventvwr.msc, taskschd.msc, lusrmgr.msc (Local Users and Groups, absent on Home), gpedit.msc (Local Group Policy, absent on Home), certmgr.msc, and perfmon.msc.

Typing those into the run dialog is faster than any menu, works on every version, and does not change when the interface does — which is the real argument for learning them.

Computer Management, Event Viewer, Services, and Device Manager

Four consoles carry most of the diagnostic work in this course, and it is worth knowing what each is best at.

Computer Management is a pre-built console bundling most of the others. It is the single fastest route to Disk Management, Services, Event Viewer, Task Scheduler, Device Manager and shared folders, and it can be pointed at another machine.

Event Viewer is the machine's record of what happened. The three logs that matter are Application, Security and System, and the skill is filtering rather than reading: filter by level, narrow to the time the fault happened, and look for the first error rather than the loudest one. A cascade of forty errors usually has one cause at the top.

Services shows what is running, what its startup type is, what account it runs as, what it depends on, and what happens when it fails. The recovery tab explains services that restart themselves; the dependencies tab explains services that will not start.

Device Manager shows hardware and drivers. The yellow marks matter: a warning triangle is a device with a problem, and its properties give a numbered error code that says exactly what kind. "Show hidden devices" reveals hardware that is no longer attached, which matters when an old network adapter's static address is still claiming an address you want to reuse.

Finding a setting by what it does rather than by where it used to live

The reliable method has three steps, and it does not depend on knowing where anything is.

  1. Search by what it does, not where it lives. The Start search box indexes both Settings pages and Control Panel applets. Typing "static IP", "startup", "default browser" or "environment variables" gets there directly, and it keeps working after the next reorganisation.
  2. Use the direct commands. ncpa.cpl for adapters, appwiz.cpl for programs, sysdm.cpl for system properties, control for the whole panel, and the .msc names above. These have been stable for twenty years.
  3. Use ms-settings: URIs for the modern surface — ms-settings:windowsupdate, ms-settings:network, ms-settings:privacy. These are what Settings' own shortcuts use.

Two habits that make this stick. When you find a setting the slow way, note the command that would have got you there directly — the effort is one line and it compounds. And when writing instructions for someone else, give the search term and the command, never a click path, because a click path is a description of one version of Windows and the other two survive.

This is also a small piece of professionalism from the operational procedures objective: instructions that work are instructions the user can follow without you, and a screenshot of your own machine's menu is not that.

Practise what you just read

1. Why do two configuration surfaces exist in current Windows?

Select one

  1. The move from the older surface to the newer one is incomplete
  2. The newer surface is a web application hosted by the vendor, while the older one runs locally on the machine being configured
  3. One is for users and one is for administrators
  4. The older surface is only present on Pro editions
Show answer

A. Several settings now live only in the newer surface and several remain more capable in the older one. Expecting to end up in an old dialog is normal rather than a sign of something wrong.

2. Which tool gives the full properties of a network adapter, including protocol bindings?

Select one

  1. The network status page in Settings
  2. The adapter list reached from the Network and Sharing Centre
  3. Device Manager, which exposes every installed adapter together with its driver version and its resource allocations
  4. The command line only
Show answer

B. Static addressing, protocol bindings and disabling an adapter all live there. Settings presents a simplified view, which is why instructions that stop there often do not reach the control being described.

3. A USB device stops working after the machine has been idle for a while. Which setting is worth checking?

Select one

  1. The device driver version
  2. The user’s account type
  3. USB selective suspend in the advanced power settings
  4. The device’s own firmware revision, which may have been updated automatically by the manufacturer’s support software
Show answer

C. Power management is a genuinely surprising cause of intermittent device faults, and the setting is buried in the advanced power plan options rather than anywhere obvious.

7 more questions on this objective are part of the full course.

Practise the full question bank in the exam simulator

Hands-on labs

All hands-on labs

This is an independent study companion for CompTIA A+ Core 2 220-1202 and is not produced by or endorsed by CompTIA.