
Whether you’re an IT pro, developer, or just a Windows enthusiast, knowing the right commands can save time, troubleshoot issues, and unlock hidden features. This guide covers 50+ essential Windows commands to control, optimize, and secure your system like a pro.
Faster than GUI – No clicking through menus.
Automate tasks – Use in scripts for efficiency.
Fix system issues – Repair errors without third-party tools.
Access hidden tools – Unlock advanced Windows features.
Let’s break them down into key categories.
services.msc – Manage Running Services
What it does: Opens Windows Services Manager (start/stop background processes).
Example:
Stop Windows Update temporarily if it’s slowing down your PC.
taskschd.msc – Task Scheduler
What it does: Automate tasks (run scripts, programs at set times).
Example:
Schedule a daily backup script at midnight.
diskmgmt.msc – Disk Management
What it does: Manage partitions, format drives, assign letters.
Example:
Extend your C: drive if it’s running out of space.
devmgmt.msc – Device Manager
What it does: Check hardware drivers (update/disable devices).
Example:
Fix a Wi-Fi adapter that’s not working.
msconfig – Startup & Boot Manager
What it does: Control startup programs & boot options.
Example:
Disable unnecessary startup apps to speed up boot time.
perfmon.msc – Performance Monitor
What it does: Track CPU, RAM, disk usage in real-time.
Example:
Find out which app is slowing down your PC.
secpol.msc – Local Security Policies
What it does: Configure password rules, user permissions.
Example:
Enforce stronger passwords on a work PC.
gpedit.msc – Group Policy Editor
What it does: Customize Windows settings (Pro/Enterprise only).
Example:
Disable USB drives for security.
appwiz.cpl – Uninstall Programs
What it does: Opens Programs and Features.
Example:
Remove bloatware pre-installed by manufacturers.
control folders – Folder Options
What it does: Configure file explorer settings.
Example:
Show hidden files (useful for troubleshooting).
sysdm.cpl – System Properties
What it does: Check PC name, performance settings.
Example:
Change computer name in a work network.
firewall.cpl – Windows Firewall
What it does: Manage inbound/outbound traffic rules.
Example:
Block a suspicious app from accessing the internet.
powercfg.cpl – Power Options
What it does: Adjust battery/power plans.
Example:
Set high performance mode for gaming.
ipconfig – IP Address Check
What it does: Shows IP, DNS, gateway.
Example:
ipconfig /release → ipconfig /renew (fixes no internet issues).
ncpa.cpl – Network Adapters
What it does: Manage Wi-Fi/Ethernet connections.
Example:
Disable Wi-Fi when using Ethernet.
ping google.com – Test Connectivity
What it does: Checks if a website/server is reachable.
Example:
If ping fails, your internet is down.
tracert google.com – Network PathWhat it does: Shows route data takes to reach a server.
Example:
Find where internet slowdowns happen.
netsh wlan show profiles – Saved Wi-Fi PasswordsWhat it does: Lists all stored Wi-Fi networks.
Example:
netsh wlan show profile name="WiFiName" key=clear → reveals password.
dxdiag – Hardware Diagnostics
What it does: Checks GPU, sound, DirectX issues.
Example:
Diagnose game crashes due to missing drivers.
eventvwr.msc – Event Viewer
What it does: Logs system errors, warnings.
Example:
Find why Windows crashed last night.
sfc /scannow – System File Checker
What it does: Scans & repairs corrupted Windows files.
Example:
Fix Blue Screen of Death (BSOD) errors.
chkdsk /f – Disk Error Repair
What it does: Fixes hard drive errors.
Example:
Run if your PC freezes often.
cleanmgr – Disk Cleanup
What it does: Deletes temporary files, cache.
Example:
Free up 10GB+ of space in minutes.
%temp% – Clear Temp FilesWhat it does: Opens temporary files folder (safe to delete).
mstsc – Remote DesktopWhat it does: Connect to another PC remotely.
shutdown /r /t 0 – Instant Restart
What it does: Reboots PC immediately.
notepad – Quick NotesWhat it does: Opens Notepad in seconds.
These 50+ Windows commands help you: Fix errors without software
Optimize performance
Automate tasks
Access hidden tools