Windows 7 Environment Variables Update
Have you ever had a situation where you needed to update the environment variables and you were also forced to logout or reboot the system?
Well - with these steps - you may be able to update the variables without rebooting.
- Initiate command prompt as administrator ( may work as non - not sure).
- Type: taskkill /f /im explorer.exe
- Then type: explorer.exe
- Type SET to confirm propagation of your changes
Comments
Post a Comment