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:
| 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) |
Are you trying to relive the nostalgia of PES 2013 (Pro Evolution Soccer) on an older machine or a 32-bit version of Windows, only to be greeted by frustrating error messages like "The registry file is missing or corrupted"?
You are not alone. PES 2013 is widely considered one of the best installments in the franchise, but running it on modern 32-bit systems—or after a fresh install—often requires a specific registry fix.
In this guide, we will explain why this error happens and provide you with a new, working registry fix for 32-bit systems. pes 2013 registry 32bit new
PES 2013 may be older, but its gameplay remains timeless. On 32-bit systems, registry issues are the number one barrier to enjoying this classic. By applying a new, clean 32-bit registry fix, you can bypass installation errors, enable mods, and get back to scoring bicycle kicks with peak-era Ronaldo or Messi.
Whether you manually craft your .reg file, download a trusted script, or use a batch installer, the solution lies in understanding the correct 32-bit registry path. Bookmark this guide, share it with the modding community, and never let a missing registry key keep you off the virtual pitch again.
Keywords used naturally: pes 2013 registry 32bit new, 32-bit Windows, PES 2013 fix, registry script, KONAMI registry path.
For many enthusiasts of classic sports gaming, Pro Evolution Soccer 2013 (PES 2013)
remains a gold standard for its fluidity and mechanical depth. However, running this legacy title on modern systems often presents a "not installed" error, which usually stems from missing or incorrect registry entries. Below is a guide to understanding and manually creating the necessary 32-bit registry keys to restore the game's functionality. Understanding the Registry Structure On a 32-bit Windows installation, the PES 2013
Windows operating systems handle registry keys differently based on their architecture. PES 2013 is a 32-bit application; therefore, its registry path depends on whether your Windows version is 32-bit or 64-bit: 32-bit Windows: Registry keys are located directly under HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013 64-bit Windows: The system uses a redirector called Wow6432Node . The path becomes HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KONAMI\PES2013 Step-by-Step Manual Registry Creation
If your game fails to launch or "Pro Evolution Soccer 2013 has not been installed" appears, you can manually add the following keys using the Windows Registry Editor Open Regedit Windows Key + R , and hit Enter. Navigate to the Path HKEY_LOCAL_MACHINE\SOFTWARE HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node Create Keys : Right-click on the parent folder, select , and name it , create another key named Add String Values : Inside the folder, right-click and create the following String Values (REG_SZ) : Your CD key (e.g., SHVY-3LE9-TMNH-7K5L-JN73 installdir : The full path to your game folder (e.g., C:\Program Files\KONAMI\Pro Evolution Soccer 2013\ : Set this to Troubleshooting Installation Failures
Windows 64-bit registry v.s. 32-bit registry - Stack Overflow
If you cannot modify the registry due to admin restrictions:
Save the following content as pes2013_new.reg: In contrast to 64-bit systems (where keys may
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013] "code"="ABCD-EFGH-IJKL-MNOP" "installdir"="C:\Program Files\KONAMI\Pro Evolution Soccer 2013" "version"="1.04" "language"=dword:00000000
Note: Replace the code value with a legitimate key hash. A dummy value may work for offline play but fails online.
Several modding communities (e.g., PESEdit, Evo-Web) offer clean registry files. When searching for “pes 2013 registry 32bit new”, look for files with the following characteristics:
Caution: Always scan downloaded .reg files with antivirus software before running.
Use this as a template to adapt paths/values to your system. Replace PATH_TO_GAME and values as needed.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\KONAMI\Pro Evolution Soccer 2013]
"InstallPath"="C:\\PATH_TO_GAME\\PES2013"
"ExeName"="pes2013.exe"
"Language"="en"
"LastPlayed"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KONAMI\Pro Evolution Soccer 2013]
"PatchFolder"="C:\\PATH_TO_GAME\\PES2013\\Patches"
"DLCRegistered"=dword:00000001
[HKEY_CURRENT_USER\Software\KONAMI\Pro Evolution Soccer 2013\Settings]
"Resolution"="1920x1080"
"Fullscreen"=dword:00000001