Check if a process is running in 64 or 32-bit mode?
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Droplet of life
--
Chapters
00:00 Question
00:30 Accepted answer (Score 20)
00:57 Answer 2 (Score 27)
01:22 Answer 3 (Score 21)
01:59 Answer 4 (Score 1)
02:48 Thank you
--
Full question
https://superuser.com/questions/85054/ch...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #64bit #process
#avk47
ANSWER 1
Score 28
No need 3rd party programs !
Open Task Manager > Details
, right click on columns bar Select Columns
and check Platform
:
(Windows 10 and 8)
ACCEPTED ANSWER
Score 21
Can we assume this is a Windows question? XP x64, Vista, 7?
In Windows 7 I believe a 32-bit application running in a 64-bit OS has a *32
after its name in the Task Manager...
ANSWER 3
Score 21
Just to add to this old answer, yes use Process Explorer. You can right click on the columns and select Image Type to show which processes are 32 bit and which are 64 bit. Run Process as Administrator to see some services.
http://live.sysinternals.com/procexp.exe
ANSWER 4
Score 1
Unlike in Windows 7 task manager where 32-bit processes are shown with *32
, in Windows 8 and 10 they'll be shown with (32 bit)
at the end. No need to go to the Details tab and add another column!
In compact mode they're shown in the same way, but in less detail compared to the Processes tab and Details tab