Windows Configuration and Management

Help Desk Ticket #1024

Incoming Ticket

Subject: System crashes and slow performance during video rendering.
User: Alex Chen, Creative Dept.
Description: "My computer has been freezing up every time I try to export a video. Sometimes it just restarts without warning. Also, I can't seem to update my graphics driver—it says I don't have permission."

Welcome to your shift at the IT Help Desk. We've just received a high-priority ticket from Alex Chen in the Creative Department. He's experiencing system crashes and permission errors while rendering video. To solve this, we'll need to dive into the core administrative tools of <span class='highlight'>Windows 10 and 11</span>. Let's get started by exploring the toolkit at your disposal.

The Performance Pulse: Task Manager

Task Manager (Ctrl+Shift+Esc) is your first stop for real-time performance monitoring.

Task Manager is the quickest way to see what's happening under the hood. The Performance tab shows you if the <span class='highlight'>CPU</span> or <span class='highlight'>RAM</span> is being maxed out, which often causes the freezes Alex described. Meanwhile, the Startup tab allows you to stop unnecessary apps from loading when the computer turns on, saving precious resources.

Hardware Control: Device Manager

Device Manager (devmgmt.msc) is the central hub for managing hardware and drivers.

When Alex mentioned he couldn't update his graphics driver, Device Manager is where we would look. A yellow exclamation mark here is a red flag for a driver issue. If a recent update caused the crashes, we could use the 'Driver Rollback' feature to return to a stable version.

Simulation: Investigating the Crash

Alex's PC crashed at 10:15 AM. Use the Event Viewer to find the cause.

  1. Navigate to Windows Logs > System.
  2. Click Filter Current Log.
  3. Check Critical and Error.

Now it's your turn. Let's use the Event Viewer, the system's 'black box,' to see exactly why Alex's computer restarted. First, navigate to the System logs under Windows Logs. Then, filter the log to show only Critical and Error entries so we can find the culprit. Great work. Look at that entry at 10:15 AM: 'Kernel-Power'. This confirms an unexpected shutdown. Now we have a specific error to troubleshoot.

Settings vs. Control Panel

Microsoft is migrating features to the Settings App (Win + I), but the Control Panel remains for advanced tasks.

In Windows 10 and 11, management is split. The modern Settings App is your primary choice for updates and basic networking. However, the legacy Control Panel is still required for advanced tasks like 'Programs and Features' to repair software or manage complex user accounts.

Permissions and Least Privilege

Security relies on the principle of Least Privilege: users only get the access they need.

Why couldn't Alex update his driver? It's likely because he's a Standard User, not an Administrator. User Account Control, or <span class='highlight'>UAC</span>, is the gatekeeper that asks for an admin password when system changes are attempted. Beyond accounts, <span class='highlight'>NTFS (New Technology File System)</span> permissions allow us to decide exactly who can Read, Write, or Modify specific files.

The Security Consultant

A user named 'Sarah' needs to edit files in the 'Marketing' folder but should not be able to delete the folder or change its settings. Which NTFS Permission should you give her?

Let's test your judgment. Sarah needs to work on files, but we must follow the principle of least privilege. Tell me which permission you would assign and why.

Lesson Summary & Exam Prep

Exam Objectives Covered:

Great job today. You've learned how to monitor performance with Task Manager, fix hardware issues in Device Manager, and play detective with Event Viewer. These tools are the bread and butter of the CompTIA A+ exam. Remember: always use the tool that provides the most specific information for the problem at hand. See you in the next lesson!