Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find if my WAMP Server is 32bit or 64bit?

I have installed WAMP on my Windows 8, now for some reasons I need to know if it is 32bit or 64. Browsed around and looked in 'abouts' and version/licence files but couldn't find anywhere. It is WAMPServer 2.2 by the way.

like image 399
XIMRX Avatar asked Mar 17 '14 12:03

XIMRX


People also ask

How do I check my version of Wamp?

If you are not sure whether or not WAMP is running, look for the small green W icon in your toolbar. If it is red, WAMP services are stopped, green means everything is running while orange means some services are running.

What is the latest version of WAMP?

WampServer (64-bit) Download (2022 Latest)


2 Answers

One easy way is to look in the process list. Bring up the Windows Task Manager. On the processes tab locate the WAMPServer process. If it is running as a 32-bit process it was say "(32 bit)" after the name. If it doesn't it is a 64-bit process.

Obviously... if you are running 32-bit Windows 8 then WAMPServer is a 32-bit process.

Update: In Windows 10 there is a Platform column in Task Manager. To see it click the 'Details' tab, right-click on the header for the task list and choose 'Select Columns'. Tick 'Platform' - it is near the bottom of the list

like image 157
Rob Avatar answered Sep 21 '22 02:09

Rob


You can always also right-click the system tray icon and select "About".

like image 34
Graph Avatar answered Sep 18 '22 02:09

Graph