Forum Discussion
ODmvQIT
May 18, 2024Copper Contributor
subst disks cause stalling for diskpart and diskmgmt.msc
run diskpart.exe enter "list vol" to check listing time Import registry file reboot run diskpart.exe enter "list vol" - there is stalling REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl...
Holaway
Jun 08, 2024Iron Contributor
Try to remove Subst Drives:
- Open Command Prompt as Administrator and type subst to list all current subst drives.
- To remove a subst drive, type subst [drive letter]: /d. For example, if your subst drive is Z:, you would type subst Z: /d.
- After removing subst drives, check if diskpart and diskmgmt.msc work normally.