mapping network drive in registry

  • Thread starter Thread starter tina
  • Start date Start date
T

tina

How can I map a network drive in the registry so that
anyone who logs into a computer will have that drive
available?
 
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
 
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
 
Back
Top