Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • "To set a variable, all you need to do is set it." Are you sure, that this is what you meant to write? Commented Sep 19, 2022 at 21:19
  • 1
    @BrianReading yes, why? That's all that's needed. No need to edit any files, or anything like that. That's kinda the point of such variables: that you can just set them on the fly. This avoids needing to edit any files, unless you want the variable to be set for ever, and then every user can choose to do that themselves. You really don't want installers fiddling with user's settings if it can be avoided. Commented Sep 19, 2022 at 21:27