- Thread Author
-
- #1
Is there a way to find out if a given *.exe file is 32bit or 64bit executable.
The program should NOT be started (and investigated in TaskManager).
Conversly I could imagine that there is somewhere an analyze tool which shows this info to the user.
Peter
The program should NOT be started (and investigated in TaskManager).
Conversly I could imagine that there is somewhere an analyze tool which shows this info to the user.
Peter
Solution
Hi
You may also be able to tell by where Windows installs it.
It puts 32 bit programs in the Windows/Program Files (x86) folder, and 64 bit programs in the Windows/Program Files folder.
For the most part any 32 bit program will run in 64 bit Widows, but not the other way around unless you jump through hoops to get it to do so.
Mike
You may also be able to tell by where Windows installs it.
It puts 32 bit programs in the Windows/Program Files (x86) folder, and 64 bit programs in the Windows/Program Files folder.
For the most part any 32 bit program will run in 64 bit Widows, but not the other way around unless you jump through hoops to get it to do so.
Mike
- Joined
- May 25, 2009
- Messages
- 6,659
Hi
You may also be able to tell by where Windows installs it.
It puts 32 bit programs in the Windows/Program Files (x86) folder, and 64 bit programs in the Windows/Program Files folder.
For the most part any 32 bit program will run in 64 bit Widows, but not the other way around unless you jump through hoops to get it to do so.
Mike
You may also be able to tell by where Windows installs it.
It puts 32 bit programs in the Windows/Program Files (x86) folder, and 64 bit programs in the Windows/Program Files folder.
For the most part any 32 bit program will run in 64 bit Widows, but not the other way around unless you jump through hoops to get it to do so.
Mike
Last edited:
Similar threads
- Solved
- Replies
- 1
- Views
- 895
- Replies
- 2
- Views
- 6K