Computing.Net > Forums > Windows NT > Network drive letter changes within Desktop Shortcut command lines

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Network drive letter changes within Desktop Shortcut command lines

Reply to Message Icon

Name: Ben Murphy
Date: January 15, 2001 at 07:46:37 Pacific
Comment:

I am running NT 4.0 SP6 workstation connected to an NT 4.0 SP6 server. I have placed several shortcuts on my desktop to locations on my server. After starting the PC and logging in I find that some to all of the shortcuts on my desktop to locations on the network change their drive letter (i.e. M:\ becomes E:\) and an E: drive appears in explorer mapped to the same place as my M: drive. I am the only user on this PC and it only occurs on shortcuts to network locations. The apps do work but this is an annoying situation. Can any one help?



Sponsored Link
Ads by Google

Response Number 1
Name: Kevin Meininger
Date: January 15, 2001 at 11:20:46 Pacific
Reply:

Hi,
Here are two other ways to achieve what you want without the changing drive letters:

1) Try to create your shortcuts using UNC paths. Most newer applications can use these and do not require a drive letter to be mapped. A typical UNC path looks like this:
\\SERVERNAME\share\file
If you use these in your shortcuts, no drive letter mapping is necessary;

2) If you require a drive to be mapped, you can create a loginscript that maps the drive on each login.

If you are not logging into a domain, the login script should be located at:
\winnt\system32\repl\import\scripts

If you are logging into a domain, the login script should be located on the domain server (and all backup domain controllers) in that same directory.

Lastly, you need to edit the user account under user manager to require that loginscript.

A loginscript is a .bat file such as this:

rem This is my loginscript
net use e: \\server\share
net use m: \\anotherserver\share

Hope this helps!
Kevin


0

Response Number 2
Name: READ THE QUESTION
Date: April 18, 2001 at 06:25:00 Pacific
Reply:

Kevin, Did you read the question? Your response has nothing to do with his problem!!!!!!!!!!!!


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: Network drive letter changes within Desktop Shortcut command lines

Multiple network drive letter www.computing.net/answers/windows-nt/multiple-network-drive-letter/11419.html

NT 4 Server: Changing IP address from command line www.computing.net/answers/windows-nt/nt-4-server-changing-ip-address-from-command-line/9123.html

Drive Letter Changes after reboot www.computing.net/answers/windows-nt/drive-letter-changes-after-reboot/12098.html