윈도우 - 64비트 폴더와 32비트 ProgramFiles 폴더 위치 

shint의 이미지





WOW64 Implementation Details

https://msdn.microsoft.com/ko-kr/library/windows/desktop/aa384274(v=vs.85).aspx

 

도스 콘솔 프롬프트 명령어로 set 혹은 set pr 로 환경변수 정보를 확인하실 수 있습니다.

 

 

Process Environment variables

64-bit process

PROCESSOR_ARCHITECTURE=AMD64 or PROCESSOR_ARCHITECTURE=IA64

ProgramFiles=%ProgramFiles%

ProgramW6432=%ProgramFiles%

CommonProgramFiles=%CommonProgramFiles%

CommonProgramW6432=%CommonProgramFiles%

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP:  The ProgramW6432 and CommonProgramW6432 environment variables were added starting with Windows 7 and Windows Server 2008 R2.

 

32-bit process

PROCESSOR_ARCHITECTURE=x86

PROCESSOR_ARCHITEW6432=%PROCESSOR_ARCHITECTURE%

 

ProgramFiles=%ProgramFiles(x86)%

ProgramW6432=%ProgramFiles%

CommonProgramFiles=%CommonProgramFiles(x86)%

CommonProgramW6432=%CommonProgramFiles%

 

 

 

 

 


chocokeki의 이미지

윈도우 그만 올리시고 리눅스 강좌 올려주세요
아니면 최소한 windows 10 bash로 만족할게요

윈도우 7 시리즈는 근 10년 지난 오래된 OS라 강좌 의미도 많이 떨어지는 것 같아요
마치 윈도우 3.1 사용법을 이제서 보는 기분이에요
윈10은 7과 비교할 수 없을만큼 불친절하고 복잡하고 화가나고 어렵던데 정 윈도우 정보를 올리고 싶으시면 10에 관한게 낫지 않을까요?

베스트는 CENT OS나 Ubuntu 강좌도 좋구요