5

如何在 Windows 中查看可用内存插槽

 1 year ago
source link: https://www.sysgeek.cn/windows-find-available-memory-slots/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
keyboard

如果你要为 Windows 设备增加内存,首先就需要确认主板是否还有空闲的内存插槽。虽然我们可以直接拆机查看,但 Windows 本身就有多种工具(如任务管理器、命令提示符或 PowerShell)来辅助用户查看主板是否还有可用的内存插槽。

方法1:使用「任务管理器」查看 Windows 内存插槽

要确定您的 Windows 笔记本电脑或台式电脑是否有可用的内存插槽,请使用以下步骤:

1 使用Ctrl + Alt + Del快捷键打开「任务管理器」——点击「性能」标签——再点击左侧「内存」项

2 在「任务管理器」右下方即可查看到当前设备内存插槽总数和已使用的插槽个数。

已使用的插槽

方法2:使用「命令提示符」查看 Windows 内存插槽

要通过「命令提示符」检查 Windows 内存插槽数量和空闲插槽,请使用以下步骤:

1 在「开始」菜单中搜索cmd——选择「以管理员身份运行」打开「命令提示符」

2 执行以下命令查看主板中可用的插槽:

复制wmic Memphysical get MaxCapacity, MemoryDevices
命令提示符

3 通过MemoryDevices参数确认当前 Windows PC 的主板总内存插槽数。

4.再执行以下命令查看已使用的插槽:

复制wmic MemoryChip get BankLabel, DeviceLocator, Capacity
命令提示符

4 确认系统上已使用的内存插槽数量

推荐阅读:如何查看 Windows PC 中的 RAM 物理内存类型和参数

方法3:使用「PowerShell」查看 Windows 内存插槽

使用 PowerShell 查看主板上可用的内存插槽,请使用以下步骤:

1 在「开始」菜单中搜索powershell——选择「以管理员身份运行」打开「Windows PowerShell」

2 执行以下命令查看主板中可用的插槽:

复制Get-WmiObject -Class "Win32_PhysicalMemoryArray"

3 通过MemoryDevices参数确认当前 Windows PC 的主板总内存插槽数。

4 再执行以下命令查看已使用的插槽:

复制Get-WmiObject -Class "Win32_PhysicalMemory" | Format-Table BankLabel
Powershell

完成上述步骤,PowerShell 将返回是否有可用的空闲插槽。


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK