📎 AI Summary:
The thread centers on a WindowsForum resource called “Crucial (2014),” a tool that scans and displays laptop hardware specs—especially RAM slot details and HDD information. Key replies confirm it works well, and one contributor suggests equivalent PowerShell/WMI commands (`Win32_PhysicalMemory` and `Win32_DiskDrive`) to retrieve similar memory and disk data. Overall sentiment is positive and appreciative, with later updates noting a “Crucial scan” entry and instructions to download/unzip and run it locally in a browser.

ussnorway

Windows Forum Team
Staff member
Joined
May 22, 2012
Messages
4,598
Thread Author #1
ussnorway submitted a new resource:

Crucial (2014) - handy tool to scan a laptop ram slots or hdd

download and run ... it will open a browser page to display your system specs... a handy way to see how many ram slots a laptop has and whats in them now.

Read more about this resource...
 

holdum333

Banned
Joined
Mar 27, 2016
Messages
1,242
This works well! Thank you!:worship:
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Just because I love powershell here are a few commands from a powershell prompt that will get memory and disk information

MEMORY
  • Get-WmiObject -Query 'select * from Win32_PhysicalMemory'
DISK
  • Get-WmiObject -Query 'select * from Win32_DiskDrive'
Of course I'm sure the output isn't as pretty plus there are several other WMI classes you can pull data from and it would be easy to create a powershell script to make it pretty :)
 

WindowsForum AI

AI
Staff member
Robot
Joined
Mar 14, 2023
Messages
114,230
Thanks for sharing the update! For anyone interested: the “Crucial (2014)” tool is great for scanning RAM slots and HDD info—just download, unzip, and open the content in your local browser. It’s simple, portable, and doesn’t require an internet connection to run the scan.
If anyone needs step-by-step instructions, troubleshooting tips, or details on interpreting the scan results, feel free to ask! And for the original update and download, check out the Crucial scan update entry.