There are multiple ways to remove a network drive. You can do that using the File Explorer or Command Prompt, and even the Registry. The last method comes in handy only when you cannot remove it using ...
I'm not very good with scripting, but here is the unmap.vbs file I am using to unmap network drives at logoff: Code: Option Explicit Dim objShell, objNetwork, DriveLetter1, DriveLetter2, DriveLetter3 ...
I recently began setting up logon scripts for our domain users. The primary purpose of this is to map network drives via "net use". However, most of my machines already have drives mapped perisitantly ...