有没有什么方法可以在不打开电脑的情况下检查我的电脑使用的是哪种内存?
我想在订购升级之前检查我的计算机使用哪种类型的 RAM。 我相当确定它是 DDR2,但我想仔细检查一下。
有没有办法在 Windows XP 中检查这一点,而无需打开外壳查看?
编辑 内容警察似乎搞错了,我一直在寻找一款软件或命令来检查这一点。 我觉得这使得这个问题对于 StackOverflow 来说完全有效,并且引起了其他程序员的兴趣。
I would like to check which type of RAM my computer uses before I order an upgrade. I'm fairly sure its DDR2 but I would like to double check this.
Is there any way to check this in Windows XP without opening the case up and looking?
EDIT
The content police seem to have gotten the wrong end of the stick, I was looking for a piece of software or a command that would allow me to check this. I feel that this makes this question perfectly valid for StackOverflow and of interest to other programmers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
CPU-Z 可以告诉你。 在 SPD 选项卡上,您可以查看 DIMM 特定信息
CPU-Z can tell you. On the SPD tab you can view the DIMM specific information
如果它是标准的普通盒子,请前往 Crucial 并使用他们的内存选择器工具。
If it's a standard, vanilla box, then head over to Crucial and use their memory selector tool.
试试这个:
wmic memorychip list full
在此你将得到内存类型,如果它是 24,那么你正在使用 DDR3,如果它是 0,那么你有可能正在使用 DDR4
Ansh Sharma
try this:
wmic memorychip list full
In this you will get memorytype if it is 24 then you are using DDR3 and if it is 0 then there are chances that you are using DDR4
Ansh Sharma
从设备管理器中找出主板/芯片组,谷歌搜索,知道它需要什么。
正如 Greg Hewgill 所说,你需要编写一些脚本(使其成为一个有效的问题) - 但你必须自己做这部分=)
Find out the motherboard/chipset from the device manager, google it, know what it takes.
As Greg Hewgill says, you'd need to script that some how (to make this a valid question on SO) - but you'd have to do that part yourself =)
CPU-Z 可以告诉您类型以及当前时钟速度和内存时序。
http://www.cpuid.com/cpuz.php
CPU-Z Can tell you the type as well as the current clock speed and memory timings.
http://www.cpuid.com/cpuz.php
让我知道是否有帮助:
任务管理器> 性能
Let me know if it helps:
Taskmanager > Performance
如果 CPUID 未显示 RAM 详细信息,则使用 HWiNFO,它将提供有关硬件的深入详细信息
https://www.hwinfo.com/download/
In case CPUID not showing RAM details use HWiNFO, it will provide deep details about Hardware
https://www.hwinfo.com/download/