Windows 7 Games Registry Path in Windows 10 and 11
Classic Windows 7 games ported to modern operating systems like Windows 10 and Windows 11 store their gameplay settings, visual preferences, sound toggles, and statistics inside specific Windows Registry keys. This article identifies the exact registry paths used by these legacy titles in the Registry Editor (Regedit) and explains how these entries control game behavior and user configuration.
Primary Registry Paths for Classic Game Settings
The behavioral settings and user configurations for classic Windows 7
games—such as Solitaire, Spider Solitaire, Minesweeper, FreeCell,
Hearts, Mahjong Titans, and Chess Titans—are located under the
HKEY_CURRENT_USER hive.
The primary registry path controlling the behavior and preferences of each individual game is:
HKEY_CURRENT_USER\Software\Microsoft\[Game Name]
Specific Game Paths
Replace [Game Name] with the corresponding game
folder:
- Solitaire:
HKEY_CURRENT_USER\Software\Microsoft\Solitaire - Spider Solitaire:
HKEY_CURRENT_USER\Software\Microsoft\SpiderSolitaire - FreeCell:
HKEY_CURRENT_USER\Software\Microsoft\FreeCell - Minesweeper:
HKEY_CURRENT_USER\Software\Microsoft\Minesweeper - Hearts:
HKEY_CURRENT_USER\Software\Microsoft\Hearts - Mahjong Titans:
HKEY_CURRENT_USER\Software\Microsoft\MahjongTitans - Chess Titans:
HKEY_CURRENT_USER\Software\Microsoft\Chess - Purble Place:
HKEY_CURRENT_USER\Software\Microsoft\Purble Place
Game Explorer and Global Game UX Paths
In addition to individual game keys, modern installations of classic games often register their metadata and execution parameters within the legacy Game Explorer framework (GameUX).
User Game Explorer Settings:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameUX\GamesSystem-wide Game Definitions:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX
Configurable Values Controlled by the Registry
Within each individual game’s registry key, several DWORD (32-bit) and Binary values dictate how the application behaves upon launch:
- Sound (
Sound/PlaySounds): Toggles audio effects on (1) or off (0). - Animations (
Animations/EnableAnimations): Controls card, piece, or tile movement animations. - Tips and Hints (
ShowTips/Hints): Determines whether in-game help popups appear during gameplay. - Difficulty and Variants (
Difficulty/GameType): Stores default difficulty settings or specific rule sets (e.g., number of suits in Spider Solitaire). - Save on Exit (
AlwaysSaveOnExit): Controls whether the game automatically preserves the current session state when closed.
How to Modify the Settings via Regedit
- Press Win + R, type
regedit, and press Enter. - Navigate to
HKEY_CURRENT_USER\Software\Microsoft\. - Select the folder corresponding to the classic game you wish to configure.
- Double-click any value in the right pane to modify its data, or delete specific statistic entries to reset player records.