Pes 2013 Registry 64 Bit May 2026
Editing the PES 2013 registry on a 64-bit system can seem intimidating at first, but with careful guidance, it can unlock your game's full potential. By customizing your game's settings and possibly accessing hidden features, you can enhance your overall gaming experience. Always remember to proceed with caution, back up your registry, and ensure you understand the changes you're making.
For users uncomfortable with manual editing, you can create a .reg file that automates the fix.
Open Notepad and paste the following script. Make sure to change the path D:\\Games\\PES 2013 to your actual installation path.
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\KONAMIPES] [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\KONAMIPES\PES2013] "installfrom"="D:\Games\PES 2013\" "installdir"="D:\Games\PES 2013\" "code"="XXXXX-XXXXX-XXXXX-XXXXX" "version"="1.04"
[HKEY_CURRENT_USER\SOFTWARE\WOW6432Node\KONAMIPES\PES2013] "installfrom"="D:\Games\PES 2013\" "installdir"="D:\Games\PES 2013\"Pes 2013 registry 64 bit
Save the file as PES2013_64bit_Fix.reg. Double-click it to merge it into your registry. Run as Administrator to ensure it writes to HKEY_LOCAL_MACHINE.
After adding the key:
To understand the registry issues, one must first understand the architecture. PES 2013 was built for a different era. It is a 32-bit application (x86), designed to run on Windows XP, Vista, and 7. When you install it on a modern 64-bit version of Windows (10 or 11), a process called Registry Redirection occurs. Editing the PES 2013 registry on a 64-bit
The Windows Registry is the hierarchical database that stores low-level settings for the OS and applications. In a 64-bit environment, the registry is split. 64-bit applications store their keys in standard directories, but 32-bit applications like PES 2013 are isolated in a virtualized section known as Wow6432Node.
If you are searching for PES 2013 settings in your registry editor, you will rarely find them where you expect them. Instead of:
HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013
You will almost certainly find them here:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\KONAMI\PES2013
This redirection is seamless to the user during gameplay, but it becomes a nightmare when troubleshooting. If a fan-made patch or a settings tool looks in the standard 64-bit path and fails to find the keys (because they are hidden in the 32-bit node), the game will fail to launch or default to incorrect settings. Save the file as PES2013_64bit_Fix
If the PES2013 folder is missing, right-click on KONAMIPES (or create it first), select New > Key, and name it PES2013.
Inside the PES2013 key, you need to create the following string values:
| Value Name | Type | Data (Example) | Purpose |
| :--- | :--- | :--- | :--- |
| installfrom | REG_SZ | D:\Games\PES 2013\ | Directory of your game |
| installdir | REG_SZ | D:\Games\PES 2013\ | Main installation folder |
| code | REG_SZ | Your Serial Key | Registration (often optional) |
| version | REG_SZ | 1.04 | Game version (for patches) |
Crucial Tip for 64-bit: Ensure you use double backslashes (\\) in the path. For example: D:\\Games\\PES 2013\\.
64-bit systems often lack the legacy 32-bit runtimes that PES 2013 requires.

