220-1102Chapter 42 of 131Objective 1.2

Windows Reset and Refresh Options

This chapter covers Windows Reset and Refresh options, a core topic in CompTIA A+ 220-1102 Domain 1.0 (Operating Systems), specifically Objective 1.2: 'Given a scenario, use the appropriate Microsoft Windows 10 and 11 troubleshooting and recovery tools.' Understanding these tools is critical because they are the primary methods for restoring Windows to a functional state without reinstalling from scratch. Expect 5–10% of exam questions to touch on this area, often testing the differences between Reset, Refresh, System Restore, and Recovery Drive usage.

25 min read
Intermediate
Updated May 31, 2026

Windows Reset as a Factory Reset for Your Digital House

Imagine your house is cluttered, some rooms have broken furniture, and the plumbing is acting up. You have two options: a 'Refresh' or a 'Reset'. A Refresh is like a deep professional cleaning service. The cleaners come in, remove all the trash and broken items (your installed apps and settings), but they leave your personal belongings (your files, photos, and documents) exactly where they are. They also repaint the walls and fix minor issues (repair Windows system files). The house feels new and clean, but you still have your photos on the mantelpiece. A Reset, on the other hand, is like demolishing the entire house and building a new one on the same foundation. Everything is removed – old furniture, personal belongings, even the wallpaper. You get a brand-new, empty house with fresh paint and new fixtures. You can choose to keep your personal items (like moving them to a storage unit before demolition) or start completely from scratch. In Windows, 'Keep my files' is the cleaning service; 'Remove everything' is the full demolition. The 'Cloud download' option is like ordering new building materials from a supplier instead of using old, possibly damaged materials from your own stock. This ensures the new house is built with pristine components, avoiding any hidden rot or structural issues from the old house.

How It Actually Works

What Are Windows Reset and Refresh Options?

Windows 10 and 11 provide built-in recovery tools that allow you to reinstall the operating system while preserving or discarding personal files. These are accessed via Settings > Update & Security > Recovery (Windows 10) or Settings > System > Recovery (Windows 11), or by booting from the recovery environment (WinRE). The two primary options are:

Reset this PC: Reinstalls Windows, with choices to keep or remove personal files.

Refresh (Windows 8 only): Reinstalls Windows while keeping files and settings (replaced by Reset in Windows 10/11).

In Windows 10/11, the 'Refresh' term is no longer used; instead, 'Reset this PC' offers two modes: Keep my files and Remove everything. The exam still tests knowledge of the old Windows 8 Refresh, but the focus is on Windows 10/11 Reset.

How Reset This PC Works Internally

When you initiate Reset, Windows uses a process called Push-Button Reset (PBR). The mechanism varies depending on the source of the installation files:

1.

Local reinstall: Uses files from the Windows image stored in the C:\Windows\WinSxS folder or a hidden recovery partition. The system rebuilds the OS by extracting a fresh copy of Windows from the component store.

2.

Cloud download: Downloads a new Windows image from Microsoft's servers. This is useful if local files are corrupted or if you want a clean slate.

The process involves: - Mounting the Windows image (install.wim or .esd). - Applying the image to the system drive, overwriting system files. - Migrating user data (if 'Keep my files' is selected) by copying files from the old installation to a temporary location, then restoring them after the new OS is installed. - Reinstalling built-in apps from the image. - Preserving certain settings like network profiles and BitLocker recovery keys (if applicable).

Key Components and Defaults

ResetType: A registry value under HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore that determines the behavior. 0 = full reset, 1 = refresh (Windows 8 only).

HardLinkTable: Used during migration to track file links, preserving hard links for efficiency.

Recovery Partition: A separate partition (usually 450–500 MB) that contains the Windows Recovery Environment (WinRE). Not all systems have one; some use the recovery tools on the system partition.

Windows.old folder: Created if you choose 'Keep my files' or during a repair upgrade. It contains the previous Windows installation and is automatically deleted after 10 days (configurable via Disk Cleanup).

Configuration and Verification

Reset options are available in the GUI and via command line using systemreset tool:

- GUI: Settings > Update & Security > Recovery > Reset this PC. - WinRE: Boot from installation media or advanced startup options. - Command line: - systemreset -factoryreset (full reset) - systemreset -cleanpc (removes everything, reinstalls Windows) - systemreset -reset (keep my files)

The Refresh your PC option in Windows 8 can be invoked via: - GUI: Settings > Change PC settings > Update and recovery > Recovery. - Command: systemreset -refresh

Interaction with Related Technologies

System Restore: A different tool that reverts system files and settings to a previous point without affecting user files. Reset is more aggressive and reinstalls the entire OS.

Recovery Drive: A USB drive created via recdrive.exe that contains WinRE and can be used to boot and reset the PC even if the internal recovery partition is damaged.

Windows Update: Reset via cloud download requires a working internet connection and downloads several GB of data.

BitLocker: If BitLocker is enabled, you must suspend or disable it before resetting, or have the recovery key handy. The reset process may prompt for the key.

Windows Sandbox: Reset does not affect the sandbox, but a reset will remove any sandbox configurations.

Detailed Steps of Reset Process

1.

Initiation: User selects reset option. Windows checks for sufficient disk space (typically 4–8 GB for local reinstall, more for cloud download).

2.

Boot into WinRE: The system restarts into the Windows Recovery Environment. This environment is a minimal Windows PE (Preinstallation Environment) that runs from the recovery partition or installation media.

3.

Image Selection: If multiple images are available (e.g., from different partitions), the tool selects the appropriate one. For cloud download, it contacts Microsoft servers.

4.

Disk Preparation: For 'Remove everything', the tool may format the system drive (or just clean the Windows directory). For 'Keep my files', it moves user files to a temporary location.

5.

Image Application: The selected Windows image is applied to the target partition. This is done using DISM (Deployment Imaging Service and Management Tool) commands behind the scenes.

6.

Driver Injection: Windows attempts to preserve existing drivers. If the image doesn't include them, they are reinstalled after the reset.

7.

Finalization: The system restarts, completes setup (OOBE if 'Remove everything'), and restores user files if applicable.

Common Pitfalls

Insufficient disk space: Reset may fail if the system drive has less than 10% free space.

Corrupted recovery image: If the local image is damaged, reset may fail. Use cloud download or installation media instead.

Third-party antivirus: Some AV software can interfere with the reset process. Temporarily disable it.

BitLocker: If BitLocker is enabled without a recovery key, reset will prompt for the key. If the key is lost, the system may become unbootable.

Walk-Through

1

Access Recovery Options

Navigate to Settings > Update & Security > Recovery (Windows 10) or Settings > System > Recovery (Windows 11). Alternatively, boot from a Windows installation USB or DVD to access the 'Repair your computer' link. In WinRE, select Troubleshoot > Reset this PC. The system checks for available recovery partitions or internet connectivity for cloud download.

2

Choose Reset Option

You are presented with two choices: 'Keep my files' or 'Remove everything'. 'Keep my files' removes installed apps and settings but preserves personal files in the Users folder. 'Remove everything' deletes all files and settings, effectively giving you a fresh Windows installation. The exam expects you to know which option preserves user data.

3

Select Installation Source

Windows prompts you to choose between 'Cloud download' and 'Local reinstall'. Cloud download fetches a fresh Windows image from Microsoft (requires internet, ~4 GB). Local reinstall uses the existing Windows image on the system (faster, but may carry over corruption). The exam may test the advantages of cloud download in case of corrupted system files.

4

Confirm and Restart

After selecting options, Windows shows a summary screen. Click 'Reset' to confirm. The system restarts into WinRE and begins the reset process. This step cannot be undone. The system may prompt for BitLocker recovery key if encryption is enabled. The reset process can take 15–60 minutes depending on hardware and source.

5

Post-Reset Configuration

For 'Remove everything', Windows boots into the Out-of-Box Experience (OOBE) where you set up a new user account and preferences. For 'Keep my files', Windows boots directly to the desktop with a new default user profile (old user files are preserved but may need to be moved). Built-in apps are reinstalled; third-party apps must be manually reinstalled.

What This Looks Like on the Job

In enterprise environments, Reset and Refresh are often used when a workstation becomes unstable due to malware, driver conflicts, or corrupted system files. For example, a financial firm might use 'Reset this PC - Keep my files' on a user's laptop that has become sluggish after a failed Windows Update. The IT administrator ensures the user's documents are backed up (though the reset preserves them) and initiates the reset via WinRE remotely using management tools like SCCM or Intune. A common deployment scenario is using a provisioning package (PPKG) to automate the reset process across multiple machines.

Another scenario is a hospital where patient records are stored locally. If a kiosk PC becomes infected, the IT team uses 'Reset this PC - Remove everything' to completely wipe the system and reinstall Windows. They then use a recovery drive (USB) to ensure the process is independent of the internal recovery partition, which might also be compromised. The cloud download option is avoided due to slow hospital internet; instead, a local network share with a Windows image is used.

A common mistake in production is forgetting to suspend BitLocker before resetting. If the recovery key is not stored in Active Directory, the reset will fail and the system may become unbootable. Another issue is insufficient disk space; many enterprise systems have small SSDs (e.g., 128 GB), and a reset may fail if less than 10% is free. IT admins often use the systemreset command with the -factoryreset flag in a script to ensure consistent behavior.

Performance considerations: Cloud download can saturate a 100 Mbps link for 30+ minutes. Local reinstall is faster but may reintroduce corruption if the local image is damaged. For scale, using a custom recovery image (install.wim) deployed via PXE is more efficient than individual resets.

How 220-1102 Actually Tests This

The 220-1102 exam tests Objective 1.2, focusing on recovery tools. Here's what you need to know:

What the exam tests exactly: - The difference between 'Reset this PC' (Windows 10/11) and 'Refresh your PC' (Windows 8). - The two modes: 'Keep my files' vs 'Remove everything'. - The two sources: 'Cloud download' vs 'Local reinstall'. - How to access these options: via Settings, WinRE, or installation media. - The effect on user files, apps, and settings.

Common wrong answers and why: 1. 'Refresh keeps apps and settings.' Wrong: In Windows 8, Refresh keeps files and settings but removes apps. In Windows 10/11, there is no Refresh; Reset 'Keep my files' removes apps and settings. 2. 'Reset removes everything including Windows.' Wrong: Reset always reinstalls Windows; it never leaves the system without an OS. 3. 'Cloud download is faster.' Wrong: Cloud download is slower because it downloads several GB; local reinstall is faster. 4. 'You need a recovery drive to reset.' Wrong: You can reset from within Windows or WinRE without a recovery drive, but a recovery drive is useful if the system won't boot.

Specific numbers and terms: - 'Keep my files' preserves files in %USERPROFILE% (Desktop, Documents, Pictures, etc.). - 'Remove everything' also wipes other partitions if you choose 'All drives'. - The default timer for Windows.old deletion is 10 days. - The systemreset command must be run from an elevated command prompt.

Edge cases: - If the system has no recovery partition, the 'Local reinstall' option may be unavailable. - If you choose 'Remove everything' and 'All drives', it will format all partitions, including recovery partitions. - BitLocker must be suspended or you need the recovery key.

How to eliminate wrong answers: - If the question says 'keep apps', it's likely referring to Windows 8 Refresh, not Reset. - If the question says 'reinstall from the internet', it's cloud download. - If the question says 'no files are removed', it's Refresh (Windows 8) or System Restore, not Reset.

Key Takeaways

Reset this PC in Windows 10/11 has two modes: Keep my files and Remove everything.

Keep my files preserves personal files but removes all apps and settings.

Remove everything deletes all files and data, giving a clean slate.

Cloud download requires an internet connection and downloads a fresh Windows image.

Local reinstall uses the existing Windows image on the system.

Refresh your PC is a Windows 8 feature that keeps files and settings but removes apps.

Reset can be initiated from Settings, WinRE, or using the systemreset command.

BitLocker must be suspended or recovery key provided before resetting.

The Windows.old folder is created after a reset and auto-deleted after 10 days.

A recovery drive or installation media can be used to reset if the system won't boot.

Easy to Mix Up

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

Reset - Keep my files

Preserves user files in %USERPROFILE% (Desktop, Documents, etc.)

Removes all installed apps and settings

Reinstalls Windows from local or cloud image

Does not require backup of user data

Faster than Remove everything (no secure erase)

Reset - Remove everything

Deletes all user files and data

Removes all apps, settings, and user accounts

Reinstalls Windows from local or cloud image

Can optionally clean all drives (including secondary partitions)

Takes longer due to potential formatting and secure erase

Watch Out for These

Mistake

Reset 'Keep my files' keeps my installed applications.

Correct

No. 'Keep my files' only preserves personal files in the Users folder. All installed applications (both desktop apps and Windows Store apps) are removed. Only built-in Windows apps are reinstalled.

Mistake

Cloud download always provides a clean installation.

Correct

Cloud download downloads a fresh Windows image from Microsoft, which is typically clean. However, if the download is interrupted or the image is corrupted during transfer, it may fail. Also, it may include the same updates as local reinstall, but it ensures no local corruption is carried over.

Mistake

You can only reset Windows from within the operating system.

Correct

You can also reset from the Windows Recovery Environment (WinRE), which can be accessed by booting from a recovery drive, installation media, or by interrupting the boot process three times (triggering automatic repair).

Mistake

Reset removes all data including personal files even if you choose 'Keep my files'.

Correct

If you choose 'Keep my files', personal files are preserved. However, some settings (like desktop wallpaper) may be reset. The files remain in the same locations after the reset.

Mistake

Refresh and Reset are the same thing in Windows 10.

Correct

In Windows 10, 'Refresh your PC' was removed. Only 'Reset this PC' exists. The old Windows 8 Refresh kept files and settings but removed apps; the Windows 10/11 Reset with 'Keep my files' keeps files but removes apps and settings.

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

What is the difference between Reset this PC and Refresh your PC?

Reset this PC is available in Windows 10 and 11; it reinstalls Windows and offers options to keep or remove personal files. Refresh your PC was a Windows 8 feature that kept files and settings but removed apps. The exam expects you to know that Refresh is not in Windows 10/11; instead, Reset with 'Keep my files' is the equivalent but removes settings as well.

Does Reset this PC remove viruses?

Yes, Reset this PC removes viruses by deleting all installed applications and system files, including malware. However, if you choose 'Keep my files', some malware might persist in user files. For a thorough removal, use 'Remove everything' or reset from external media after scanning files.

Can I cancel a Reset once it has started?

No. Once you confirm and the system restarts into WinRE, the reset process cannot be canceled. Interrupting it (e.g., power loss) may leave the system in an unbootable state. Always ensure backups are current before starting.

What happens if I choose 'Remove everything' and 'All drives'?

Windows will format all partitions on all hard drives, including recovery partitions and secondary data drives. This completely wipes the system. Use this option only if you intend to fully clean the machine, e.g., before disposal or reinstallation from scratch.

Do I need a product key after Reset?

No. Windows activation is preserved if the same edition is reinstalled. The digital license is stored in the firmware (for OEM systems) or linked to a Microsoft account. If you change hardware, you may need to reactivate.

How long does a Reset take?

Typically 15–60 minutes depending on hardware speed, whether you choose cloud download (slower) or local reinstall, and whether you choose 'Remove everything' (longer due to formatting). Expect longer if the system is old or the internet connection is slow.

What is the systemreset command?

The `systemreset` command is a command-line tool to initiate a reset. Common switches: `-reset` (keep my files), `-factoryreset` (remove everything), `-cleanpc` (remove everything and clean drives). It must be run from an elevated command prompt.

Terms Worth Knowing

Ready to put this to the test?

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

Done with this chapter?