T tina Dec 16, 2003 #1 How can I map a network drive in the registry so that anyone who logs into a computer will have that drive available?
How can I map a network drive in the registry so that anyone who logs into a computer will have that drive available?
D Dave Patrick Dec 16, 2003 #2 You can use; net use W: /d net use W: \\servername\sharename in your shell script placed in %allusersprofile%\Start Menu\Programs\Startup or in your logon script
You can use; net use W: /d net use W: \\servername\sharename in your shell script placed in %allusersprofile%\Start Menu\Programs\Startup or in your logon script
D Dave Patrick Dec 16, 2003 #3 You can use; net use W: /d net use W: \\servername\sharename in your shell script placed in %allusersprofile%\Start Menu\Programs\Startup or in your logon script
You can use; net use W: /d net use W: \\servername\sharename in your shell script placed in %allusersprofile%\Start Menu\Programs\Startup or in your logon script
S Scott Losawyer Dec 17, 2003 #4 hkcu\network set up what you want, then export the key. place the keys and values into the default user key, removing and logon ifo, if applicable
hkcu\network set up what you want, then export the key. place the keys and values into the default user key, removing and logon ifo, if applicable
S Scott Losawyer Dec 17, 2003 #5 hkcu\network set up what you want, then export the key. place the keys and values into the default user key, removing and logon ifo, if applicable
hkcu\network set up what you want, then export the key. place the keys and values into the default user key, removing and logon ifo, if applicable