Possible Duplicate:
Will all 32 - bit applications work on a 64 - bit Operating System?

If so, how? And can we convert 64 bit Windows to 32 bit Windows operating system?

link|improve this question
1  
Yes, you just run it and it works, there's no magic required! – David Heffernan Feb 16 '11 at 11:16
feedback

migrated from stackoverflow.com Feb 16 '11 at 14:41

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Mokubai, Sathya Feb 16 '11 at 16:39

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

Yes, you can run 32-bit software on 64-bit Windows 7.

No, as far as I know, you can't boot a 64-bit Windows in exclusively 32-bit mode.

link|improve this answer
feedback

Yes, natively.

Alternatively, if there's any software that doesn't work, you can always install it inside Windows XP Mode

As MarkM pointed in the comments, Windows XP mode is only supported in Proffessional, Enterprise and Ultimate editions; if you have none, you can follow this guide to create a windows xp mode like - virtual machine

link|improve this answer
1  
XP mode only installs on Professional, Enterprise and Ultimate editions. Many users have Home Premium, which is not eligible for XP mode. – MDMarra Feb 16 '11 at 15:15
@MarkM You are right, I added more information on the matter. Thanks – bruno077 Feb 16 '11 at 15:35
feedback