Applications, Processes & Services 💡— Keeping Systems Running Smoothly ⚙️🔧
In the previous part of Accounts & Access, we explored how operating systems manage user accounts, permissions, and access controls to keep data safe and organized. 👉 Accounts & Access 👥🔐
Now, in this part, we shift focus from who uses the system to what keeps it running. We’ll dive into how an operating system handles applications, processes, and services — the essential elements working behind the scenes to ensure your computer runs efficiently.
From launching your favorite apps to managing background tasks and critical system services, this section will help you understand how the OS seamlessly juggles these operations to deliver smooth performance every day.
🧩 Application Management — Making Computers Truly Useful 💻✨
Applications are what make computers come alive. Some help us stay productive—like word processors, spreadsheets, or browsers—while others entertain us with music, videos, and games, or protect our data with security tools.
Within an operating system, administrators (and sometimes users) can install, modify, update, or remove applications as needed. When you install an application in Windows, it doesn’t just place files on your computer—it also makes important system changes, including updates to a critical Windows database called the Registry.
The Windows Registry is like the brain of the operating system 🧠—it stores all system and application settings. Without it, Windows wouldn’t function properly.

If you ever need to uninstall, change, or repair an existing application, the right way to do it is through the Programs and Features tool in Control Panel.
To access it:
- Open Control Panel
- Click Programs and Features
- Select the program you want to modify, and choose Uninstall, Change, or Repair
💡 Tip: Avoid manually deleting application folders—you could leave behind registry entries or system files that cause problems later. Always use the OS tools to manage software safely.
⚙️ Process Management — How the OS Keeps Everything Running Smoothly 🧠💻
Nearly every program running on your computer — from your browser to your antivirus — runs as a process. This includes system operations, background tasks, and active applications. The reason it’s designed this way is control and stability. Each process operates in its own space, allowing the operating system to manage access to system resources (such as CPU and memory) at a granular level.
If Windows were to run as a single, giant process, a minor glitch could cause the entire system to crash. By breaking tasks into separate processes, Windows ensures that even if one process fails, others can continue running without bringing the whole computer down.
A common misconception:
Many people think that if no apps are open, nothing is running on their computer. In reality, dozens of background processes are always active — helping the OS perform its essential duties quietly behind the scenes. That’s where the Task Manager comes in. It’s a built-in Windows utility that shows you everything running on your computer — both visible applications and background processes.

How to Open Task Manager 🪟
You can open Task Manager in several ways:
- 🔍 Type Task Manager into the Windows search box and click it when it appears
- ⌨️ Press Ctrl + Alt + Del, then click Task Manager
- ⌨️ Press Ctrl + Shift + Esc
- ⌨️ Press Windows Key + X, then click Task Manager
- 🖱️ Right-click the Taskbar, then select Task Manager
Once open, you’ll see a list of apps and background processes, along with how much CPU, memory, disk, and network each one is using.
💡 This view helps you quickly identify if a program is using too many resources — for example, if a browser tab is consuming high CPU or memory, your computer may slow down or the fan might start spinning loudly.
If something is “hogging” your CPU or memory (meaning it’s using more than its fair share of resources), you can select it and click End Task to close it immediately. This action is also called “killing a process.”
⚠️ Caution:
Only end a task if you’re sure what it does. For example, ending Google Chrome may close your open tabs (and you might lose unsaved work), but ending a system process like Windows Explorer or Network Service can make your computer behave strangely. If that happens, don’t worry — simply restart your computer, and Windows will restore all essential processes automatically.
Scheduling Tasks 🕓

Windows also allows you to schedule processes or applications to run automatically using the Task Scheduler app.
To open it:
- Type Task Scheduler in the Windows search box
- Select it from the menu.
You can use it to automate routine actions like:
- Launching specific applications at startup
- Running system backups 🗂️
- Performing antivirus scans 🧰
Each scheduled task can have:
- Triggers – When it should start (e.g., daily at 9 AM)
- Actions – What it should do (e.g., open a program or run a script)
- Conditions – Requirements such as “only run when the system is idle”
- Settings – Extra controls for task behavior
Exercise: Creating a Task with Task Scheduler (Windows 11)
We’ll create a simple task that opens Notepad at a set time every day.
Option A — Quick setup with Create Basic Task

- Open Task Scheduler
Press Win → type Task Scheduler → Enter. - Start the wizard
In the right Actions pane, click Create Basic Task…. - Name & describe
- Name: Daily Notepad Reminder
- Description (optional): Opens Notepad every day at 9:00 AM.
Click Next.
- Choose the trigger (when it runs)
- Select Daily → Next.
- Set Start date/time (e.g., today at 9:00 AM).
- Recur every: 1 day → Next.
- Choose the action (what it does)
- Select Start a program → Next.
- Point to the program
- Program/script: notepad.exe
(If you’re starting another app, browse to its .exe) → Next.
- Program/script: notepad.exe
- Confirm & finish
Review the summary → Finish. - Test it immediately
In the center list, find Daily Notepad Reminder, right-click → Run.
✅ Notepad should open.
(Stop test: close Notepad.)

Verify, Monitor, and Edit
- Where to find it: Task Scheduler Library (left pane).
- Enable History: In the Actions pane, click Enable All Tasks History to see detailed logs.
- Edit later: Right-click task → Properties (change time, program, triggers, etc.).
- Disable/Delete: Right-click → Disable (keep for later) or Delete (remove).
🧰 Service Management — The Hidden Workers of Windows ⚙️💻

Windows extends its functionality through services — small software packages that quietly run in the background and provide additional features or support for applications.
Think of services as background helpers that keep things running smoothly without direct user interaction. For example, when you print a document, it’s not just your printer or the app doing the job — it’s the Print Spooler service in Windows that manages the entire printing process. It temporarily stores your print jobs, sends them to the printer one by one, and ensures everything runs in order.
A typical computer may have dozens of services running at any given time. Some services are always active (such as networking or antivirus services), while others remain idle, waiting for a trigger — such as connecting a device or starting an application — before jumping into action.
Viewing Services in Task Manager 🪟
The easiest way to see all the services on your computer is through the Services tab in Task Manager:
- Open Task Manager (Press Ctrl + Shift + Esc)
- Click on the Services tab
- You’ll see a list of services along with their Status (Running or Stopped)
Just like with processes, if you’re unsure what a service does, don’t modify or stop it. Stopping essential system services can cause programs or hardware to malfunction. If you do need to manage a service, right-click it and choose Start, Stop, or Restart from the context menu.

🧩 Using the Services Management Console
For a more detailed view, you can open the Services Management Console:
- Press Windows Key + R
- Type services.msc and press Enter
This opens a window listing all services with descriptions, startup types, and current statuses. You can:
- Start or stop services using the buttons on the toolbar
- Right-click any service for more options
- Double-click a service to open its Properties window, where you can adjust how and when it starts (e.g., Automatic, Manual, or Disabled)
💡 Tip: Some services depend on others. If you stop one, you might unintentionally affect another. Always check the Dependencies tab in the Properties window before making changes.
Wrapping Up 🏁
From managing applications that make our computers useful to overseeing processes and services that keep everything running behind the scenes, we’ve now explored how the operating system maintains order and stability. Each of these elements—apps, processes, and services—plays a critical role in ensuring your computer operates efficiently and securely. Understanding how they work helps you troubleshoot issues, optimize performance, and appreciate the complex orchestration happening beneath the surface every time you press “power on.”
But the OS’s job doesn’t stop here! . In the next article, we’ll dive deeper into how the operating system manages hardware devices, storage, and command-line utilities that give administrators and power users even more control. 👉 Devices & Drives
This article is part of the Operating Systems Series — where we explore how OS power and shape the world of computing. If you’d like to know what operating systems are and why they matter, check out the main article: 👉 — Operating Systems: The Hidden Power