Exercise 2: Why Domain GPO Precedence Didn't Apply Here — Possible Solution ==================================================================== WHAT CHAPTER 5 ESTABLISHED ABOUT DOMAIN PRECEDENCE ------------------------------ Chapter 5 established that "domain GPOs take precedence over local policy by default whenever the two conflict" - but this rule only matters at all on a machine that's actually joined to a domain, since a domain GPO can only apply to a machine receiving policy from that domain in the first place. WHAT THIS CHAPTER SAYS ABOUT PRIYA'S MACHINE SPECIFICALLY ------------------------------ Per this chapter's own Step 5, "this machine was never domain-joined, so nothing here is overridden by a higher-precedence domain GPO; the local setting really is the final word." Priya, established back in Windows 11 Fundamentals 12 as a freelance developer working on her own personal workstation, has no domain to join in the first place - there is no Active Directory environment providing domain GPOs that could ever apply to this machine. WHY THIS MEANS THE LOCAL POLICY SETTING IS AUTHORITATIVE HERE ------------------------------ With no domain GPO in the picture at all, the Local Group Policy setting the optimization utility had changed isn't competing against anything higher in precedence - it's simply the only policy source that exists for this machine. Reverting it directly in gpedit.msc is therefore a complete, permanent fix, with no risk of a background refresh cycle silently reasserting a conflicting domain-level value the way Chapter 5's own warn-box described for a domain-joined machine. WHY THIS CHAPTER'S OWN SCOPE NOTE NAMES THIS EXPLICITLY ------------------------------ Per this chapter's own warn-box, "this machine was never domain-joined, so Chapter 5's own domain-GPO-precedence material... genuinely doesn't apply here - a single-workstation investigation like this one doesn't exercise every scenario this course covers, and that's expected, not a gap in the diagnosis." This is a deliberate acknowledgment that a real investigation on a specific machine will only ever exercise the parts of a course's material that are actually relevant to that machine's own configuration. WHY THIS WORKS AS AN ANSWER ------------------------------ It restates Chapter 5's own domain-precedence rule, explains why that rule requires a domain-joined machine to apply at all, confirms Priya's machine was never domain-joined per this chapter's own Step 5, and cites this chapter's own explicit scope note acknowledging that not every prior chapter's scenario needs to apply to every real investigation.