More than 90% of Windows 8.1 installations are 64-bit and, as a result, more and more people use 64-bit operating systems and applications. Even popular applications like Google Chrome and 7-Zip are now using the 64-bit architecture to provide better performance. All this is good but, on a 64-bit operating system, you can run both 32-bit and 64-bit applications. How can you tell whether a program is 64-bit or 32-bit? To help you figure this out, we would like to share three ways of doing this, that work both in Windows 7 and Windows 8.1.

How to Determine What Version of Windows You Have Installed

First of all, you have to see which version of Windows you are using. Is it a 32-bit or a 64-bit version? If you are not sure which version you have installed, read this guide: How to Determine What Version of Windows You Have Installed.

If you are using a 32-bit version of Windows, all the applications that are installed are also 32-bit. You won't be able to install and use 64-bit applications on 32-bit operating systems.

However, if you are using a 64-bit version of Windows, you can use both 32-bit and 64-bit applications. Let's see how to figure out which programs are 32-bit and which are 64-bit.

How to Tell If a Program is 64-bit or 32-bit Using File Explorer or Windows Explorer

Usually, when you are installing a program or an application, it will be located in one of the following folders: "C:\Program Files" or "C:\Program Files (x86)". 64-bit applications tend to install themselves in the "C:\Program Files" folder while 32-bit applications install themselves in the "C:\Program Files (x86)" folder.

But, there are exceptions to this rule. For example, the 64-bit version of Google Chrome installs itself in the "C:\Program Files (x86)" folder. We do not know the reason why it does this. Also, you might encounter other 64-bit applications that do the same.

How to Tell If a Program is 64-bit or 32-bit Using the Task Manager

First, you need to open the Task Manager by any method you want. The fastest way to get there is to use this shortcut: Ctrl + Shift + Esc .

If you are using Windows 8.1, the first time you open the Task Manager, it will be displayed in compact view. Cick or tap More details.

Then, select the Details tab.

Right click or press and hold any column header and choose Select columns.

Now, you have to find and check the Platform box. Then, click or tap OK.

Run the application you are interested in and look at the Platform column in the Task Manager. For each running application or process, this column tells you if it is 32-bit or 64-bit.

In Windows 7, the process is slightly different than in Windows 8.1. Once the Task Manager is opened, select the Processestab.

Here you will see the list of processes that are running at the moment. If a program is 32-bit, near its name you will see the text: *32. If a program is 64-bit, you will only see its name, without *32 at the end.

How to Tell If a Program is 64-bit or 32-bit By Analyzing its Properties

Another method that works well is to analyze the properties of that program's executable file. First, you have to locate the launcher file (*.exe) or one of its shortcuts. Right click on it or press and hold and then select Properties.

Next, open the Compatibility tab.

Here, you need to check the "Run this program in compatibility mode for" box , and open the drop-down list. If the list starts with Windows Vista, then the application you selected is a 64-bit application.

If the list starts with Windows 95, then the application you selected is a 32-bit application.

IMPORTANT: Do not apply any compatibility settings and close the Properties window without making any changes.

Conclusion

These are the three easiest methods you can use to figure out whether an application is 64-bit or 32-bit, without installing third party tools. Try them out and let us know which is your favorite. Also, if you know other methods, don't hesitate to share them via the comments form below.

来自 <http://www.digitalcitizen.life/3-ways-learn-whether-windows-program-64-bit-or-32-bit>

3 Ways to Learn Whether a Windows Program is 64-bit or 32-bit的更多相关文章

  1. [Chapter 3 Process]Practice 3.12 Including the initial parent process, how many processes are created by the program shown in Figure 3.32?

    3.12 Including the initial parent process, how many processes are created by the program shown in Fi ...

  2. Windows Server 2008 64 位 IIS7.5 ASP.NET MVC4 发布问题

    问题描述: 环境与配置: ASP.NET MVC 4 WINDOWS SERVER 2008 64 位 应用程序池是选择的 .NET 4.0 与经典模式   在新建一个MVC 4 项目发现到服务器上后 ...

  3. windows 2008 R2 64位系统,找到Microsoft Excel 应用程序

    在windows  2003 操作系统中, 1.在"开始"->"运行"中输入dcomcnfg.exe启动"组件服务", 2.依次双击& ...

  4. Windows 7,64位机器上安装DB2 7.2+FP7

    1.要想在Windows 7,64位机器上安装DB2 7.2+FP7,注意:1)拷贝所有安装文件到本地2)设置setup.exe文件兼容windows 20003)使得users用户勾选“完全控制”权 ...

  5. Oracle 11G R2 在windows server 2008 64位安装时提示:无法在windows "开始"菜单或桌面上创建项

    错误代码及解释:  在windows server 2008 64 位操作系统中安装 oracle 11G R2 64位 版本时提示:无法在windows "开始"菜单或桌面上创建 ...

  6. Windows server 2008 R2安装MySQL 32位ODBC驱动!

    在Windows server 2008 R2安装MySQL 32位ODBC驱动,总是提示错误,我安装了DOTNET4的库,同时安装了VC2008.VC2012.VC2013的支持库,怎么还不行呢?M ...

  7. windows 下编译64位ffmpeg

    window下如何编译ffmpeg 前文已有介绍,前面介绍的都是如何编译32位的库,本文主要介绍window 下如何编译64位ffmpeg库. 一.搭建编译环境 1.下载 windows下编译64位F ...

  8. 64位windows上访问64位oracle 12c

    64位windows上访问64位oracle 12c,这会有啥问题? 没啥问题.问题是,我64位操作系统的机器上装了个oracle 10g.而oracle 10g好像是不区分啥32位.64位的,一律3 ...

  9. 使用Win7 64位旗舰版光盘映像安装Windows Home basic 64位操作系统

    工作当中需要安装Windows home basic 64位操作系统,苦于手头没有该版本的安装光盘,也没时间下载其安装映像.因此,在现有资源“cn_windows_7_ultimate_with_sp ...

随机推荐

  1. Android 控件使用教程(二)—— RecyclerView 展示图片

    简介 在上一篇博文中,介绍了大家已经很熟悉的布局控件ListView,在这篇文章中,我将使用比较新.功能也更强大的RecyclerView. RecyclerView 首先,要用这个控件,你需要在gr ...

  2. 【LeetCode】404. Sum of Left Leaves 解题报告(Python)

    作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.cn/ 目录 题目大意 题目大意 解题方法 递归 迭代 日期 [LeetCode] 题目地址:h ...

  3. 【剑指Offer】数值的整数次方 解题报告(Python)

    [剑指Offer]数值的整数次方 解题报告(Python) 标签(空格分隔): LeetCode 题目地址:https://www.nowcoder.com/ta/coding-interviews ...

  4. 【LeetCode】106. Construct Binary Tree from Inorder and Postorder Traversal 解题报告

    [LeetCode]106. Construct Binary Tree from Inorder and Postorder Traversal 解题报告(Python) 标签: LeetCode ...

  5. GCD(hdu1695)

    GCD Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submiss ...

  6. codevs 1300:文件排版(DP)

    题目描述 写电子邮件是有趣的,但不幸的是经常写不好看,主要是因为所有的行不一样长,你的上司想要发排版精美的电子邮件,你的任务是为他编写一个电子邮件排版程序. 完成这个任务最简单的办法是在太短的行中的单 ...

  7. fastapi(一)

    废话不多说,直接上代码. 目录结构, 由于我也是刚开始学这个框架,只是了解了怎么注册蓝图,JWT的集成,数据库的集成,想了解更多,自行打开官方文档去详细阅读.fastapi官网文档链接 创建一个mai ...

  8. 编写Java程序,使用面向接口编程模拟不同动物的吼叫声

    返回本章节 返回作业目录 需求说明: 使用面向接口编程模拟不同动物的吼叫声 实现思路: 使用面向接口编程模拟不同动物吼叫声的实现思路: 定义发声接口Voice,在其中定义抽象吼叫方法sing(). 分 ...

  9. ORA-09925:Unable to create audit trail file 数据库启动失败

    问题描述:生产库停机加内存和CPU,重启完服务器,启动数据库报错. ORA-09925: Unable to create audit trail file Linux-x86_64 Error 2: ...

  10. Linux命令--ss命令的参数及使用详解

    ss是Socket Statistics的缩写.顾名思义,ss命令可以用来获取socket统计信息,它可以显示和netstat类似的内容.但ss的优势在于它能够显示更多更详细的有关TCP和连接状态的信 ...