How to map a network drive

  • Thread starter Thread starter Howard Huntley
  • Start date Start date
Hi Howard,

Click start, then right click the network entry on the left side and choose
'map network drive'. The rest works like XP and is fairly simple to do.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
 
1) write a script (batch file or vbscript)
2) Join the computer to windows Active Directory domain
3) put script on Active directory server in the directory \\<domain
name>\netlogon
4) create group policy that uses logon script
4) join computer to domain
5) logon to domain


for example: a simple script

net use x: \\servername\sharename


No domain or Active Directory?
drop in the startup folder.
 

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