得到HD(硬盘)和SSD(机械硬盘)的第一个盘符。可以是bat写或则powershell
GET-WMIOBJECT –query “SELECT top 1 volumeName from win32_logicaldisk where DriveType = '3'”