Automatically restore windows network drive (red "X") via batch file
- by user33958
i need check if a network drive is mapped and accessible. From time to time windows displays a red X on the drive, and i would need to manually click the drive in explorer to reconnect.
I already found solutions which involve editing the registry which unfortunately isn´t possible.
So i would need a batch file checking for connection, and (re-)mounting the drive. What i´m using at the moment:
IF NOT EXIST z: net use z: \\10.211.55.5\test