Automount
DiskPart
This is from Microsoft Technet. If you want to see it at their site, click here
To access DiskPart, click here
Syntax: automount [enable] [disable] [scrub] [noerr]
When enabled (the default), Windows automatically mounts the file
system for a new basic volume when it is added to the system, and
then assigns a drive letter to the volume. In system area network
configurations, disabling automount prevents Windows from
automatically mounting or assigning drive letters to any new basic
volumes added to the system.
enable
Enables Windows to automatically mount new basic volumes added to
the system and to assign them drive letters.
disable
Prevents Windows from automatically mounting any new basic volumes
that are added to the system.
scrub
Removes volume mount point directories and registry settings for
volumes that are no longer in the system. This prevents volumes that
were previously in the system from being automatically mounted and
given their former volume mount point(s) when they are added back to
the system.
noerr
For scripting only. When an error is encountered, specifies that
DiskPart continues to process commands as if the error did not
occur. Without the noerr parameter, an error causes DiskPart to exit
with an error code.