I read in this answer that Windows 7 has two versions of the task manager, one being 64-bit and the other being 32-bit.
How do I go about running this 32 bit version of the task manager in Windows 7 64-bit?
|
I read in this answer that Windows 7 has two versions of the task manager, one being 64-bit and the other being 32-bit. How do I go about running this 32 bit version of the task manager in Windows 7 64-bit? | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You'll find that 64bit windows keeps two copies of system executables. There's c:\windows\system32 for 64bit apps, and "c:\windows\syswow64" for the 32bit versions. Navigate to the syswow64 folder and look for taskmgr.exe, double click it to run the 32bit version, after task manager opens you will notice "taskmgr.exe*32" in the list, any process in the list with *32 means it is a 32bit version running. | |||||||||
feedback
|
%SystemRoot%\SysWOW64\TaskMgr.exe. – Mehrdad Mar 2 '11 at 21:09