top of page

Pes 2013 Registry 32bit May 2026

Below is a focused, detailed registry script tailored for Pro Evolution Soccer 2013 (PES 2013) on 32-bit Windows systems. This .reg content includes common tweaks used to fix common issues such as DLL/codec associations, fullscreen/windowed behavior, controller mappings, language/region settings, and file association fixes. Apply only if you know what you're doing — editing the registry can cause system problems. Back up the registry before importing.

Save the following text into a file named pes2013_32bit_fix.reg and import it (double-click) or use regedit → File → Import.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\Winning Eleven 2013]
"InstallPath"="C:\\Program Files (x86)\\KONAMI\\Pro Evolution Soccer 2013"
"AppID"="pes2013.exe"
"Version"="1.0"
[HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\Winning Eleven 2013\Settings]
"Language"="en-US"
"Region"="US"
"ForceDirectX9"=dword:00000001
"DisableIntroVideos"=dword:00000001
"DisableVSync"=dword:00000001
"Windowed"=dword:00000000
"ResolutionX"=dword:00000500
"ResolutionY"=dword:000003c0
"RefreshRate"=dword:0000003c
"PreferredAdapter"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\Winning Eleven 2013\Performance]
"ThreadedRendering"=dword:00000001
"TextureFiltering"=dword:00000002
"AnisotropicFiltering"=dword:00000004
"MaxFPS"=dword:0000003c
"VramLimitMB"=dword:00000200
[HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\Winning Eleven 2013\Audio]
"UseHardwareMix"=dword:00000001
"SampleRate"=dword:0000ac44
"Channels"=dword:00000002
"VolumeMaster"=dword:00000064
[HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\Winning Eleven 2013\Controls]
"UseXInput"=dword:00000001
"UseDirectInput"=dword:00000000
"ControllerDeadzone"=dword:0000000a
"ControllerSensitivity"=dword:00000064
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\pes2013.exe]
"GlobalFlag"=dword:00000000
"MitigationOptions"=dword:00000040
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"PES2013Helper"="\"C:\\Program Files (x86)\\KONAMI\\Pro Evolution Soccer 2013\\pes2013_helper.exe\""
[HKEY_CLASSES_ROOT\pes2013file]
@="PES 2013 Save/Game File"
"FriendlyTypeName"="PES2013: Game data"
[HKEY_CLASSES_ROOT\pes2013file\shell\open\command]
@="\"C:\\Program Files (x86)\\KONAMI\\Pro Evolution Soccer 2013\\pes2013.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KONAMI\Winning Eleven 2013\Compatibility]
"DisableOverlay"=dword:00000001
"UseLegacyAudio"=dword:00000001
"EnableFixesFromCommunity"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List]
"C:\\Program Files (x86)\\KONAMI\\Pro Evolution Soccer 2013\\pes2013.exe"="C:\\Program Files (x86)\\KONAMI\\Pro Evolution Soccer 2013\\pes2013.exe:*:Enabled:Pro Evolution Soccer 2013"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pes2013]
"Application"="pes2013.exe"
[HKEY_CURRENT_USER\Software\KONAMI\Winning Eleven 2013\UserSettings]
"LastRunDate"="2026-04-10"
"WindowPosX"=dword:000001f4
"WindowPosY"=dword:0000012c
"LastControllerType"="XInput"

Notes and safe-use tips:

If you want, I can:


The keyword Pes 2013 Registry 32bit is critical because the registry path differs between 32-bit and 64-bit Windows.

Many pre-made registry fix files available online assume a 64-bit structure. If you are using a pure 32-bit Windows (common on older netbooks, legacy gaming PCs, or virtual machines), those fixes will fail. You need a PES 2013 Registry 32bit specific solution.


A: This confirms the problem. Run the .reg merge as an Administrator (right-click → Merge). If that fails, reinstall the game using the original installer to rebuild the registry automatically.

| Value Name | Data (Example) | | :--- | :--- | | code | Your serial key (e.g., JVTE-5X33-7E3F-3X2V) | | installfrom | D: (or your DVD drive letter, if applicable) | | installdir | C:\Program Files\KONAMI\Pro Evolution Soccer 2013\ | | lang | English | | version | 1.04 (depending on your patch level) |

After closing Regedit, your Pes 2013 Registry 32bit is ready. The game should launch without installation errors.

The Pes 2013 Registry 32bit is the silent gatekeeper of your gaming experience. While modern 64bit systems have complicated the path with WOW64 redirection, a clean 32bit OS or a targeted manual fix restores full functionality. By creating or merging the correct keys—specifying installdir, version, and code—you bypass the “not installed” loop without a full reinstall.

Remember: Modded PES 2013 relies on registry integrity. Keep a backup .reg file on your desktop, treat your antivirus with suspicion when merging keys, and never blindly trust a registry script from an unknown source. With the steps in this guide, your classic football simulator will run smoothly on any 32bit Windows system for years to come.


Have a registry issue we didn’t cover? Check the comments below or visit the Evo-Web forums for advanced troubleshooting regarding the PES 2013 registry on niche 32bit hardware configurations.

The registry settings for Pro Evolution Soccer (PES) 2013 on a 32-bit Windows system are primarily used to fix errors like "PES 2013 has not been installed" or to help the game recognize installation paths after moving files. PES 2013 Registry Guide for 32-bit Windows

Unlike 64-bit systems that use a Wow6432Node, 32-bit systems store game registry data directly under the standard KONAMI key. 1. Manual Creation via Notepad

If the game isn't launching, you can create a .reg file manually to restore the necessary keys: Open Notepad and paste the following code:

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013] "code"="V7TV-W3JX-6CC3-3DDU-Y3W7" "installdir"="C:\\Program Files\\KONAMI\\Pro Evolution Soccer 2013\\" "version"="1.00.0000" Use code with caution. Copied to clipboard

Note: Replace the code value with your actual 20-digit registration code and ensure the installdir matches your exact game folder path.

Save the file as pes2013.reg (ensure it ends in .reg, not .txt).

Double-click the file and select "Yes" to add it to your system registry. 2. Key Differences: 32-bit vs. 64-bit

It is crucial to use the correct path, as 64-bit registry files will not work on a 32-bit OS: 32-bit Path: [HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013]

64-bit Path: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KONAMI\PES2013] Troubleshooting Common Errors

"File is either corrupt...": This error often stems from missing registry entries. Re-applying the registry fix above usually resolves it.

Settings Not Saving: Run the Settings.exe file located in your installation folder as an Administrator to ensure it has permission to modify registry values. Pes 2013 Registry 32bit

Compatibility: For newer Windows versions (8.1 or 10), try running the game in Compatibility Mode for Windows 7.

For more detailed technical walkthroughs, you can refer to community-maintained guides on PCGamingWiki or downloadable PDF manuals on Scribd. PES 2013 has not been installed - FIX (PC/HD)

To resolve issues where Pro Evolution Soccer 2013 is not recognized by your system (often causing the "PES 2013 is not installed" error), you can manually add the necessary information to the Windows Registry.

For a 32-bit (x86) version of Windows, the registry key path does not include the "Wow6432Node" used in 64-bit systems. Registry Text for PES 2013 (32-bit)

Copy the text below into Notepad, save it as a file named pes2013.reg, and then double-click the file to import it into your registry:

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013] "code"="YOUR-SERIAL-CODE-HERE" "installdir"="C:\\Program Files\\KONAMI\\Pro Evolution Soccer 2013\\" "version"="1.00.0000" Use code with caution. Copied to clipboard Important Notes:

Installation Directory: Ensure the "installdir" path matches the exact folder where your game is installed. Use double backslashes (\\) in the path as shown above.

Serial Code: Replace YOUR-SERIAL-CODE-HERE with your valid game key, including the dashes.

Administrator Privileges: You must run the .reg file as an administrator for the changes to take effect.

Settings: If you cannot open settings.exe after applying this, try running it as an administrator or changing its compatibility mode to Windows 7. Pro Evolution Soccer 2013 registry - RegFiles.net

PES 2013 Registry 32bit Review: A Comprehensive Analysis

Pro Evolution Soccer 2013, commonly referred to as PES 2013, is a soccer video game developed and published by Konami. The game was released in 2012 and has since become a favorite among soccer fans and gamers alike. In this review, we will focus on the 32-bit registry edition of PES 2013, exploring its features, gameplay, and overall performance.

Introduction to PES 2013 Registry 32bit

The PES 2013 Registry 32bit is a version of the game that has been optimized for 32-bit systems. This version allows players with older hardware to enjoy the game without compromising on performance. The registry edition refers to the game's installation process, which involves editing the Windows registry to ensure smooth gameplay.

Key Features of PES 2013 Registry 32bit

Gameplay and Performance

The gameplay in PES 2013 Registry 32bit is smooth and responsive, with a gentle learning curve that makes it accessible to new players. The game's controls are intuitive, allowing players to execute a range of moves, from simple passes to complex skills. The AI system is also well-designed, providing a challenging experience for players.

In terms of performance, the 32-bit registry edition of PES 2013 runs smoothly on lower-end hardware, making it an excellent option for players with older systems. The game's graphics are impressive, with detailed player models and realistic stadium designs.

Pros and Cons

Pros:

Cons:

Conclusion

The PES 2013 Registry 32bit is an excellent option for soccer fans and gamers looking for a realistic and engaging gaming experience. With its smooth gameplay, authentic teams and players, and comprehensive career mode, this version of the game is sure to provide hours of entertainment. While it may have some limitations, the PES 2013 Registry 32bit is a great choice for players with older hardware or those looking for a more realistic soccer gaming experience.

Rating: 4.5/5

Recommendation:

If you're a soccer fan or gamer looking for a realistic and engaging gaming experience, we highly recommend the PES 2013 Registry 32bit. With its smooth gameplay, authentic teams and players, and comprehensive career mode, this version of the game is sure to provide hours of entertainment.

Pro Evolution Soccer (PES) 2013 32-bit (x86) Windows system, the registry key is used to correctly identify the game's installation path and license code, which prevents errors like "File is either corrupt or was not installed properly". Registry Configuration for 32-bit Systems Unlike 64-bit systems that use the Wow6432Node

, a 32-bit system uses a direct path. Below is the standard structure for a

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013] "code"="YOUR-CD-KEY-HERE" "installdir"="C:\Program Files\KONAMI\Pro Evolution Soccer 2013\" "version"="1.00.0000" Use code with caution. Copied to clipboard Key Features and Fixes Path Alignment : Ensure the installdir

matches your exact installation folder. If you installed the game on a different drive, you must edit the path in the registry, using double backslashes (e.g., D:\\Games\\PES2013\\ CD Key Validation

string must include the original dashes from your license key to be recognized by the game executable. Error Prevention : This registry entry is essential for the PESEDIT Selector

and various patches to work correctly, as they look for this specific registry key to locate game files. System Performance

: For older 32-bit hardware, setting the game's process affinity to specific CPU cores (like CPU 0 and 1) via the Task Manager can resolve stuttering issues. How to Apply

Copy and paste the registry code above (updating the path if necessary). Save the file as PES2013_32bit.reg Double-click the file and select to merge it into your system. Are you encountering a specific error message when trying to launch the game? Pro Evolution Soccer 2013 registry - RegFiles.net

The PES 2013 Registry is the backbone of the game’s configuration on Windows. For 32-bit systems (and 32-bit installations on 64-bit systems), this registry key controls everything from language settings to the install path and online functionality. 📍 The Registry Path

On a 32-bit Windows system, you will find the entries here:HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013

Note: If you are on a 64-bit system but troubleshooting the 32-bit game, check:HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\KONAMI\PES2013 ⚙️ Key Registry Values

These strings and dwords tell the game how to behave. If these are missing, you’ll likely see the "PES 2013 is not installed" error.

code: The 20-digit alphanumeric serial key used for installation.

installdir: The absolute path to the folder containing pes2013.exe.

version: Usually 1.00.0000. This helps the game identify if updates are needed. language: Controls the in-game text and menu language. 🛠️ Common Fixes via Registry

The registry is often the "silent killer" of PES 2013 mods and patches. 1. Fixing the "Not Installed" Error Below is a focused, detailed registry script tailored

If you move your game folder to a different drive, the game won't launch. Open regedit. Navigate to the path above. Update the installdir value to the new folder location. 2. Changing Language If your game is stuck in a language you don't understand: Modify the language string.

Common values include English, French, German, Italian, or Spanish. 3. Resolving Patch Issues

Most PES 2013 patches (like PESEdit or Smoke Patch) rely on the registry to find the game. If a patch installer can't find your game, manually creating the KONAMI\PES2013 keys usually fixes the "Path not found" installer error. ⚠️ A Warning for Modern Systems

If you are running PES 2013 on Windows 10 or 11, the registry might require Administrator Privileges to modify. Always back up your registry branch (File > Export) before making manual changes to avoid breaking your installation.

💡 Pro-Tip: If you are migrating the game to a new PC, you can export the PES2013 registry folder as a .reg file. Double-clicking that file on the new PC "installs" the game instantly without running the original setup disk.

If you tell me what specific issue you're facing, I can provide: A pre-made .reg template for your install path Steps to fix specific error codes Instructions for mod compatibility

Here are the key features associated with PES 2013 Registry settings for 32-bit Windows (typically found under HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2013):

Note: On 64-bit Windows, 32-bit PES 2013 registry entries are instead located under HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\KONAMI\PES2013 due to registry redirection.

Introduction

Pro Evolution Soccer 2013, also known as PES 2013, is a popular soccer video game developed and published by Konami. The game was released in 2012 for various platforms, including Microsoft Windows, PlayStation 3, and Xbox 360. For Windows users, particularly those with 32-bit operating systems, editing the registry can enhance gameplay performance, fix issues, or unlock hidden features.

What is a Registry?

The Windows Registry is a database that stores settings and options for the operating system and applications. It contains information about user preferences, software configurations, and hardware settings. In the context of PES 2013, registry edits can help improve performance, resolve issues, or enable features that are not accessible through the game's interface.

Pes 2013 Registry 32bit: Key Entries and Values

To access and edit PES 2013 registry entries, you'll need to use the Windows Registry Editor (Regedit.exe). Before making any changes, ensure you back up your registry and understand the risks associated with editing it.

Some key registry entries and values for PES 2013 32-bit:

  • Fixing Issues:
  • Unlocking Features:
  • How to Edit Pes 2013 Registry 32bit

    To edit the PES 2013 registry on a 32-bit system:

    Important Warnings

    Conclusion

    Editing the PES 2013 registry on a 32-bit system can enhance gameplay performance, resolve issues, or unlock hidden features. However, exercise caution and back up your registry before making any changes. If you're unsure about specific edits or encounter issues, consider seeking guidance from Konami support or PES community forums.


    Pro Evolution Soccer 2013 (PES 2013) remains a cult classic among football gaming enthusiasts. Even years after its release, its fluid gameplay, realistic ball physics, and masterful AI keep players coming back. However, installing and running this title on modern 32-bit Windows systems (or 64-bit systems with 32-bit legacy components) often leads to a frustrating error: missing or corrupted registry entries.

    If you’ve encountered the dreaded “PES 2013 is not installed” message, a settings reset loop, or a complete failure to launch, you’ve likely stumbled upon the need for a PES 2013 Registry 32bit fix. Notes and safe-use tips:

    This article will explain what the PES 2013 registry is, why 32-bit systems are unique, common registry-related errors, and step-by-step solutions to repair or create the correct registry entries.


    bottom of page