2

A Lenovo ThinkCentre Windows 7 PC is automatically creating mounted drives, using the next available drive letter, eg: L etc & slowing the computer down.

fixer1234
  • 28,064
Clive
  • 21
  • 1

1 Answers1

0

disable automount drives:

mountvol /N

enable automount drives:

mountvol /E

check disk warring, error, event:

powershell Get-Eventlog system -Source Disk
STTR
  • 6,891