: Even if the installer doesn’t write registry keys, the files will be in place.
Double-click the saved .reg file and click Yes to merge.
@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
Press Win + R , type regedit , and navigate to: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\KonamiPES\PES6