Jun 19
Update Windows Path Without Rebooting
I find it quite annoying that whenever I read instructions that include adding an environment path variable you are asked to reboot your machine for changes to take effect. I know there has GOT to be a way to do it. Well, I know a way, but it’s someway kludgy.
Here is how I do it (I’m really hoping someone will comment and tell me a better way)


…
Now, reboot your computer! Argh! J/K
Here is the kludgy hack that I use so I don’t have to reboot. (But it will not work in all cases, which is why I don’t like it, so please, if you know of a batch script or something I can run that will apply the changes made to the environment variables without reboot, please post a comment.)
Open a comment window and type SET PATH=%PATH%;C:\CmdShortcuts
You can type PATH again to see your path variables. Your new path should be added. The problem with this is that this new path variable is only good inside this command window. If you are doing command line stuff this works, but if you close your cmd window the change is lost.























September 10th, 2008 at 12:40 pm
if you Update Windows Path variables and click ok. they donot show up but if you end explorer.exe task and run a new explorer.exe task up it will now refresh with the new path variable