Pes 2013 Registry 32bit New
Copy the code below into Notepad and save it as:
PES2013_32bit_Fix.reg
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\KONAMIPES2013] "code"="12345678901234567890" "installdir"="C:\Program Files\KONAMI\Pro Evolution Soccer 2013\" "version"="1.00.0000"
[HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013] "installdir"="C:\Program Files\KONAMI\Pro Evolution Soccer 2013\" "version"="1.00.0000"
⚠️ Important:
Some patches also check the Current User hive. Add this block as well:
[HKEY_CURRENT_USER\SOFTWARE\KONAMI\PES2013]
"installdir"="C:\\Program Files (x86)\\KONAMI\\Pro Evolution Soccer 2013\\"
Pro Evolution Soccer 2013 (PES 2013) is widely considered one of the best entries in the franchise. However, installing and running this 32-bit legacy software on modern 64-bit versions of Windows (Windows 10/11) often presents challenges. These issues typically stem from missing Windows Registry keys, which prevents the game from launching or saving progress. This paper outlines the function of the PES 2013 registry, explains the "32-bit" architecture in a modern context, and provides a safe, manual method to restore registry functionality without relying on potentially unsafe "registry fixer" executables.
After successfully creating your "PES 2013 registry 32bit new" , back it up.
To speed up loading times, add this to your registry file and re-merge: pes 2013 registry 32bit new
[HKEY_CURRENT_USER\Software\KONAMI\PES2013]
"skip_intro"=dword:00000001
If you prefer a clean, custom fix without downloading third-party files:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\KONAMIPES2013] "code"="XXXXX-XXXXX-XXXXX-XXXXX" "installdir"="C:\Program Files\KONAMI\Pro Evolution Soccer 2013\" "version"="1.00.0000"
When you install PES 2013, the game writes specific "keys" to your Windows Registry. These keys tell the game where it is installed, what language to use, and where your save files should go. Copy the code below into Notepad and save
However, several common issues can break this link:
Without these keys, PES 2013 simply doesn't know where to look for its own files, resulting in a launch failure.
On a 32-bit Windows installation, the PES 2013 registry data is located in the following standard path:
HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013\
In contrast to 64-bit systems (where keys may be redirected to WOW6432Node), the 32-bit path is direct. A "new" or default registry entry typically contains the following critical values: ⚠️ Important:
| Value Name | Data Type | Example Data | Purpose |
|------------|-----------|--------------|---------|
| code | REG_SZ | XXXX-XXXX-XXXX-XXXX | Hashed CD-key for online validation |
| installdir | REG_SZ | C:\Program Files\KONAMI\Pro Evolution Soccer 2013 | Game installation root |
| version | REG_SZ | 1.04 | Patch level (e.g., 1.04 for Data Pack 6) |
| language | REG_DWORD | 0 (or 1, 2) | Language index (0=English) |