openskills.info
Windows Fundamentals logoOpen Course

Windows Fundamentals

Windows is a family of operating systems that connects applications and user accounts to a computer's processor, memory, storage, network, and devices. Its desktop tools expose that system while background services, drivers, permissions, updates, and recovery features keep it working.

itWindows and Microsoft infrastructure

Don't Panic — Windows Fundamentals

Windows is the operating system that sits between your applications and your hardware, scheduling processor work, assigning memory, storing files, controlling devices through drivers, and deciding whether an account may perform a requested operation. Before this course, most people experience it as the place where the Start menu lives. It is actually a much more interesting system with a clear architecture underneath the desktop.

The load-bearing mental model is seven parts. An account signs in and receives an access token representing its identity and group memberships. Applications run as processes, each with private virtual memory and one or more threads. services handle background work through the Service Control Manager. User mode restricts ordinary applications; kernel mode gives drivers and core components wider access, which is why a faulty driver can take down the whole machine while a broken application stays contained. NTFS stores files and permissions. The Registry stores configuration. Windows Update maintains trusted system components.

The real surprise is what happens before you ever touch the mouse. Firmware initializes the computer. Windows Boot Manager loads the operating system. The kernel and essential drivers start. Services follow. Authentication creates a session. Explorer builds the desktop. This matters because a failure before sign-in points to boot, storage, or driver state, while a failure after sign-in but only for one user points to that profile's settings. Knowing where the break occurs tells you which tool to reach for first.

The most useful first step in any Windows problem is to observe before changing. Record what failed and when. Check whether the effect is limited to one account, one application, one device, or one network path. Identify the most recent change. Apply the smallest reversible correction. Then retest the original symptom. A forced restart or broad permission change may remove evidence without resolving the cause, which is exactly the opposite of what you want from a diagnostic step.

For the map of identity, processes, services, drivers, files, configuration, updates, and recovery, read the Introduction and Slides. Use the Cheatsheet when you need the comparison tables and failure-triage order. The Practice tab turns diagnostic tools such as Task Manager, Event Viewer, and Device Manager into hands-on exercises. Field Notes covers the operational decisions that make a correct diagnostic output useful instead of merely decorative.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources