Friday, July 11, 2014

Windows System Environment Variables

Windows System Environment Variables

 This drive me nuts especially PATH, well mostly when a program does not add the paths it requires. So what do you do you add the path yourself but then you realize i have to restart for this to work. Well i found a small work around from a command prompt SET PATH=%PATH%;C:\CmdShortcuts. It does not work every time but it has save me from a lot of reboots. I figure you can do this with every environment variable.