Skip to content

Instantly share code, notes, and snippets.

@gonzalu
Created June 11, 2024 19:38
Show Gist options
  • Save gonzalu/b727ed181411066e35d7b8e7ebe37bba to your computer and use it in GitHub Desktop.
Save gonzalu/b727ed181411066e35d7b8e7ebe37bba to your computer and use it in GitHub Desktop.
Windows System Variables shortcuts
Environment Variable Path
%systemDrive% or %homeDrive% C:
%winDir% or %systemRoot% C:\Windows
%allUsersProfile% or %programData% C:\ProgramData
%comSpec% C:\Windows\System32\cmd.exe
%homePath% or %userProfile% C:\Users\username
%appData% C:\Users\username\AppData\Roaming
%localAppData% C:\Users\username\AppData\Local
%temp% or %tmp% C:\Users\username\AppData\Local\Temp
%programFiles% C:\Program Files
%programFiles(x86)% C:\Program Files (x86) · Only in 64-bit Windows
%commonProgramFiles% C:\Program Files\Common Files
%commonProgramFiles(x86)% C:\Program Files (x86)\Common Files
%public% C:\Users\Public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment