The Windows Operating System is used by millison of people worldwide and is endlessly configurable. In this section, we look at the main components of the OS and some fundamental troubleshooting steps. There is also a section on specific issues and how to resolve them.
The operating system consists of a number of programs and services that run on a device so humans can interact with and use the device. The OS manages everything, such as hardware resources, internet connections, security features, and updates, just to name a few. It manages all the memory, software, hardware, and processes running on the device.
The OS does things like take input from the keyboard, manipulate programs based on those inputs (like add words to an email), and then perform an action, (like send that data to the router so it can be sent across the world wide web).
There are a few major operating systems that are commonly used:
Our power washing services include cleaning exterior surfaces such as decks, patios, driveways, and siding, to remove dirt, mold, and other stains. To make it easier to understand Windows, we can break it into three logical parts; the applications we interact with, the system services that coordinate functionality and the kernel that gives commands to the CPU.
We are going to explore the components from the bottom up, in the same order as the OS boots up when you turn on the device:
Operate System kernel: the kernel takes OS requests from system services and translates those into instructions that are passed to the individual hardware devices inside the computer, like the CPU and memory. This level also has low-level device drivers that provide the instructions to the hardware devices, like keyboard, mouse and USB drivers on how to function. Use Device Manager to manage drivers.
System services: software that interacts with other software components to coordinate them. This provides higher level functions that require multiple systems to work together. A good example is the virtual memory manager. It works with the installed RAM and dynamically sets aside memory for applications to use, this improves overall system performance. This happens as a background process in Windows. Use the Microsoft Management Console (MMC) to manage system services.
Apps: the software interface(s) that the user interacts with, like Word, Outlook, Paint, and the Chrome web browser, for example. The person using the computer starts and stops the applications based on what they are trying to accomplish. The system services then coordinates the user input and other services to perform the requested task, like save and close a document.
We offer appliance installation services, including refrigerators, ovens, dishwashers, and more, ensuring proper installation and functionality.
the registry is a hierarchical database that stores user and computer configuration settings. For example, it retains what image you set for your background. The registry holds the run-time and environmental settings used by applications and hardware devices. Registry keys hold things like the file path to an executable, server names and OS settings.
***Important: changes made to the registry take effect immediately and there is no undo button! It is best practice to export the registry before you make changes, so you can reimport it if needed.