Exercise 3: A Password Still Sitting in Clipboard History — Possible Solution ==================================================================== WHY THE PASSWORD IS STILL THERE ------------------------------ Per this chapter's own warn-box, "sensitive data - passwords, personal information - copied while clipboard history is enabled remains listed there until manually cleared." Copying the password to paste it into the form added it to clipboard history alongside every other recently copied item, and nothing about pasting it, or time simply passing, removes it automatically - it stays listed exactly like any other clipboard entry until it's explicitly cleared. WHY THIS ISN'T A MALFUNCTION ------------------------------ Clipboard history is working exactly as designed here - its entire purpose, per this chapter, is retaining "multiple recently copied items rather than just the single most recent one." The password wasn't supposed to disappear once used; nothing in the feature's own design treats a password differently from any other copied text, since clipboard history has no way of knowing which entries are sensitive. THE HABIT THAT WOULD HAVE PREVENTED IT ------------------------------ Per this chapter's own warn-box, "clearing clipboard history after copying anything sensitive is a real, worthwhile habit, not excessive caution." Manually clearing clipboard history (available directly from the Win + V panel) immediately after pasting the password would have removed it before there was any chance of it being seen later, whether by a colleague or by clipboard-history sync onto another signed-in device. WHY THIS MATTERS BEYOND THIS ONE AWKWARD MOMENT ------------------------------ Per this chapter, clipboard history "can optionally sync across devices signed into the same Microsoft account" - meaning an uncleared sensitive entry isn't just a risk on the one machine it was copied on, but potentially on every other device signed into that same account, making the clearing habit meaningfully more important than it might first appear. WHY THIS WORKS AS AN ANSWER ------------------------------ It explains why the password remained visible using this chapter's own warn-box, clarifies that this reflects clipboard history working as designed rather than a bug, and names the specific preventive habit (clearing history after copying sensitive data) along with why it matters even more given the sync behavior this chapter also describes.