豚吐露@wiki
64bitOSで32bitアプリケーションからリダイレクトされないdirを参照したい
最終更新:
Bot(ページ名リンク)
-
view
64bitOSで32bitアプリケーションからリダイレクトされないdirを参照したい
Windows7(64bit) Professional
XP以降、64bit版のOS上で32bit版のアプリケーションを動作させるとWOW64というものが動く。
これが動くと色んなpathが勝手にリダイレクトされて、本来アクセスしたいpathへアクセスできない場合がある。
これが動くと色んなpathが勝手にリダイレクトされて、本来アクセスしたいpathへアクセスできない場合がある。
指定path | リダイレクト先 | リダイレクトしない場合のpath指定 |
C:\Windows\System32 | C:\Windows\SysWOW64 | C:\Windows\sysnative |
C:\Windows\lastgood\system32 | C:\Windows\lastgood\SysWOW64 | |
C:\Windows\regedit.exe | C:\Windows\SysWOW64\regedit.exe |
だたし、以下のpathはリダイレクト対象外。
C:\Windows\system32\catroot C:\Windows\system32\catroot2 C:\Windows\system32\driverstore C:\Windows\system32\drivers\etc C:\Windows\system32\logfiles C:\Windows\system32\spool
更新日: 2014年06月19日 (木) 17時18分42秒