Oct 27, 2004 #1 Elbown IS-IT--Management Oct 3, 2003 6 NL Does any one know if it is possible to map network shares from within the registry and if so what is the key and the format for doing this? Thanks...
Does any one know if it is possible to map network shares from within the registry and if so what is the key and the format for doing this? Thanks...
Oct 27, 2004 1 #2 aquias MIS Jun 13, 2003 820 US When you static map a drive (either through network neighborhood or via net use) it adds an entry automatically to the registry. The entry is placed in HKEY_CURRENTUSER\NETWORK\(Drive Letter) Each entry has the following keys added to it... ---------------------------------------------------------- [HKEY_CURRENT_USER\Network\Q] "RemotePath"="\\\\server name\\share name" "UserName"=".CN=username.OU=tree.O=root" "ProviderName"="NetWare Services" "ProviderType"=dword:00030000 "ConnectionType"=dword:00000001 ---------------------------------------------------------- However, in using this (static mappings) you are greatly enhancing the amount of work you'll have to do to maintain or make changes to the network. Upvote 0 Downvote
When you static map a drive (either through network neighborhood or via net use) it adds an entry automatically to the registry. The entry is placed in HKEY_CURRENTUSER\NETWORK\(Drive Letter) Each entry has the following keys added to it... ---------------------------------------------------------- [HKEY_CURRENT_USER\Network\Q] "RemotePath"="\\\\server name\\share name" "UserName"=".CN=username.OU=tree.O=root" "ProviderName"="NetWare Services" "ProviderType"=dword:00030000 "ConnectionType"=dword:00000001 ---------------------------------------------------------- However, in using this (static mappings) you are greatly enhancing the amount of work you'll have to do to maintain or make changes to the network.