

InterviewSolution
Saved Bookmarks
1. |
Solve : 32 or 64?? |
Answer» <html><body><p>How can I check if my windows is 32 or <a href="https://interviewquestions.tuteehub.com/tag/64-242053" style="font-weight:bold;" target="_blank" title="Click to know more about 64">64</a> bit?Windows Vista<br/>Method 1<br/>1. Click Start, type system in the Start Search box, and then click system in the Programs list. <br/>2. The operating system appears as follows:• For a 64-bit version operating system: 64-bit Operating System appears for the System type under System. <br/>• For a 32-bit version operating system: 32-bit Operating System appears for the System type under System. <br/>Method 2<br/>1. Click Start, type system in the Start Search box, and then click System Information in the Programs list. <br/>2. The operating system appears as follows:• For a 64-bit version operating system: x64-based <a href="https://interviewquestions.tuteehub.com/tag/pc-590329" style="font-weight:bold;" target="_blank" title="Click to know more about PC">PC</a> appears for the System type under Item. <br/>• For a 32-bit version operating system: x86-based PC appears for the System type under Item. <br/><br/>Microsoft Windows XP Professional <br/>Method 1<br/>1. Click Start, click Run, type sysdm.cpl, and then click OK. <br/>2. Click the General tab. The operating system appears as follows:• For a 64-bit version operating system: Microsoft Windows XP Professional x64 Edition Version < Year> appears under System. <br/>• For a 32-bit version operating system: Microsoft Windows XP Professional Version< Year> appears under System. <br/>Note is a placeholder for a year. <br/>Method 2<br/>1. Click Start, click Run, type winmsd.exe, and then click OK. <br/>2. In the details pane, locate Processor under Item. Note the value. • If the value that corresponds to Processor starts with x86, the computer is running a 32-bit version of the Windows operating system. <br/>• If the value that corresponds to Processor starts with ia64 or AMD64, the computer is running a 64-bit version of the Windows operating system. <br/><br/>Microsoft Windows Server 2003<br/>Method 1<br/>1. Click Start, click Run, type sysdm.cpl, and then click OK. <br/>2. Click the General tab. The operating system appears as follows:• For a 64-bit version operating system: Microsoft Windows Server 2003 Enterprise x64 Edition appears under System. <br/>• For a 32-bit version operating system: Microsoft Windows Server 2003 Enterprise Edition appears under System. <br/>Method 2<br/>1. Click Start, click Run, type winmsd.exe, and then click OK. <br/>2. In the details pane, locate Processor under Item. Note the value. • If the value that corresponds to Processor starts with x86, the computer is running a 32-bit version of the Windows operating system. <br/>• If the value that corresponds to Processor starts with EM64T or ia64, the computer is running a 64-bit version of the Windows operating system. <br/>I did what you said, and my <a href="https://interviewquestions.tuteehub.com/tag/machine-550312" style="font-weight:bold;" target="_blank" title="Click to know more about MACHINE">MACHINE</a> only says Windows XP Media Center Edition. 32 <br/><br/>I don't think that they ever put out a 64 bit version.<br/><br/>Vista, XP Pro, Server 2003 have 64 bit versions. Not MCE.<br/>ok thank you all for all your helpYou can <a href="https://interviewquestions.tuteehub.com/tag/tell-1240910" style="font-weight:bold;" target="_blank" title="Click to know more about TELL">TELL</a> it's 64Bit when you can't find drivers for anything.... Quote from: patio on February 25, 2008, 10:51:58 AM</p><blockquote>You can tell it's 64Bit when you can't find drivers for anything.... <br/></blockquote><br/>How true! I run 64 bit XP pro and have had that problem. <br/></body></html> | |