Is this a Win95 bug?

This is a discussion about Is this a Win95 bug? in the Legacy OS category; We are using 5 Windows 95 workstations and a Windows 2000 server at my work place. The windows 95 systems are the original win 95 release. We don't have any service packs, and are not using version a, b, or c, just the original.

Legacy OS 455 This topic was started by , . Last reply by ,


data/avatar/default/avatar06.webp

286 Posts
Location -
Joined 2001-07-17
We are using 5 Windows 95 workstations and a Windows 2000 server at my work place. The windows 95 systems are the original win 95 release. We don't have any service packs, and are not using version a, b, or c, just the original. Now here is my problem.
 
Almost every morning at least 1 or 2 out of the 5 workstations needs to have the network drive re-mapped. It's like windows is forgetting about it. I have it set to reconnect at logon, but never the less 1 or 2 a day have this prob. Is this a bug? If not, what might be the cause?

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Apr 2
Created
Jun 29
Last Response
0
Likes
1 minute
Read Time
User User User
Users

Responses to this topic


data/avatar/default/avatar20.webp

645 Posts
Location -
Joined 2000-09-16
Yes this is a bug! Fix for it is to install "at least" Service Pak 1 for Windows 95.

data/avatar/default/avatar12.webp

75 Posts
Location -
Joined 2003-05-05
You should consider adding the drive mapping command to the users login script on the windows 2000 server.
 
For example in a text file called login.bat
 
net use m: \\servername\sharename
 
Then make sure each user is running that script at login (via the User manager or Active Directory Users and Computers).
 
Jimbo