-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwin10_default_envVars
55 lines (50 loc) · 2.59 KB
/
win10_default_envVars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
=============
=== RUTAS ===
=============
%ALLUSERSPROFILE% --------> C:\ProgramData
%COMMONPROGRAMFILES% ----> C:\Program Files\Common Files
%COMMONPROGRAMFILES(x86)% ----> C:\Program Files (x86)\Common Files
%CommonProgramW6432% ---------> C:\Program Files\Common Files
%COMSPEC% --------> C:\Windows\System32\cmd.exe
%HOMEDRIVE% --------> C:\
%PATH% --------> C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
%PROGRAMDATA% --------> C:\ProgramData
%PROGRAMFILES% --------> C:\Program Files
%ProgramW6432% ----> C:\Program Files
%PROGRAMFILES(X86)% ----> C:\Program Files (x86)
%SystemDrive% --------> C:
%SystemRoot% --------> C:\Windows
%WINDIR% --------> C:\Windows
%PUBLIC% --------> C:\Users\Public
%DriverData% --------> C:\Windows\System32\Drivers\DriverData
=== User specific
%APPDATA% --------> C:\Users\{username}\AppData\Roaming
%HOMEPATH% --------> C:\Users\{username}
%LOCALAPPDATA% --------> C:\Users\{username}\AppData\Local
%OneDrive% --------> C:\Users\{username}\OneDrive
%TEMP% --------> C:\Users\{username}\AppData\Local\Temp
%TMP% --------> C:\Users\{username}\AppData\Local\Temp
%USERPROFILE% --------> C:\Users\{username}
===============
==== OTROS ====
===============
%LOGONSERVER% ------------> \\{domain_logon_server}
%PathExt% ------------> .com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh;.msc
%PROMPT% ------------> $P$G
%USERDOMAIN% ------------> Userdomain associated with current user.
%USERDOMAIN_ROAMINGPROFILE% ----> Userdomain associated with roaming profile.
%USERNAME% ------------> {username}
%PSModulePath% ------------> %SystemRoot%\system32\WindowsPowerShell\v1.0\Modules\
%CD% ----------------> Outputs current directory path. (Command Prompt.)
%CMDCMDLINE% ------------> Outputs command line used to launch current Command Prompt session. (Command Prompt.)
%CMDEXTVERSION% --------> Outputs the number of current command processor extensions. (Command Prompt.)
%COMPUTERNAME% --------> Outputs the system name.
%DATE% ----------------> Outputs current date. (Command Prompt.)
%TIME% ----------------> Outputs time. (Command Prompt.)
%ERRORLEVEL% ----> Outputs the number of defining exit status of previous command. (Command Prompt.)
%PROCESSOR_IDENTIFIER% ----> Outputs processor identifier.
%PROCESSOR_LEVEL% ----> Outputs processor level.
%PROCESSOR_REVISION% ----> Outputs processor revision.
%NUMBER_OF_PROCESSORS% ----> Outputs the number of physical and virtual cores.
%RANDOM% ------------> Outputs random number from 0 through 32767.
%OS% ----------------> Windows_NT