Windows Control Panel Commands
Quick access to Windows Control Panel applets and management consoles using .cpl and .msc commands via the Run dialog (Win + R).
Control Panel Applets (.cpl)
Quick Reference
| Command | Opens | Description |
|---|---|---|
control | Control Panel | Main Control Panel window |
sysdm.cpl | System Properties | Computer name, domain, hardware |
ncpa.cpl | Network Connections | Network adapters and connections |
appwiz.cpl | Programs and Features | Uninstall or change programs |
desk.cpl | Display Properties | Display settings |
firewall.cpl | Windows Firewall | Firewall configuration |
inetcpl.cpl | Internet Options | Internet Explorer settings |
timedate.cpl | Date and Time | Time zone and clock settings |
mmsys.cpl | Sound | Sound playback and recording devices |
powercfg.cpl | Power Options | Power plans and sleep settings |
All Control Panel Applets
Display and Personalization
| Command | Opens |
|---|---|
desk.cpl | Display Properties |
dpiscaling | Display (DPI Scaling) |
colorcpl | Color Management |
fonts | Fonts folder |
Hardware and Sound
| Command | Opens |
|---|---|
mmsys.cpl | Sound |
joy.cpl | Game Controllers |
hdwwiz.cpl | Add Hardware Wizard |
irprops.cpl | Infrared |
tabletpc.cpl | Pen and Touch |
Network and Internet
| Command | Opens |
|---|---|
ncpa.cpl | Network Connections |
inetcpl.cpl | Internet Options |
firewall.cpl | Windows Firewall |
System and Security
| Command | Opens |
|---|---|
sysdm.cpl | System Properties |
powercfg.cpl | Power Options |
firewall.cpl | Windows Firewall |
wscui.cpl | Security and Maintenance |
bthprops.cpl | Bluetooth Settings |
User Accounts
| Command | Opens |
|---|---|
userpasswords | User Accounts |
netplwiz | User Accounts (Advanced) |
credwiz | Credential Manager |
Programs
| Command | Opens |
|---|---|
appwiz.cpl | Programs and Features |
Hardware
| Command | Opens |
|---|---|
main.cpl | Mouse Properties |
telephon.cpl | Phone and Modem |
Regional and Language
| Command | Opens |
|---|---|
intl.cpl | Region |
timedate.cpl | Date and Time |
Ease of Access
| Command | Opens |
|---|---|
access.cpl | Ease of Access Center |
utilman | Utility Manager |
Management Consoles (.msc)
Quick Reference
| Command | Opens | Description |
|---|---|---|
devmgmt.msc | Device Manager | Manage hardware devices |
compmgmt.msc | Computer Management | Comprehensive system management |
services.msc | Services | Manage Windows services |
diskmgmt.msc | Disk Management | Manage disk drives and partitions |
eventvwr.msc | Event Viewer | View system and application logs |
perfmon.msc | Performance Monitor | Monitor system performance |
taskschd.msc | Task Scheduler | Schedule automated tasks |
gpedit.msc | Group Policy Editor | Edit local group policies (Pro/Enterprise) |
lusrmgr.msc | Local Users and Groups | Manage users and groups (Pro/Enterprise) |
certmgr.msc | Certificate Manager | Manage certificates |
All Management Consoles
System Management
| Command | Opens |
|---|---|
compmgmt.msc | Computer Management |
devmgmt.msc | Device Manager |
eventvwr.msc | Event Viewer |
services.msc | Services |
taskschd.msc | Task Scheduler |
msconfig | System Configuration |
perfmon.msc | Performance Monitor |
resmon | Resource Monitor |
Disk and Storage
| Command | Opens |
|---|---|
diskmgmt.msc | Disk Management |
cleanmgr | Disk Cleanup |
dfrgui | Defragment and Optimize Drives |
Security and Certificates
| Command | Opens |
|---|---|
certmgr.msc | Certificate Manager (User) |
certlm.msc | Certificate Manager (Local Computer) |
secpol.msc | Local Security Policy |
tpm.msc | Trusted Platform Module (TPM) |
User and Group Management
| Command | Opens |
|---|---|
lusrmgr.msc | Local Users and Groups |
azman.msc | Authorization Manager |
Group Policy
| Command | Opens |
|---|---|
gpedit.msc | Local Group Policy Editor |
rsop.msc | Resultant Set of Policy |
Network
| Command | Opens |
|---|---|
wf.msc | Windows Firewall with Advanced Security |
Windows Features
| Command | Opens |
|---|---|
optionalfeatures | Windows Features |
dcomcnfg | Component Services |
odbcad32 | ODBC Data Source Administrator |
Printing
| Command | Opens |
|---|---|
printmanagement.msc | Print Management |
Remote Desktop
| Command | Opens |
|---|---|
tsmmc.msc | Remote Desktop Services Manager |
How to Use
Via Run Dialog
- Press
Win + R - Type the command (e.g.,
ncpa.cpl) - Press Enter
Via Command Prompt
cmd
control ncpa.cpl
devmgmt.mscVia PowerShell
powershell
control ncpa.cpl
devmgmt.mscVia Start Menu Search
Just type the command in the Start menu search.
Common Use Cases
Network Configuration
Win + R → ncpa.cpl- View and configure network adapters
- Enable/disable network connections
- View connection properties
System Properties
Win + R → sysdm.cpl- Change computer name
- Join domain or workgroup
- Configure system protection
- View hardware information
Uninstall Programs
Win + R → appwiz.cpl- Uninstall applications
- View installed updates
- Turn Windows features on/off
Manage Services
Win + R → services.msc- Start/stop Windows services
- Configure service startup type
- View service dependencies
Device Management
Win + R → devmgmt.msc- Update drivers
- Disable/enable devices
- Troubleshoot hardware issues
Disk Management
Win + R → diskmgmt.msc- Create/delete partitions
- Format drives
- Assign drive letters
- Extend/shrink volumes
View System Logs
Win + R → eventvwr.msc- Check for system errors
- View application logs
- Monitor security events
Windows 11 Settings
Many Control Panel items are being migrated to Windows Settings (Win + I). Some settings are now only available in the new Settings app.
Open Specific Settings
Win + R → ms-settings:<section>Examples:
ms-settings:network
ms-settings:display
ms-settings:bluetooth
ms-settings:sound
ms-settings:personalizationTroubleshooting
Command Not Found
- Some
.mscconsoles are not available in Windows Home edition (e.g.,gpedit.msc,lusrmgr.msc) - Ensure you're running the command with appropriate permissions
- Some features require administrator privileges
Access Denied
- Right-click Start menu
- Select "Windows Terminal (Admin)" or "PowerShell (Admin)"
- Run the command from the elevated prompt
Opening as Administrator
cmd
runas /user:Administrator "mmc devmgmt.msc"Or:
- Press
Win + X - Select "Windows Terminal (Admin)"
- Run the command
See Also
- Windows System Shortcuts - Keyboard shortcuts and Run commands
- Windows Environment Variables - System variables
- Linux Service Management - Linux service commands for comparison