Archive: System vs. User Environment Variables


System vs. User Environment Variables
Is it possible to set System Environment Variables as opposed to User Environment Variables. I'm using WriteEnvStr.nsh, and when I use WriteEnvStr or AddToPath it will set these variables under "User Variables" as opposed to "System Variables". Is there a way to have it set under the "System Variables" instead


Define ALL_USERS before you include WriteEnvStr.nsh.