220-1102Chapter 1 of 131Objective 1.1

Windows Editions and Features

This chapter covers Windows 10 and 11 editions and features, a core topic for CompTIA A+ 220-1102 exam domain 1.0 (Operating Systems), specifically objective 1.1. Understanding the differences between Home, Pro, Pro Workstation, Enterprise, and Education editions is critical for selecting the right OS for a given scenario, troubleshooting upgrade paths, and identifying feature availability. Approximately 10-15% of exam questions touch on edition-specific features, upgrade paths, or licensing considerations. This chapter provides the detailed knowledge needed to answer those questions correctly.

25 min read
Intermediate
Updated May 31, 2026

Windows Editions as Car Trim Levels

Think of Windows editions like car trim levels from the same manufacturer. The base model (Windows Home) gets you the essentials: engine, steering wheel, seats, and basic safety features. It's perfect for everyday commuting—web browsing, email, office apps. The mid-range trim (Windows Pro) adds extras like a more powerful engine (BitLocker encryption for data protection), a better suspension (Hyper-V for running virtual machines), and a GPS system (Remote Desktop for accessing your car from afar). The top-of-the-line trim (Windows Enterprise) includes everything from Pro plus a built-in navigation system (DirectAccess for seamless corporate network access), a premium sound system (AppLocker for controlling which apps run), and a concierge service (Windows To Go for booting from USB). Just as you wouldn't buy a race car for grocery shopping, you wouldn't deploy Enterprise on a home user's PC. The underlying chassis—the Windows kernel—is the same across editions; the differences are in which features are unlocked. A feature like BitLocker is physically present in Home's code but disabled via licensing. Microsoft checks the edition key at installation and during upgrades to enable or disable specific feature sets. This modular approach allows Microsoft to serve everyone from casual users to global enterprises from a single codebase.

How It Actually Works

What Are Windows Editions and Why Do They Exist?

Windows 10 and Windows 11 are not a single product but a family of editions tailored to different market segments. Microsoft uses a common codebase (the OneCore unified core) for all editions, then enables or disables features based on the edition's product key. This approach reduces development and maintenance costs while allowing customers to pay for only the features they need.

The editions you need to know for the 220-1102 exam are: - Windows 10/11 Home: For home users. Lacks advanced security and management features. - Windows 10/11 Pro: For small businesses and power users. Adds BitLocker, Remote Desktop (host), Hyper-V, Group Policy management, and Windows Sandbox. - Windows 10/11 Pro Workstation: For high-performance workstations (e.g., with Intel Xeon or AMD Opteron processors). Adds ReFS (Resilient File System), persistent memory, and faster file sharing (SMB Direct). - Windows 10/11 Enterprise: For large organizations with volume licensing. Includes all Pro features plus AppLocker, DirectAccess, BranchCache, Windows To Go (Windows 10 only), and UE-V (User Experience Virtualization). - Windows 10/11 Education: Essentially Enterprise with academic licensing. Features are identical to Enterprise, but licensing restricts use to educational institutions. - Windows 10/11 Pro Education: A variant of Pro for academic users, with Cortana disabled by default. - Windows 10/11 Pro for Workstations: Special edition for high-end hardware with support for up to 4 CPUs and 6 TB RAM (vs. 2 CPUs and 2 TB in Pro).

How Edition Licensing Works Internally

When you install Windows, the setup media contains all edition files. The edition you get is determined by the product key entered during installation. If no key is entered, Windows installs in a trial mode (usually Pro) and later requires activation. The edition is stored in the registry at:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EditionID

This value is checked by the Windows licensing service (slui.exe) and by features that require a specific edition. For example, Hyper-V checks if the edition is Pro or higher before enabling the Hyper-V Platform feature.

Upgrading from one edition to another (e.g., Home to Pro) is possible via an Anytime Upgrade (Windows 10) or by entering a new product key in Settings > Update & Security > Activation (Windows 10/11). The upgrade process downloads a new license file and enables the additional features without reinstalling the OS. Downgrading is not supported; you must perform a clean installation.

Key Edition-Specific Features and Their Exam Relevance

#### BitLocker Drive Encryption - Available in: Pro, Pro Workstation, Enterprise, Education (not Home) - BitLocker encrypts the entire Windows volume using AES encryption (128-bit or 256-bit). It requires a Trusted Platform Module (TPM) version 1.2 or higher. Without a TPM, you can enable BitLocker via Group Policy but must use a USB startup key. - Exam trap: Candidates often think BitLocker is available in Home. It is not. Some may confuse BitLocker with Device Encryption, which is available on some Home devices with modern hardware (e.g., Surface tablets). Device Encryption is a lighter version that encrypts the OS drive automatically if the device supports InstantGo (Modern Standby).

#### Remote Desktop (RDP) – Host - Available in: Pro, Pro Workstation, Enterprise, Education (not Home) - Home edition can only connect to remote desktops (client), not host them. This is a common exam question: "Which edition allows you to remote into your PC from another device?" Answer: Pro or higher.

#### Hyper-V - Available in: Pro, Pro Workstation, Enterprise, Education (not Home) - Hyper-V is a Type 1 hypervisor that runs on top of Windows. It requires a 64-bit processor with SLAT (Second Level Address Translation) and at least 4 GB RAM. Home edition cannot install Hyper-V. - Exam trap: Some candidates think Hyper-V is available in Home because the feature list shows it. However, the option to add Hyper-V is grayed out in Home.

#### Windows Sandbox - Available in: Pro, Pro Workstation, Enterprise, Education (not Home) - A lightweight desktop environment to run untrusted applications in isolation. Uses hardware virtualization. Requires AMD or Intel virtualization extensions.

#### Group Policy Management - Available in: Pro, Pro Workstation, Enterprise, Education (not Home) - Home edition cannot edit local or domain Group Policy (gpedit.msc). This is a common exam distinction: "Which tool is missing in Home?" Answer: Local Group Policy Editor.

#### AppLocker - Available in: Enterprise, Education (not Home, Pro, or Pro Workstation) - AppLocker allows administrators to control which applications users can run based on publisher, path, or hash. It is more granular than Windows Defender Application Control (WDAC) which is available in all editions.

#### DirectAccess - Available in: Enterprise, Education (not Home, Pro, or Pro Workstation) - DirectAccess provides seamless, automatic remote access to corporate networks without a VPN. It requires Windows Server 2012 or later on the server side. DirectAccess is being replaced by Always On VPN in newer deployments.

#### BranchCache - Available in: Enterprise, Education (not Home, Pro, or Pro Workstation) - BranchCache optimizes WAN bandwidth by caching files and web content from branch office servers on local clients.

#### Windows To Go (Windows 10 only, removed in Windows 11) - Available in: Enterprise, Education (Windows 10) - Allows booting Windows from a USB drive. Requires a certified USB 3.0 drive of at least 32 GB. This feature was deprecated in Windows 10 version 2004 and is not present in Windows 11.

Upgrade Paths and Licensing

Understanding upgrade paths is crucial for the exam. You can upgrade from:

Home to Pro (any version)

Pro to Enterprise (via volume licensing)

Pro to Pro Workstation (any version)

Enterprise to Education (or vice versa, but only via reimaging)

You cannot upgrade from Home directly to Enterprise; you must first go to Pro, then to Enterprise. Also, you cannot downgrade editions without a clean install.

For volume licensing, organizations purchase a single Enterprise license and then deploy it using volume activation (KMS or MAK). The client edition must be Enterprise (or Education) to accept volume licensing keys.

Windows 11 System Requirements and Edition Impact

Windows 11 raised hardware requirements significantly compared to Windows 10:

CPU: 1 GHz or faster with 2+ cores on a compatible 64-bit processor (Intel 8th gen or AMD Ryzen 2000 or newer)

RAM: 4 GB minimum

Storage: 64 GB minimum

System firmware: UEFI, Secure Boot capable

TPM: TPM 2.0

Graphics card: DirectX 12 compatible with WDDM 2.0 driver

Display: >9" with HD resolution (720p)

These requirements apply to all editions. However, Windows 11 Home requires an internet connection and Microsoft account for initial setup (OOBE). Pro and Enterprise can use local accounts.

Exam-Specific Edition Features to Memorize

For the exam, commit the following to memory: - Home lacks: BitLocker, RDP host, Hyper-V, Windows Sandbox, Group Policy, AppLocker, DirectAccess, BranchCache, Windows To Go (Win10). - Pro adds: BitLocker, RDP host, Hyper-V, Windows Sandbox, Group Policy, Assigned Access (kiosk mode). - Pro Workstation adds: ReFS, persistent memory, SMB Direct, support for up to 4 CPUs and 6 TB RAM. - Enterprise adds: AppLocker, DirectAccess, BranchCache, Windows To Go (Win10), UE-V, MDOP (Microsoft Desktop Optimization Pack). - Education: Same as Enterprise but licensed for academic use.

Common Exam Scenarios

1.

A user wants to encrypt their laptop's hard drive. Which edition do they need? Answer: Pro or higher (BitLocker). If the laptop has TPM and is a modern device, Device Encryption might suffice on Home, but the exam expects BitLocker for full control.

2.

A small business wants to enforce password policies via Group Policy. Which edition? Answer: Pro or higher.

3.

A company needs to run virtual machines on their desktops. Which edition? Answer: Pro or higher.

4.

An enterprise wants to control which apps users can run. Which edition? Answer: Enterprise or Education (AppLocker).

5.

A user wants to upgrade from Home to Pro. What is the process? Enter a Pro product key in Activation settings.

Summary of Differences Between Windows 10 and Windows 11 Editions

While the edition feature sets are largely the same between Windows 10 and 11, Windows 11 removed Windows To Go and added stricter hardware requirements. Some features like Cortana are disabled by default in certain editions (e.g., Pro Education). The exam may ask about Windows 11-specific requirements, so remember that TPM 2.0 is mandatory for Windows 11, whereas Windows 10 only required TPM 1.2 (and only for BitLocker).

Walk-Through

1

Identify User Requirements

Before selecting an edition, assess the user's needs. For a home user who only browses the web, uses email, and runs basic apps, Windows Home is sufficient. For a small business that needs to enforce security policies or encrypt drives, Pro is required. For an enterprise with centralized management and advanced security needs, Enterprise is the choice. The exam often presents a scenario with specific requirements (e.g., need for BitLocker, Hyper-V, or AppLocker) and asks which edition to recommend. Always map the requirement to the edition that includes that feature.

2

Check Hardware Compatibility

Verify that the hardware meets the minimum requirements for the desired edition. For Windows 11, this includes TPM 2.0, Secure Boot, UEFI, and a compatible CPU. For Windows 10, the requirements are lower but still include at least 1 GB RAM (32-bit) or 2 GB (64-bit), 16 GB storage (32-bit) or 20 GB (64-bit). For Pro Workstation, the system must have a high-end CPU (Xeon or Opteron) and support for ReFS. The exam may test whether a given hardware configuration can run a particular edition, especially around TPM and CPU generation.

3

Select Edition Based on Features

Using the requirements, choose the edition that provides the necessary features. For example, if the user needs to run Hyper-V, choose Pro or higher. If they need AppLocker, choose Enterprise or Education. If they need DirectAccess, choose Enterprise or Education. The exam expects you to know which edition includes which feature. Common traps: assuming Home includes BitLocker or that Pro includes AppLocker. Pro does NOT include AppLocker; that is Enterprise/Education only.

4

Plan Licensing and Activation

Determine the licensing model: retail (full or upgrade), OEM (pre-installed), or volume licensing (KMS or MAK). For Home and Pro, retail or OEM licenses are typical. For Enterprise, volume licensing is required. For Education, academic volume licensing is used. The upgrade path must be considered: Home can upgrade to Pro, but not directly to Enterprise. The exam may ask about valid upgrade paths or how to activate a volume license.

5

Install or Upgrade Windows

Perform a clean installation or upgrade as appropriate. For a clean install, boot from installation media and enter the product key during setup. For an upgrade, run setup.exe from within the current Windows version. The edition is determined by the key entered. If upgrading from Home to Pro, the process preserves files and applications. The exam may ask about the steps to perform an edition upgrade or the tools used (e.g., Settings > Update & Security > Activation).

What This Looks Like on the Job

Enterprise Scenario 1: Large Organization with Remote Workers

A global company with 10,000 employees needs to provide secure remote access to the corporate network without traditional VPN client complexity. They choose Windows 10/11 Enterprise to leverage DirectAccess (or Always On VPN in newer deployments). DirectAccess automatically establishes a bi-directional connection to the corporate network whenever the client has internet access. Configuration involves deploying Group Policy settings to enable DirectAccess, specifying the DirectAccess server (Windows Server with Remote Access role), and configuring network security settings. In production, DirectAccess requires careful planning for DNS, IPv6 (or IPv4 with NAT64/DNS64), and certificate infrastructure (IPsec with computer certificates). Misconfigurations often lead to connectivity issues: clients fail to connect if the DirectAccess server's certificate is invalid or if the client cannot resolve the DirectAccess server's hostname. Performance considerations include bandwidth usage for the encrypted tunnel and the overhead of the IPsec negotiation. The company must also ensure that all clients are running Enterprise edition, as DirectAccess is not available in Pro or Home.

Enterprise Scenario 2: Small Business with Compliance Requirements

A law firm with 50 employees must encrypt all laptops to comply with data protection regulations. They deploy Windows 10/11 Pro on all devices and enable BitLocker Drive Encryption. The IT administrator configures BitLocker via Group Policy to require TPM + PIN for pre-boot authentication. Each laptop's recovery key is backed up to Active Directory Domain Services (AD DS). In production, BitLocker is managed centrally, and the administrator monitors encryption status using the BitLocker Administration and Monitoring (MBAM) tool (part of MDOP). Common issues: TPM initialization failures, BitLocker recovery key backup failures, and performance degradation on older hard drives. The firm chose Pro over Enterprise because they don't need AppLocker or DirectAccess, and Pro is more cost-effective for their size.

Enterprise Scenario 3: Educational Institution with Lab Computers

A university computer lab has 200 desktops used by students. They need to prevent students from installing unauthorized software and restrict access to certain applications. They deploy Windows 10/11 Education edition, which is functionally identical to Enterprise but available at a reduced academic price. They use AppLocker to create rules that only allow applications from trusted publishers (e.g., Microsoft, Adobe) and block all executables from the Downloads folder. They also use Group Policy to enforce security settings and disable control panel access. In production, AppLocker rules are tested in audit mode before enforcement to avoid blocking legitimate applications. Common misconfigurations: overly restrictive rules that break system processes (e.g., svchost.exe) or failure to include necessary Windows components. The lab also uses Windows Sandbox (available in Education) to allow students to safely test software without affecting the host system.

How 220-1102 Actually Tests This

Exactly What the 220-1102 Exam Tests

Objective 1.1 (Identify common operating system features and their purposes) includes a sub-objective on Windows editions. The exam tests your ability to:

Identify which edition includes specific features (BitLocker, RDP host, Hyper-V, AppLocker, DirectAccess, Windows Sandbox, Group Policy).

Determine the correct upgrade path between editions.

Recognize which editions are available for volume licensing (Enterprise, Education).

Understand the differences between Windows 10 and Windows 11 editions, especially the removal of Windows To Go in Windows 11.

Identify the minimum hardware requirements for Windows 11 (TPM 2.0, Secure Boot, UEFI, 4 GB RAM, 64 GB storage).

Common Wrong Answers and Why Candidates Choose Them

1.

Choosing Home for BitLocker: Candidates see that Windows 10/11 Home includes Device Encryption on some devices and assume it's BitLocker. However, Device Encryption is a limited feature that only works on devices with InstantGo, whereas BitLocker is a full-disk encryption solution with management capabilities. The exam specifically tests BitLocker availability in Pro+.

2.

Choosing Pro for AppLocker: Candidates remember that Pro includes security features like BitLocker and assume AppLocker is also in Pro. But AppLocker is Enterprise/Education only. The exam distinguishes between Pro and Enterprise features.

3.

Thinking Home includes Hyper-V: Some candidates think Hyper-V is available in all editions because the Windows Features dialog shows it. However, in Home, the Hyper-V checkbox is grayed out and cannot be enabled. The exam expects you to know that Hyper-V requires Pro+.

4.

Confusing Windows To Go with Windows Sandbox: Both are virtualization-related, but Windows To Go (Windows 10 only) boots from USB, while Windows Sandbox runs a lightweight desktop in a virtualized environment. Windows To Go is Enterprise/Education only; Windows Sandbox is Pro+.

5.

Assuming Windows 11 has the same hardware requirements as Windows 10: Windows 11 requires TPM 2.0 and a newer CPU (8th gen Intel or Ryzen 2000+). Windows 10 only required TPM 1.2. The exam may ask which version requires TPM 2.0.

Specific Numbers and Terms That Appear Verbatim

TPM 2.0 (Windows 11 requirement)

4 GB RAM, 64 GB storage (Windows 11 minimum)

BitLocker requires TPM 1.2+ (Windows 10) or TPM 2.0 (Windows 11)

Hyper-V requires SLAT and 4 GB RAM

Windows Sandbox requires AMD-V or Intel VT-x

Windows To Go requires 32 GB USB 3.0 drive (Windows 10 only)

DirectAccess requires Windows Server 2012 or later

AppLocker can use publisher, path, or hash rules

Edge Cases and Exceptions

Device Encryption is available on some Home editions (e.g., Surface devices with InstantGo). The exam may ask about this as a distractor: "Which edition includes BitLocker?" A wrong answer could say "Home" because of Device Encryption, but the correct answer is Pro+.

Windows 10 Pro Workstation supports up to 4 CPUs and 6 TB RAM, while standard Pro supports 2 CPUs and 2 TB RAM. The exam may test this difference.

Windows 11 does not include Windows To Go at all. If a question asks about booting from USB, it must be Windows 10 Enterprise/Education.

Pro Education is a variant of Pro with Cortana disabled. It lacks Enterprise features like AppLocker.

How to Eliminate Wrong Answers Using the Underlying Mechanism

When you see a question about which edition supports a feature, first identify if the feature is a security/management feature. If it's about encryption, ask: Is it BitLocker (requires TPM) or Device Encryption (requires InstantGo)? If the question mentions "control which applications can run" – that's AppLocker, which is Enterprise/Education only. If the question mentions "remote desktop" – distinguish between client (all editions) and host (Pro+). If the question mentions "virtualization" – Hyper-V is Pro+, Windows Sandbox is Pro+. Always eliminate Home first when the feature is not basic. Then eliminate Pro if the feature is advanced (AppLocker, DirectAccess, BranchCache). The remaining edition (Enterprise or Education) is usually the answer.

Key Takeaways

Windows Home lacks BitLocker, Remote Desktop host, Hyper-V, Windows Sandbox, and Group Policy management.

Windows Pro adds BitLocker, RDP host, Hyper-V, Windows Sandbox, and Group Policy (gpedit.msc).

Windows Enterprise adds AppLocker, DirectAccess, BranchCache, and Windows To Go (Windows 10 only).

Windows 11 requires TPM 2.0, Secure Boot, UEFI, 4 GB RAM, 64 GB storage, and a compatible CPU (Intel 8th gen or AMD Ryzen 2000+).

Upgrade paths: Home -> Pro -> Enterprise (not directly Home to Enterprise).

Windows 11 removed Windows To Go; it is not available in any edition.

Pro Workstation supports up to 4 CPUs and 6 TB RAM, while Pro supports 2 CPUs and 2 TB RAM.

Device Encryption is not BitLocker; it is available on some Home devices with InstantGo.

Easy to Mix Up

These come up on the exam all the time. Here's how to tell them apart.

Windows 10/11 Home

No BitLocker (only Device Encryption on supported hardware)

No Remote Desktop host (client only)

No Hyper-V

No Local Group Policy Editor (gpedit.msc)

No Windows Sandbox

Windows 10/11 Pro

Includes BitLocker Drive Encryption

Includes Remote Desktop host (can be remoted into)

Includes Hyper-V

Includes Local Group Policy Editor

Includes Windows Sandbox

Windows 10/11 Pro

No AppLocker

No DirectAccess

No BranchCache

No Windows To Go (Windows 10 only)

No UE-V (User Experience Virtualization)

Windows 10/11 Enterprise

Includes AppLocker

Includes DirectAccess

Includes BranchCache

Includes Windows To Go (Windows 10 only)

Includes UE-V and MDOP

Watch Out for These

Mistake

Windows 10 Home includes BitLocker Drive Encryption.

Correct

Home does not include BitLocker. It includes Device Encryption, which is available only on devices with InstantGo (Modern Standby). BitLocker requires Pro, Pro Workstation, Enterprise, or Education.

Mistake

Windows 10/11 Pro includes AppLocker.

Correct

AppLocker is available only in Enterprise and Education editions. Pro includes Group Policy and BitLocker, but not AppLocker.

Mistake

You can upgrade directly from Windows 10 Home to Enterprise.

Correct

The only supported upgrade path from Home is to Pro. To get Enterprise, you must first upgrade to Pro, then to Enterprise (via volume licensing). Direct upgrade from Home to Enterprise is not possible.

Mistake

Windows 11 Home requires a Microsoft account for setup, but Pro does not.

Correct

Windows 11 Home requires an internet connection and Microsoft account during out-of-box experience (OOBE). Pro and Enterprise can use local accounts, but they can also use Microsoft accounts. The requirement is for Home only.

Mistake

Windows To Go is available in Windows 11 Pro.

Correct

Windows To Go was deprecated in Windows 10 version 2004 and removed in Windows 11. It is not available in any edition of Windows 11.

Do You Actually Know This?

Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.

Frequently Asked Questions

Which Windows edition includes BitLocker?

BitLocker Drive Encryption is included in Windows Pro, Pro Workstation, Enterprise, and Education editions. It is not available in Windows Home. Note that some Home devices have Device Encryption, which is a different feature. For the exam, remember that BitLocker requires Pro or higher.

Can I upgrade from Windows 10 Home to Windows 11 Pro?

Yes, you can upgrade from Windows 10 Home to Windows 11 Pro by entering a valid Pro product key in Settings > Update & Security > Activation. The upgrade will install the Pro edition while preserving your files and applications. The same applies to upgrading from Windows 10 Pro to Windows 11 Pro.

What edition do I need to use Hyper-V?

Hyper-V is available in Windows Pro, Pro Workstation, Enterprise, and Education editions. It is not available in Home. Additionally, your system must support hardware virtualization (Intel VT-x or AMD-V) and have SLAT (Second Level Address Translation).

Does Windows 11 Home require a Microsoft account?

Yes, during initial setup (OOBE), Windows 11 Home requires an internet connection and a Microsoft account to complete installation. Windows 11 Pro and Enterprise can use a local account if desired, though Microsoft recommends using a Microsoft account.

What is the difference between Windows Pro and Pro Workstation?

Windows Pro Workstation is designed for high-performance computers with multi-CPU configurations (up to 4 CPUs) and large amounts of RAM (up to 6 TB). It also includes ReFS (Resilient File System), persistent memory support, and SMB Direct for faster file sharing. Standard Pro supports up to 2 CPUs and 2 TB RAM.

Can I use Windows To Go in Windows 11?

No, Windows To Go was removed in Windows 11. It was available only in Windows 10 Enterprise and Education editions (deprecated in version 2004). Windows 11 does not support booting from USB drives as a full Windows installation.

Which edition includes AppLocker?

AppLocker is included in Windows Enterprise and Education editions. It is not available in Home, Pro, or Pro Workstation. AppLocker allows administrators to control which applications users can run based on publisher, path, or file hash.

Terms Worth Knowing

Ready to put this to the test?

You've just covered Windows Editions and Features — now see how well it sticks with free 220-1102 practice questions. Full explanations included, no account needed.

Done with this chapter?