SOLVED: What Are The Common Variables In Windows
Below is a complete list of Windows variables. If you are writing any sort of script, PowerShell, or command line you will need to know: The variable for username is %username% The variable for the Windows Directory is %windir% or %systemroot% The variable for Program Files is %ProgramFiles% or %ProgramFiles(x86)% Read more…