Additional Windows Tools - CompTIA A+ 220-1102 - 1.3

Understanding System Information in Windows

  • System Information Utility: Accessed via msinfo32.exe at the command line to view detailed information about the system's hardware and software.

    • Sections Available:

      • Hardware Resources:

        • Information about the operating system and installed memory.

        • Details on interrupt settings and any conflicts.

      • Components:

        • Multimedia configurations, display settings, input devices, and network configurations.

      • Software Environment:

        • Lists installed hardware drivers, pending print jobs, and currently running tasks.

Resource Monitor for Real-Time Insights

  • Resource Monitor Utility: Provides a real-time view of CPU, disk, memory, and network usage.

    • Accessed via resmon.exe at the command line.

    • Detailed statistics across different categories for in-depth performance analysis.

Diagnosing with System Configuration

  • System Configuration Utility: Helps boot into Safe Mode and configure startup parameters.

    • Access via msconfig.exe at the command line.

    • Features:

      • Create logs during the boot process.

      • Set specific boot parameters to persist for future startups.

Managing Disk Space with Disk Cleanup

  • Disk Cleanup Utility: Used for clearing unnecessary files to free up disk space.

    • Lists categories of files such as downloaded program files, temporary files, shader caches, and delivery optimization files.

    • Access via cleanmgr.exe in the command line.

    • Shows how much space can be recovered by deleting specific file categories.

Defragmenting Traditional Hard Drives

  • Disk Defragmentation: Consolidates scattered file pieces into contiguous spaces for quicker access.

    • Improves performance of traditional spinning hard drives.

    • Graphical version found in drive properties under "Optimize and Defragment Drive."

    • Command line access with defrag <volume name> (e.g., defrag c:).

SSDs vs. Traditional Hard Drives

  • Solid-State Drives (SSDs): No fragmentation issues or delays; instant file access.

    • SSDs do not require defragmentation like traditional hard drives do.

Scheduled Disk Maintenance

  • Automatic Defragmentation: Windows Task Scheduler handles this regularly (typically weekly) to maintain drive performance.

The Windows Registry Overview

  • Windows Registry: A hierarchical database containing configuration settings for Windows and its applications.

    • Accessed via Regedit in the command line.

    • Contains vital system information, including the Windows kernel and device drivers configurations.

Modifying the Registry

  • Changes may need to be made during troubleshooting at the direction of Microsoft or third parties.

    • Best Practice: Always back up the current state of the registry section before making changes to prevent potential system issues.

    • Changes can be made by double-clicking items in the Registry Editor and modifying stored values.