SteamGridDB / SGDBoop

A program used for applying custom artwork to Steam, using SteamGridDB. Supports both Windows and Linux, written completely in C.
https://www.steamgriddb.com/boop
zlib License
269 stars 10 forks source link

CD into System32 before running reg.exe commands #32

Closed doZennn closed 1 year ago

doZennn commented 2 years ago

Workaround for people with broken PATH environment variable #31

doZennn commented 2 years ago

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

doZennn commented 2 years ago

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.

dougNetD commented 10 months ago

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 ... : /