November 27, 200421 yr Im using a vbscript (WShNetwork.MapNetworkDrive) to map several drives... anyone know how I can set a specific name for each of them? Whether its adding another parameter to my vbscript or an additional batch Ill need to create, or even a reg setting...Thanks!
November 28, 200421 yr Author Well, thats fine.. but what would the additional parameter be that would allow me to name it?
November 28, 200421 yr Author Thats what Im using but when I do that I end up with <Foldername> on '<Servername>' (<MapDriveLetter>)From there I can rename the drive to whatever I want ie: "Pics (Y:)". Just wondering what needs to be done to have this done automatically...
December 15, 200421 yr durex,can't find the description either, not in WMI win32_mappeddrive alsobut I'v found it in the registry, you can change it there after making the mapped drive.HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\##[server]#[share]add REG_SZ _LabelFromReg there and add your description as valuegr /\/\o\/\/
Create an account or sign in to comment