====== TODO ====== * All-caps on some stuff * https://learn.microsoft.com/en-us/windows/deployment/usmt/usmt-recognized-environment-variables * https://gist.github.com/RebeccaWhit3/5dad8627b8227142e1bea432db3f8824#table-of-environmental-variables ====== Show All ====== SET Get-ChildItem Env: ====== User ====== %UserProfile% %UserProfile%\Downloads %AppData%\Microsoft\Windows\Start Menu\Programs %Temp% %AppData% ===== Other ===== %LocalAppData% %Public% %AllUsersProfile% ====== System ====== %SystemDrive% %SystemRoot% ====== Program Files ====== %ProgramFiles% %ProgramFiles(x86)% %ProgramW6432% ===== Other ===== %ProgramData% %CommonProgramFiles% %CommonProgramFiles(x86)% ====== StartUp ====== "explorer.exe" "%ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp" "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\StartUp"