64ビットオペレーティングシステムでは、ProgramW6432環境変数はc:\programファイルを指します。英語版のWindowsでの32ビットアプリの完全なリスト:
- ProgramFiles => c:\ program files(x86)
- ProgramFiles(x86)=> c:\ program files(x86)
- ProgramW6432 => c:\programファイル
- CommonProgramFiles => c:\ program files(x86)\ common files
- CommonProgramFiles(x86)=> c:\ program files(x86)\ common files
- CommonProgramW6432 => c:\ program files \ common files
念のために言っておきますが、そのフォルダには32ビットプログラムにとって重要なものが含まれていてはなりません。技術的には。ファイルシステムリダイレクタに注意してください。ファイルリクエストはc:\ programファイルからc:\ programファイル(x86)にリダイレクトされます。そのディレクトリ内のファイルに実際にアクセスしたい場合は、Wow64DisableWow64FsRedirection()を使用する必要があります。