I want to open the system property window to change environment variable in Windows7. I know how to open that window, and used to use that window sometimes before, but today I opened the window as usual, It does not appear. How can I open it?
Asked
Active
Viewed 58 times
1

Brian Tompsett - 汤莱恩
- 5,753
- 72
- 57
- 129

ChaneunBaek
- 25
- 5
-
1Can you show us the code you use? – Giulio Caccin Jun 27 '15 at 16:23
-
I didn't write any code today, but I only could access the system property window using "sysdm.cpl enter" command in cmd without any GUI. – ChaneunBaek Jun 27 '15 at 16:25
-
Hit `
`+` – Alexander Jun 27 '15 at 16:33` -
Thanks, Alexander. But that does not work. ㅠ_ㅠ Is there any other way to pop up the window?0? – ChaneunBaek Jun 27 '15 at 16:53
-
If you try to run that same command from cmd what does it say? – Giulio Caccin Jun 27 '15 at 17:02
-
It just shows the system property window without any code in cmd. – ChaneunBaek Jun 27 '15 at 17:16
1 Answers
0
You should check why that command stopped to work in your environment, meanwhile try with this (from command line or from Run):
rundll32 sysdm.cpl,EditEnvironmentVariables
Also check this: https://msdn.microsoft.com/en-us/library/windows/desktop/cc144191%28v=vs.85%29.aspx

Giulio Caccin
- 2,962
- 6
- 36
- 57