Share via

Command Prompt\Windows\system32

Anonymous
2014-12-01T15:40:11+00:00

I see that my Command Prompt says C:\Windows\system32. Now my question is my System type is: 64-bit Operating System?

Windows for home | Previous Windows versions | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2014-12-01T15:58:24+00:00

"The operating system uses the %SystemRoot%\system32 directory for its 64-bit library and executable files. This is done for backward compatibility reasons, as many legacy applications are hardcoded to use that path" - from - http://en.wikipedia.org/wiki/WoW64

Also wow64 ( from an MS article ) "WOW64 is the x86 emulator that allows 32-bit Windows-based applications to run seamlessly on 64-bit Windows." - from  - http://msdn.microsoft.com/en-us/library/windows/desktop/aa384249%28v=vs.85%29.aspx

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

Answer accepted by question author

Anonymous
2014-12-01T15:55:34+00:00

They are two different things A 64bit Operating System still has the folder system32.

PS, Yes as George below:

It is for 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. 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.

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. @CmdrKeene 90,626 Reputation points Volunteer Moderator
    2014-12-01T15:58:29+00:00

    If you want to know what system type you have, press +Pause/Break on your keyboard.  Funny that +Break is the way to see system properties when it breaks :)

    Was this answer helpful?

    0 comments No comments