Skip to content

Instantly share code, notes, and snippets.

@Mojtaba-Shafaei
Created December 10, 2019 11:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mojtaba-Shafaei/e6b17e8555de6c167ea017ccb96069af to your computer and use it in GitHub Desktop.
Save Mojtaba-Shafaei/e6b17e8555de6c167ea017ccb96069af to your computer and use it in GitHub Desktop.
refresh environment variables without reboot windows
### process to refresh environment variables without reboot windows
open cmd commend prompt window
input set `PATH=C` -> this will refresh the environment variables
close and restart cmd window
input echo %PATH% to test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment