220-1202 · Operating Systems · Updated July 26, 2026
Control Panel Applets Every Technician Should Know
The Control Panel is the classic Windows configuration interface, organized into small purpose-built tools called applets. Even though Microsoft keeps migrating features into the Settings app, Windows 10 and Windows 11 still ship the Control Panel, and the 220-1202 exam — mapped objective by objective in the full 220-1202 study guide — expects you to know which applet handles which job. The fastest way in is to press Win+R and type control, or launch a specific applet directly by its .cpl name, such as inetcpl.cpl for Internet Options.
Why the Control Panel still matters
Help-desk work constantly lands you in applets that have no full replacement in Settings. Outlook mail profiles, advanced sound device selection, proxy configuration, and search indexing are all still managed through Control Panel tools. A technician who only knows the Settings app will burn time hunting for options that have lived in the same applet for two decades.
Two viewing modes change what you see when you open Control Panel. Category view groups applets under headings like “Hardware and Sound,” while the Large icons/Small icons views show every applet in a flat list. Exam questions typically name the applet itself, so learn the applet names rather than the category paths.
The applets the exam cares about
| Applet | Run command | What it controls |
|---|---|---|
| Internet Options | inetcpl.cpl | Proxy settings, browsing security zones, certificates |
| Devices and Printers | control printers | Printer defaults, device management shortcuts |
| System | — (opens Settings > About) | Computer name, domain/workgroup, edition, activation |
| Mail (Microsoft Outlook) | — | Outlook account profiles and data files |
| Sound | mmsys.cpl | Default playback and recording devices |
| Indexing Options | — | Which locations Windows Search indexes |
| Programs and Features | appwiz.cpl | Uninstall software, add/remove Windows features |
| Device Manager | devmgmt.msc | Drivers, hardware status, resource conflicts |
Internet Options and the Connections tab
Internet Options carries several tabs — General, Security, Privacy, Content, Connections, Programs, and Advanced. The one to memorize is Connections, because its LAN settings button controls the system proxy. A machine with a bad manual proxy entry shows a very specific symptom: internal resources such as file shares still work (they don’t route through the proxy), but external websites fail while every other computer on the network browses normally. When one machine can’t reach the internet but its neighbors can, checking Connections > LAN settings for a stale or incorrect proxy is the first stop. The Security tab manages browsing zones, and Content holds certificate management — know those by name, but the proxy scenario is the workhorse question.
Devices and Printers
Devices and Printers lists connected hardware — printers, scanners, monitors, external drives — in one view. Its most-tested action is right-clicking a printer and choosing Set as default printer. The default printer is the one Windows automatically targets when a user prints without explicitly picking a device, so an office worker complaining that “print jobs go to the wrong printer” is really asking for a default-printer change. From the same right-click menu you can open the print queue, printer properties, and troubleshooting options. Note that Windows 10/11 also offers a “Let Windows manage my default printer” toggle in Settings that switches the default to the last printer used; turn it off if you want a fixed default.
System
The System applet is the one-stop identity page for a computer: it shows the computer name, whether the machine belongs to a workgroup or an Active Directory domain, the installed Windows edition, and the activation status, and it links directly to Device Manager, remote settings, and advanced system properties. On current builds it opens the Settings > System > About page, but the exam still treats “System” as the Control Panel answer for any question about viewing the computer name, joining a domain or workgroup, or confirming edition and activation in one place. The Rename this PC (Advanced) / System Properties dialog is where domain and workgroup membership changes actually happen.
Mail (Microsoft Outlook)
The Mail applet appears only after Microsoft Outlook (classic desktop version) is installed, and it manages Outlook profiles — the containers that hold account settings, data file locations, and server configuration. Its three buttons are E-mail Accounts, which opens Account Settings to add or modify email accounts; Data Files, for PST/OST management; and Show Profiles, for creating or switching whole profiles. When a question asks how to add a POP3 or IMAP account through the Control Panel, the answer is the Mail applet’s E-mail Accounts button. Post Office Protocol 3 (POP3) downloads mail to the local machine, while Internet Message Access Protocol (IMAP) keeps it synchronized on the server — the account type is chosen during this setup. For a deeper protocol comparison, see IMAP vs POP3.
Sound
The Sound applet (mmsys.cpl) has Playback, Recording, Sounds, and Communications tabs. The Recording tab is the fix for the classic “my headset mic doesn’t work in calls” ticket: the headset is connected, Windows sees it, but a different microphone — often the laptop’s built-in array mic — is set as the default recording device. Right-click the headset microphone and choose Set as Default Device. The Playback tab works the same way for output: wrong default speaker means audio plays from the wrong place. Levels, exclusive-mode settings, and per-device properties live behind each device’s Properties button.
Indexing Options
Windows Search returns near-instant results because it queries a prebuilt index rather than crawling the disk on every search. Indexing Options controls which locations feed that index. By default it covers user profile folders, the Start menu, and offline files — not secondary drives. When a user says search “can’t find” files that clearly exist on a D: drive folder, open Indexing Options, click Modify, and check the folder to add it to the indexed locations. The Advanced button offers a full index rebuild, the standard fix when search results are stale or corrupted. How Explorer searches locations outside the index is tuned separately, on the Search tab of File Explorer Options.
Control Panel vs Settings
Microsoft’s direction of travel is the Settings app, and many applets now redirect there. As a technician you need both mental maps: Settings for display, Windows Update, default apps, and most Windows 11 daily configuration, and Control Panel for the legacy applets above. The Windows Settings app guide covers the Settings side of that split.
How the 220-1202 exam tests this
- Symptom-to-applet matching. A scenario describes one machine that reaches internal shares but no external websites while peers browse fine, then asks which Internet Options tab to check — the answer hinges on knowing the proxy lives under Connections.
- “Which applet” identification. A question lists a cluster of information — computer name, domain membership, edition, activation — and asks which single applet shows it all (System), or asks where to set a default recording device (Sound, Recording tab).
- Button-level knowledge. Expect at least one question that goes a level deeper than the applet name, such as which Mail applet button adds an email account (E-mail Accounts) or which Indexing Options button adds a folder (Modify).
- Default-device scenarios. A user’s print jobs or audio go to the wrong device; the credited answer is setting the correct default in Devices and Printers or Sound rather than reinstalling drivers.
Applet matching is pure recall — drill it with practice questions until each scenario names its applet on sight.
Quick reference
- Internet Options > Connections > LAN settings = system proxy; bad proxy blocks external sites but not internal shares.
- Devices and Printers: right-click > Set as default printer fixes “prints to the wrong printer.”
- System shows computer name, workgroup/domain, edition, and activation, and links to Device Manager.
- Mail applet (exists only with Outlook installed): E-mail Accounts adds/modifies accounts; Show Profiles manages profiles.
- Sound > Recording tab sets the default microphone; Playback tab sets default output.
- Indexing Options > Modify adds folders to the Windows Search index; Advanced rebuilds it.
- Launch applets directly:
inetcpl.cpl,mmsys.cpl,appwiz.cpl,control printers.