How to find whether the Application is 16bit or 32 bit in XP
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
Here are two methods for determining whether an application is 16-bit or 32-bit
Method 1
- Right-click the program’s executable file and then choose Properties. If you see a Version tab, it’s a 32-bit program.
- if the program is running, press Ctrl+Shift+Esc to open the Windows Task Manager. On the Processes tab, look in the Image Name column for the name of the program’s executable file. If any 16-bit programs are running, you’ll find an entry for Ntvdm.exe, the virtual DOS machine. Just above it in the list, you’ll see indented entries for Wowexec.exe (the Windows on Windows subsystem) and the executable name of each 16-bit program running in that virtual machine.
Random Posts
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.
Trackbacks & Pingbacks
No trackbacks/pingbacks yet.
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>








Ok, but how do you determine this from the command line?
Good tip, thanks