I don't know about vista. I never used it. I just moved from XP (32 bit) to Windows 7 Ultimate (64-bit). I was expecting c:\windows\system64 directory similar to c:\windows\system32. Why is still entire system is located in system32? Why isn't there any system64 directory?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Backwards compatibility reasons. A whole lot of applications assume things they shouldn't assume and hard-code paths. And yes, that includes 64-bit applications. So on 64-bit Windows the folder system32 actually contains the 64-bit versions of DLLs. For the 32-bit DLLs there is the folder SysWoW64 which is what 32-bit applications see as system32.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.