Jump to content

Mapped Drives


Recommended Posts

The thing is:

When U mount a drive in Win2k and when U restart Win2k and the machine that has the MAPPED DRIVE connected to is offline, the annoying YES or NO question comes up right after bootup.

What must I do that that it would just ignore it and just assume that all MAPPED DRIVES are connected??

Link to comment
Share on other sites


Yes, that is annoying. You could create a batch file and place it in the Programs -> Startup. Could look something like this:

@echo off
net use x: \\machine1\shared /persistent:no
net use y: \\machine2\morestuff /persistent:no

Ought to work. :)

Link to comment
Share on other sites

If you set persistant to yes, that should map whether it can be seen or not. However if you use different u/n & p/w to access the shares to the normal login it will still prompt for them to be entered and you will still then get the failure prompt at least.

Link to comment
Share on other sites

I would like that the computer would just assume that the MAPPED drive is OFFLINE even if it isn't. Is that possible?

Or at least wouldn't BUG U if the mapped drive is OFFLINE, just like WinXP does it!

Link to comment
Share on other sites

one work around...

create a shotcut to the path you want, call it say G.lnk, whack this into system32 folder, now Start, Run G would bring up that path..

not mapping, but creating shortcut which can have a letter assigned to them...

-this works for all files and prorams by the way -shortuct put into system32 folder.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...