Question

Difficulty: MediumWindows OS Editions and Basic Features

A desktop technician is setting up new client computers for a medical clinic's billing department. According to company policy, system configurations must be adjusted using the Local Group Policy Editor (gpedit.msc). However, when the technician attempts to launch the snap-in on the newly unboxed systems, Windows displays an error indicating that the specified file cannot be found. Which of the following is the most likely cause of this issue?

  1. The computers are pre-installed with Windows Home edition, which does not include the Local Group Policy snap-in.Answer
  2. B
    The computers are running Windows Pro edition with User Account Control disabled.
  3. C
    The operating system image has missing or corrupted system files that require running an sfc /scannow command.
  4. D
    The computers must be joined to an Active Directory domain before local management MMC consoles can be initialized.

Answer

The computers are pre-installed with Windows Home edition, which does not include the Local Group Policy snap-in.
The Local Group Policy Editor (gpedit.msc) is an administrative snap-in available only in Windows Professional, Enterprise, and Education editions. Computers running Windows Home edition lack this tool natively, resulting in a file not found error when attempting to run it.

Step-by-Step Solution

1
Identify the requested tool and operating system feature boundary
The user is attempting to run gpedit.msc (Local Group Policy Editor).
Local Group Policy management is an advanced management utility.
2
Evaluate feature availability across Windows OS editions
Windows Home edition does not include gpedit.msc, Active Directory domain join, or RDP Host capabilities, whereas Pro and Enterprise editions include them.
OEM systems shipped with Windows Home edition lack the binaries for centralized/policy management tools.
3
Determine the root cause of the missing file error
The missing file error indicates the feature is absent from the installed edition of Windows.
Upgrading the OS to Windows Pro is required to natively access the Local Group Policy Editor.

Key Concept

Windows Edition Feature Restrictions and Management Tools
Rate this question