Skip to content

Instantly share code, notes, and snippets.

@riverar
Last active September 19, 2019 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riverar/10101345ab097053b558569498d00e56 to your computer and use it in GitHub Desktop.
Save riverar/10101345ab097053b558569498d00e56 to your computer and use it in GitHub Desktop.
Example showing how to add a pseudo GOG game entry for Rainway use
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\GOG.com\Games\MakeUpSomethingHere]
"EXE"="C:\\Windows\\Notepad.exe"
"EXEFILE"="Notepad.exe"
"LAUNCHCOMMAND"="C:\\Windows\\Notepad.exe"
"PATH"="C:\\Windows"
"GAMENAME"="The Emulator"
"DEPENDSON"=""
"WORKINGDIR"="C:\\Windows"
"LAUNCHPARAM"=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment