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. 【经验】 Java BigInteger类以及其在算法题中的应用

    [经验] Java BigInteger类以及其在算法题中的应用 标签(空格分隔): 经验 本来在刷九度的数学类型题,有进制转换和大数运算,故而用到了java BigInteger类,使用了之后才发现 ...

  2. 【LeetCode】234. Palindrome Linked List 解题报告(Python)

    作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.cn/ 目录 题目描述 题目大意 解题方法 日期 题目地址:https://leetcode.c ...

  3. light oj -1245 - Harmonic Number (II)

    先举个例子,假如给你的数是100的话,将100/2=50;是不是就是100除100-51之间的数取整为1: 100/3=33;100除50到34之间的数为2,那么这样下去到sqrt(100);就可以求 ...

  4. C. Not Equal on a Segment(codeforces)

    C. Not Equal on a Segment time limit per test 1 second memory limit per test 256 megabytes input sta ...

  5. CAS学习笔记一:CAS 授权服务器简易搭建

    什么是CAS CAS是Central Authentication Service的缩写,中央认证服务,一种独立开放指令协议.CAS 是 耶鲁大学(Yale University)发起的一个开源项目, ...

  6. MySQL 批量插入,如何不插入重复数据

    1.insert ignore into 当插入数据时,如出现错误时,如重复数据,将不返回错误,只以警告形式返回.所以使用ignore请确保语句本身没有问题,否则也会被忽略掉=======>IN ...

  7. leetcode日记本

    写在前面: 2019.6开始经过一年的学习,我依然没有学会算法,依然停留在最基本的阶段,面对题目依然一头雾水 但是难不是放弃的理由,根据毛主席的论持久战原理,我决定一天看一点循序渐进,相信总有一天可以 ...

  8. SHARPENING (HIGHPASS) SPATIAL FILTERS

    目录 Laplacian UNSHARP MASKING AND HIGHBOOST FILTERING First-Order Derivatives Roberts cross-gradient ...

  9. 3 - 基于ELK的ElasticSearch 7.8.x技术整理 - 高级篇( 偏理论 )

    4.ES高级篇 4.1.集群部署 集群的意思:就是将多个节点归为一体罢了( 这个整体就有一个指定的名字了 ) 4.1.1.window中部署集群 - 了解即可 把下载好的window版的ES中的dat ...

  10. 使用子查询获取,使用 all 关键字获取比所有“国内短线游”价格高的线路信息,按照线路类型、线路价格升序显示线路编号、线路名和价格

    查看本章节 查看作业目录 需求说明: 使用子查询获取"国内短线游"及"国内长线游"的线路信息,按照线路类型.线路价格升序显示线路编号.线路名和价格 使用 all ...