Removes a mapped network drive.
The local drive letter to unmap (e.g., 'Z:').
1 if successful, 0 otherwise.
import { DriveMapDelSync } from '@ahmic/autoit-js';DriveMapDelSync('Z:'); Copy
import { DriveMapDelSync } from '@ahmic/autoit-js';DriveMapDelSync('Z:');
https://www.autoitscript.com/autoit3/docs/functions/DriveMapDel.htm
Removes a mapped network drive.