Remote detection 64 bit 32 bit

ThePrince

New member
Local time
5:53 PM
Messages
11
How do I find if a remote computer is 64 bit or 32 bit.


Preferrably without too many requirements, maybe a remote cmd command or something.


Thanks.
 

My Computer

OS
Windows 7
Try this command on CMD window.

C:\>wmic os get osarchitecture



This command is for Power Shell users who use remote commands

PS C:\>(gwmi win32_computersystem).SystemType
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite P775-S7232
OS
MS Windows 7 Ultimate 64-bit SP1
CPU
i5-2410M 2.3GHz (2.9GHz Turbo-Boost) Sandy Bridge 32nm
Motherboard
Toshiba PHRAA ver. PSBY1U-00F003
Memory
4GB+4GB Samsung DDR3 PC3-10700 (1333 MHz)
Graphics Card(s)
Video Intel(R) HD Graphics Family, 1696MB available memory
Sound Card
Realtek High Definition Audio version=6.0.1.6323
Monitor(s) Displays
17.3 " Trubrite TFT LCD, LED Backlit
Screen Resolution
1600x900 32 bit, Native support for 720P content
Hard Drives
TOSHIBA MK6476GSXN
580.614 [GB] partitioned C: 80GB and D: 500GB with hidden recovery partitons.

Spare bay for 2nd HDD but no SATA connector :-(
PSU
Toshiba AC/DC Adapter
Case
Notebook
Cooling
Built-in Fan
Keyboard
Premium Raised Tile keyboard
Mouse
Logitech M215 wireless mouse
Internet Speed
Not fast enough
Other Info
Built-in Harman Kardon speakers with Dolby Advanced Audio, Waves MaxxAudio® 3. HDMI, 1xUSB3+3xUSB2 ports, WebCam, Battery life 4hrs 11mins, 4GB Readyboost SDHC card, WD My Book Essential Ext HDDs 2 TB, 2x1TB, My Passport SE 1TB and WDTV 1st Gen for Multimedia playing on a Sony Wega 32" LCD.
Recent addition to my toys are Asus Transformer Pad TF300T with 32GB onboard sd card + 32GB microsd card.
Where do you enter the computer name? When I run the command it gives me my own architecture. I want to do this for a remote computer :)
 

My Computer

OS
Windows 7
Okay I got it to work remotely, but only works on some computers. On some computers I get the following types of error messages:

1. RPC server not available.
2. Invalid request.

What do these errors correspond to and how can I fix them?

I got invalid request on a computer running 32 bit win xp, but it worked on a computer running 32 bit windows 7. I got the RPC error on computers running both Win XP and Win 7.

Any help much appreciated. I just want to find out the os architecture in a reliable way with any windows os if possible.
 

My Computer

OS
Windows 7
Back
Top