参考:
《Find If Your Drive is SSD or HDD in Windows 10 / 8 / 7》
https://www.top-password.com/blog/find-if-your-drive-is-ssd-or-hdd-in-windows/
方法小结:
1.
命令行运行:
dfrgui
启动优化驱动器,也就是硬盘碎片整理程序,就能看到“媒体类型”列,显示是“固态硬盘”(SSD),还是“硬盘驱动器”(HDD)。
在资源浏览器(explorer.exe)中,打开驱动器的硬盘碎片整理程序也可以。
2.
启动:
PowerShell
运行命令:
Get-PhysicalDisk
在“MediaType”列,也可以显示SSD,还是HDD。
原文说需要使用有管理员权限的PowerShell,好像不是必须的。