"Rescan Disks" at the Command Line

  • Thread starter Thread starter chironex
  • Start date Start date
C

chironex

In Disk Management under the Computer Management tool, there is an action
called "Rescan Disks". Is there a command in the Command Line that can do the
exact same thing?
 
I don't have a Vista machine, but this works for me on XP
echo rescan>rescan.txt & diskpart /s rescan.txt
 
Back
Top