• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What's the exe to get the Environment Variables window?

Felecha

Golden Member
I have to open the Environment Variables window many times a day and I would like to be able to just create a shortcut button to it.

I watched in TaskManager as I clicked the System app from Control Panel and saw rundll32.exe come into Task Manager and go when I shut it. But that only gets the System Properties dialog, and running rundll32.exe from the Run applet didnt do anything

 
rundll32 does what it's name suggests, it runs a dll. I doubt you'll get directly to the environment variables page, the best you'll probably be able to do is run the system control panel and you can do that by hitting Ctrl+Break.
 
Yea, sad but true. There's got to be a function to refresh the environment because that dialog manages to do it but I don't know of any app that does it. Which is kind of surprising, actually.
 
closest I could come from a cmd prompt in XP SP3 was

control sysdm.cpl,,3

(note the double comma). that opens System Properties to the Advanced tab but you still have to click the environment variables button. thought there was a way to select buttons with an additional parameter after the "3" but I couldnt get it to work.
 
Originally posted by: VeryCharBroiled
closest I could come from a cmd prompt in XP SP3 was

control sysdm.cpl,,3

(note the double comma). that opens System Properties to the Advanced tab but you still have to click the environment variables button. thought there was a way to select buttons with an additional parameter after the "3" but I couldnt get it to work.

The short cut key is "n" but I can't find the right syntax either, if there is one.
 
Apparently, you can edit the HKEY_CURRENT_USER\Environment registry key to add a new environment variable. However, most of them aren't listed there.
 
Apparently, you can edit the HKEY_CURRENT_USER\Environment registry key to add a new environment variable. However, most of them aren't listed there.

And just editing that won't make them take affect immediately, at least not last time I checked.
 
Back
Top