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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top