SteamGridDB / SGDBoop

A program used for applying custom artwork to Steam, using SteamGridDB. Supports both Windows and Linux, written completely in C.

Home Page:https://www.steamgriddb.com/boop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CD into System32 before running reg.exe commands

doZennn opened this issue · comments

Workaround for people with broken PATH environment variable #31

Or just use the absolute path to reg.exe, pretty sure it's always gonna be at %WINDIR%/System32/reg.exe

Or just C:\Windows\System32\reg.exe cause if the their PATH is messed up then there's a chance %WINDIR% is too. Just hope they aren't running Windows on something other than C: somehow.

system drives with letters other than C: will not work with this fix, as a workaround i made a symlink to reg.exe in the absolute path required by the app. you could use %SystemDrive% but then that path environment variable may also be broken for some people ... : /