Windows Control Panel Applets

From PiRho Knowledgebase
Jump to navigationJump to search

Summary:

Windows Control Panel Applets are the administrative utilities used to configure and manage Microsoft Windows. Traditionally these utilities were exposed through the Control Panel, although many remain accessible directly through command-line shortcuts, Microsoft Management Console (MMC) snap-ins, and shell commands.

While modern versions of Windows increasingly favour the Settings application, many advanced configuration options continue to reside within traditional Control Panel applets and administrative consoles. Knowing how to launch these tools directly can significantly improve troubleshooting efficiency and day-to-day system administration.

Context

For many years, the Control Panel served as the primary management interface for Windows operating systems.

Most Control Panel icons are implemented as one of the following:

  • CPL (Control Panel) files
  • Microsoft Management Console (MMC) snap-ins
  • Shell extensions
  • Administrative executables
  • Settings application redirectors

Although Microsoft has gradually migrated functionality into the modern Settings application, experienced administrators still frequently rely on traditional applets because they often expose more advanced options and provide direct access to diagnostic tools.

How Control Panel Applets Work

Most traditional applets are stored within:

C:\Windows\System32

Many are implemented as files with the extension:

.cpl

These can typically be launched from:

  • Run (Win+R)
  • Command Prompt
  • PowerShell
  • Scripts
  • Application shortcuts

For example:

appwiz.cpl

or

control appwiz.cpl

Both open the Programs and Features applet.

Administrative Categories

System Administration

System Properties

sysdm.cpl

Provides access to:

  • Computer Name
  • Domain and Workgroup configuration
  • User Profiles
  • Environment Variables
  • Performance Settings
  • Remote Desktop configuration

A commonly used tool for joining systems to Active Directory domains and configuring advanced system settings.

Computer Management

compmgmt.msc

A consolidated management console providing access to:

  • Event Viewer
  • Shared Folders
  • Local Users and Groups
  • Device Manager
  • Disk Management
  • Services

Often serves as a central starting point for system administration.

Services

services.msc

Allows administrators to:

  • Start services
  • Stop services
  • Configure startup types
  • Review service dependencies
  • Configure recovery actions

One of the most frequently used troubleshooting tools in Windows.

Networking and Connectivity

Internet Properties

inetcpl.cpl

Despite its historical association with Internet Explorer, this applet remains important for:

  • Proxy configuration
  • Security Zones
  • TLS/SSL settings
  • Certificate management
  • Auto-Configuration Scripts (PAC files)
  • Temporary Internet Files

Many enterprise applications still utilise these settings.

Network Connections

ncpa.cpl

Provides direct access to:

  • Ethernet adapters
  • Wireless adapters
  • VPN connections
  • Dial-up connections
  • Network bridges

Useful when troubleshooting network connectivity issues.

Remote Access Phonebook

rasphone

Opens the classic Remote Access interface for:

  • VPN configuration
  • Dial-up networking
  • Connection profile management
  • Authentication settings

Particularly useful when managing legacy VPN technologies.

Windows Firewall

firewall.cpl

Provides access to:

  • Firewall status
  • Allowed applications
  • Inbound and outbound rules
  • Network profiles

An essential tool when investigating connectivity issues.

Advanced Firewall

wf.msc

Provides advanced firewall management including:

  • Detailed firewall rules
  • Connection Security Rules
  • IPSec configuration
  • Monitoring

Generally preferred by administrators over the simplified firewall interface.

User and Security Management

User Accounts

netplwiz

or

control userpasswords2

Provides advanced local account management including:

  • User account administration
  • Group membership
  • Automatic logon configuration

Often overlooked despite its usefulness.

Local Users and Groups

lusrmgr.msc

Provides management of:

  • Local Users
  • Local Groups
  • Account properties
  • Group membership

Available on Professional and Server editions.

Credential Manager

control /name Microsoft.CredentialManager

Used to manage stored credentials for:

  • Windows authentication
  • Mapped drives
  • SharePoint
  • Microsoft 365
  • Remote Desktop

Worth checking whenever authentication behaves unexpectedly.

Local Security Policy

secpol.msc

Provides access to:

  • Password policies
  • Audit policies
  • User rights assignments
  • Security options

Frequently used in enterprise environments.

Hardware Management

Device Manager

devmgmt.msc

Provides:

  • Hardware management
  • Driver installation
  • Driver updates
  • Device diagnostics

An essential troubleshooting tool.

Mouse Properties

main.cpl

Used to configure:

  • Pointer speed
  • Button configuration
  • Wheel behaviour
  • Pointer schemes

Game Controllers

joy.cpl

Allows testing and calibration of:

  • Joysticks
  • Gamepads
  • Flight controls
  • Other input devices

Sound

mmsys.cpl

Provides management of:

  • Playback devices
  • Recording devices
  • Communications devices
  • Audio formats

Commonly used during Teams, Zoom and VoIP troubleshooting.

Storage and Disk Management

Disk Management

diskmgmt.msc

Provides management of:

  • Partitions
  • Volumes
  • Drive letters
  • Storage devices

One of the most useful storage management tools in Windows.

Disk Cleanup

cleanmgr

Used to remove:

  • Temporary files
  • Update cache files
  • Recycle Bin contents
  • System-generated temporary data

Diagnostics and Troubleshooting

Event Viewer

eventvwr.msc

Provides access to:

  • System logs
  • Application logs
  • Security logs
  • Custom logs

Often the first place to investigate unexpected behaviour.

Performance Monitor

perfmon.msc

Used to monitor:

  • CPU usage
  • Memory usage
  • Disk performance
  • Network activity

Useful for performance diagnostics and capacity planning.

Resource Monitor

resmon.exe

Provides real-time visibility into:

  • CPU activity
  • Memory usage
  • Disk activity
  • Network activity

Frequently used alongside Task Manager.

Regional and Accessibility Settings

Region

intl.cpl

Provides configuration for:

  • Date formats
  • Time formats
  • Number formats
  • Language preferences

Particularly useful when testing internationalisation and localisation.

Ease of Access Centre

control access.cpl

Provides accessibility features including:

  • Screen magnification
  • Narrator
  • High contrast themes
  • Keyboard accessibility

Practical Administrative Toolkit

Many administrators maintain a personal list of frequently used shortcuts.

A practical starter set might include:

appwiz.cpl
sysdm.cpl
inetcpl.cpl
ncpa.cpl
services.msc
eventvwr.msc
devmgmt.msc
diskmgmt.msc
compmgmt.msc
wf.msc
netplwiz
rasphone

Keeping these commands close to hand can significantly reduce the time required to navigate Windows administrative interfaces.

Common Pitfalls

Settings Does Not Expose Everything

Many advanced settings continue to reside within:

  • Control Panel
  • MMC consoles
  • Administrative tools
  • Legacy interfaces

Administrators may need to use traditional tools even on modern Windows versions.

VPN Configuration Can Be Split Across Multiple Interfaces

VPN settings may be accessible from:

  • Settings
  • Network Connections
  • RasPhone
  • Third-party VPN software

This can sometimes make troubleshooting confusing.

ODBC Administrator Confusion

Windows contains both 32-bit and 64-bit ODBC administrators.

64-bit:

C:\Windows\System32\odbcad32.exe

32-bit:

C:\Windows\SysWOW64\odbcad32.exe

Using the wrong version frequently causes administrators to believe a DSN is missing.

Modern Redirects

Some legacy applets now redirect to the Settings application.

The behaviour may differ depending upon Windows version and installed updates.

Design Considerations

Microsoft continues to migrate functionality from Control Panel into the Settings application.

However, traditional administrative tools remain important because:

  • Many enterprise features still depend on them
  • Documentation frequently references them
  • Scripts and automation often launch them directly
  • They commonly expose more advanced functionality

For this reason, knowledge of Control Panel applets remains a valuable skill for system administrators, support engineers, and power users.

Quick Reference

Programs and Features

appwiz.cpl

System Properties

sysdm.cpl

Internet Properties

inetcpl.cpl

Network Connections

ncpa.cpl

Remote Access Phonebook

rasphone

Windows Firewall

firewall.cpl

Advanced Firewall

wf.msc

Services

services.msc

Device Manager

devmgmt.msc

Event Viewer

eventvwr.msc

Computer Management

compmgmt.msc

Disk Management

diskmgmt.msc

Performance Monitor

perfmon.msc

Local Users and Groups

lusrmgr.msc

Local Security Policy

secpol.msc

Registry Editor

regedit

Credential Manager

control /name Microsoft.CredentialManager

Related Topics

References

  • Microsoft Windows Documentation
  • Microsoft Management Console Documentation
  • Windows Control Panel Documentation
  • Windows Management Tools Documentation