Skip to content

Instantly share code, notes, and snippets.

@pnsinha
Created July 24, 2024 19:14
Show Gist options
  • Save pnsinha/71f02fd607551a8a1cb138f151d9496c to your computer and use it in GitHub Desktop.
Save pnsinha/71f02fd607551a8a1cb138f151d9496c to your computer and use it in GitHub Desktop.
Variable Default Value
%SystemDrive% C:
%ProgramFiles% C:\Program Files
%AppData% C:\Users{username}\AppData\Roaming
%LocalAppData% C:\Users{username}\AppData\Local
%UserProfile% C:\Users{username}
%UserName% {username}
%COMPUTERNAME% {computername}
%PATH% C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;{plus program paths}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment