Install | Pes 6 Registry 64 Bit

Before diving into the fix, it is crucial to understand the problem. Windows 64-bit operating systems handle registry keys differently from their 32-bit predecessors:

Thus, a PES 6 registry 64 bit install isn’t just about clicking “Next” – it requires manual intervention.


A: Possibly, using a portable version. Some repacks (e.g., from PES 6 “Portable Edition”) include a launcher that sets temporary registry keys at runtime. However, mods and online play will likely fail. A proper registry install is still best.


If you move the game folder, use this batch script to auto-update the registry path:

@echo off
set "regpath=HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\KONAMIPES6\PES6"
set "installpath=%~dp0"
reg add "%regpath%" /v "installdir" /t REG_SZ /d "%installpath%" /f
echo Registry updated to %installpath%
pause

Save as fix_pes6_path.bat in your PES 6 game folder and run as administrator. pes 6 registry 64 bit install


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). Before diving into the fix, it is crucial

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.


This is the gold standard for a stable pes 6 registry 64 bit install. It takes five minutes.

Install DirectX 9.0c legacy components (even on Windows 11). Also, enable Windows Feature: Legacy Components → DirectPlay. Thus, a PES 6 registry 64 bit install

To understand why PES 6 frequently fails to locate its installation path on modern PCs, one must understand the Registry Redirector.

On a 64-bit Windows OS, the registry is split into two views:

Already installed PES 6 and get errors like “Please reinstall PES 6”? Do not reinstall – just fix the registry.