FG
💻 Software

Is there a windows command that returns the list of 64 and 32 process?

Fresh5 days ago
Mar 15, 202612699 views
Confidence Score0%
0%

Problem

I am looking for a solution to locate which process are running over 64 and which ones on 32 bits on my Windows Seven 64 system, there is a simple windows shell command available to do that???

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is there a windows command that returns the list of 64 and 32 process?

Low Risk

After some thought, I realized the WMIC method is kind of hokey. A much better way to do this is to use a PowerShell script that looks something like this: If you copy that in to a PowerShell script, call it process-width.ps1, and run it in PowerShe…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment