Created
December 23, 2014 13:36
-
-
Save kaz-tk/4b718c3b95b0c2093b5c to your computer and use it in GitHub Desktop.
Windows2012R2のデフォルトの環境変数
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\Administrator> Get-ChildItem env: | |
Name Value | |
---- ----- | |
ALLUSERSPROFILE C:\ProgramData | |
APPDATA C:\Users\Administrator\AppData\Roaming | |
CommonProgramFiles C:\Program Files\Common Files | |
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files | |
CommonProgramW6432 C:\Program Files\Common Files | |
COMPUTERNAME WIN-I7D9V42FUF8 | |
ComSpec C:\Windows\system32\cmd.exe | |
FP_NO_HOST_CHECK NO | |
HOMEDRIVE C: | |
HOMEPATH \Users\Administrator | |
LOCALAPPDATA C:\Users\Administrator\AppData\Local | |
LOGONSERVER \\WIN-I7D9V42FUF8 | |
NUMBER_OF_PROCESSORS 1 | |
OS Windows_NT | |
Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... | |
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL | |
PROCESSOR_ARCHITECTURE AMD64 | |
PROCESSOR_IDENTIFIER Intel64 Family 6 Model 58 Stepping 9, GenuineIntel | |
PROCESSOR_LEVEL 6 | |
PROCESSOR_REVISION 3a09 | |
ProgramData C:\ProgramData | |
ProgramFiles C:\Program Files | |
ProgramFiles(x86) C:\Program Files (x86) | |
ProgramW6432 C:\Program Files | |
PSModulePath C:\Users\Administrator\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPo... | |
PUBLIC C:\Users\Public | |
SESSIONNAME Console | |
SystemDrive C: | |
SystemRoot C:\Windows | |
TEMP C:\Users\ADMINI~1\AppData\Local\Temp | |
TMP C:\Users\ADMINI~1\AppData\Local\Temp | |
USERDOMAIN WIN-I7D9V42FUF8 | |
USERDOMAIN_ROAMINGPROFILE WIN-I7D9V42FUF8 | |
USERNAME Administrator | |
USERPROFILE C:\Users\Administrator | |
windir C:\Windows | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment