Update Windows Path Without Rebooting

Open a comment window and type SET PATH=%PATH%;C:\$addition to path

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.