Already installed PES 6 and get errors like “Please reinstall PES 6”? Do not reinstall – just fix the registry.
This is a compatibility layer issue. Right-click pes6.exe → Properties → Compatibility:
Do not install to C:\Program Files (x86) – Windows protects this folder heavily. Instead:
Note: Even if the installer doesn’t write registry keys, the files will be in place.
First, decide where PES 6 lives. For example:
C:\Program Files (x86)\KONAMI\Pro Evolution Soccer 6
Critical Note: Avoid C:\Program Files (the 64-bit folder) due to strict write permissions. Use C:\Games\PES6 or C:\Program Files (x86)\... instead.
Even with correct registry keys, the 32-bit executable may struggle with memory addressing on 64-bit systems.
Online patches expect specific registry entries pointing to the game’s network configuration. Ensure your .reg file includes: pes 6 registry 64 bit install
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\KonamiPES\PES6]
"installdir"="C:\\Games\\PES6\\"
"save"=dword:00000001
A: The original PES 6 crack modifies the EXE to bypass SafeDisc. It is generally safe, but always download from trusted sources like GameBurnWorld or Archive.org. Upload the file to VirusTotal if uncertain.
Installing Pro Evolution Soccer 6 (PES 6) on modern 64-bit Windows versions (7, 10, or 11) typically results in the "game is not properly installed" error. This occurs because 64-bit systems use a different registry path for 32-bit applications, and the original installer often fails to create these keys correctly. Registry Key Locations for PES 6
To fix the installation, registry entries must be moved to the Wow6432Node, which is the specific hive Windows uses for 32-bit software on 64-bit architectures.
Standard 32-bit Path: HKEY_LOCAL_MACHINE\SOFTWARE\KONAMIPES6
Correct 64-bit Path: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KONAMIPES6 Manual Registry Configuration
If you do not have a pre-made .reg file, you can manually create these keys using Regedit.exe. You will need to add the following string values under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KONAMIPES6\PES6: Value Name Description installdir The full path to your PES 6 folder (e.g., C:\Games\PES6\). installfrom The drive letter used for installation (e.g., D:). code Your unique 20-digit registration serial key. lang_e Set to 1 for English; others (f, g, i, s, p) should be 0. Using a .reg Fix File
The most common solution is applying a registration script. You can find pre-generated templates at RegFiles.net that include the proper Wow6432Node structure. Already installed PES 6 and get errors like
Backup Registry: Always select File > Export in Regedit before making changes.
Edit File: Right-click the .reg file and select "Edit." Update the installdir path to match where your game is actually installed.
Merge: Double-click the file and click "Yes" to merge it into your system registry. Additional Compatibility Steps
Even with the registry fixed, the game may require additional settings to run on Windows 10/11:
Compatibility Mode: Set PES6.exe to run in Windows XP (Service Pack 3) compatibility mode.
Admin Rights: Check "Run as administrator" to ensure the game can access its data files.
Visual Fixes: Disable "Fullscreen Optimizations" in the executable's properties if you experience screen flickering. Pro Evolution Soccer 6 registry - RegFiles.net Note : Even if the installer doesn’t write
To install the registry for Pro Evolution Soccer 6 (PES 6) on a 64-bit Windows system (Windows 10 or 11), you must use the Wow6432Node path so the 64-bit OS can correctly identify the 32-bit game. PES 6 Registry Text (64-bit)
Copy the code below into Notepad, replace the placeholder paths with your actual installation folder, and save it as PES6.reg.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KONAMIPES6] [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KONAMIPES6\PES6] "installdir"="C:\\Program Files (x86)\\KONAMI\\Pro Evolution Soccer 6\\" "lang_e"=dword:00000001 "installfrom"="D:" "code"="F92S-RKLA-A53H-FT5J-PLXF" [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KONAMIPES6\PES6\1.0] Use code with caution. Copied to clipboard How to Install
Edit the path: In the installdir line, ensure the path matches where your game is actually installed. Use double backslashes (e.g., C:\\Games\\PES6\\). Save the file: Save it with the .reg extension (not .txt).
Run as Admin: Double-click the saved .reg file and click Yes to merge.
This process fixes the "not installed" error by setting the proper 32-bit Wow6432Node location. Note: The code provided is a sample; see document for alternative key options.