Skip to content

Instantly share code, notes, and snippets.

@josy1024
Created June 1, 2020 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josy1024/c63700b7bfde46704742ef869ea506a5 to your computer and use it in GitHub Desktop.
Save josy1024/c63700b7bfde46704742ef869ea506a5 to your computer and use it in GitHub Desktop.
list all env enviroment variables
#list all env enviroment variables
get-childitem env:
$env:USERPROFILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment