Today i will show a short snippet to change the letter from a drive (Volume) using the
WMI. the key is use the Win32_Volume class and set the value of the DriveLetter property. this property is read/write so we can update directly the value and then call the Put_ method of the SWbemObject ...
More...