mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 07:42:41 +08:00
Addendum to commitef268d1301(r73577). Magnify, OSK, and UtilMan shortcuts don't require a working directory `%HOMEDRIVE%%HOMEPATH%`, since they don't access or save files into the current user's directory. (And most of the time they run under the SYSTEM account, for which neither the `%HOMEDRIVE%` nor `%HOMEPATH%` environment variables exist.) While it's true these shortcuts on Windows XP/2003 have their working directory set to these values, on Windows 7+ at least this isn't the case anymore. This is a cherry-pick of6e47921c5c.