Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > Network Password keeps prompting

Reply
Thread Tools Display Modes

Network Password keeps prompting

 
 
Joe
Guest
Posts: n/a

 
      08-25-2007
Hello,

Just installed Vista Home Premium and I have it on a six server network that
the servers are W2003 enterprise. When I want to connect to a shared file I
get the normal prompt for password and I tick the box to save the password.
However after a Vista reboot it loses this password and I have to reenter it.
Can this be changed in the Home version?

Thanks
Joe
 
Reply With Quote
 
 
 
 
f/fgeorge
Guest
Posts: n/a

 
      08-25-2007
On Sat, 25 Aug 2007 05:02:02 -0700, Joe
<> wrote:

> Hello,
>
>Just installed Vista Home Premium and I have it on a six server network that
>the servers are W2003 enterprise. When I want to connect to a shared file I
>get the normal prompt for password and I tick the box to save the password.
>However after a Vista reboot it loses this password and I have to reenter it.
>Can this be changed in the Home version?
>
>Thanks
>Joe

In XP if you just put the exact same name and password on each pc you
don't have these issues. Try it for Vista.
 
Reply With Quote
 
Joe
Guest
Posts: n/a

 
      08-25-2007
Hello F/George,

Not sure what you mean here. I didn't have a problem in XP. Besides I am
logging on with the administrator account of the servers so why would this
matter to Vista?

All my servers have identical users and passwords. I use a workgroup scenario.

So if I access a shared file on the server from Vista and use and account on
the server and I am granted access. Why then does Vista prompt me after a
reboot of Vista?

Thanks
Joe

"f/fgeorge" wrote:

> On Sat, 25 Aug 2007 05:02:02 -0700, Joe
> <> wrote:
>
> > Hello,
> >
> >Just installed Vista Home Premium and I have it on a six server network that
> >the servers are W2003 enterprise. When I want to connect to a shared file I
> >get the normal prompt for password and I tick the box to save the password.
> >However after a Vista reboot it loses this password and I have to reenter it.
> >Can this be changed in the Home version?
> >
> >Thanks
> >Joe

> In XP if you just put the exact same name and password on each pc you
> don't have these issues. Try it for Vista.
>

 
Reply With Quote
 
Joe
Guest
Posts: n/a

 
      08-25-2007
Hi again,

Sorry I forgot something.
I didn't have an identical user on my XP Pro box. XP Pro just cached the
password.
Now XP Home that is another story it just doesn't do it. So I used pro. Do I
need a different version of VIsta for this to happen?

"f/fgeorge" wrote:

> On Sat, 25 Aug 2007 05:02:02 -0700, Joe
> <> wrote:
>
> > Hello,
> >
> >Just installed Vista Home Premium and I have it on a six server network that
> >the servers are W2003 enterprise. When I want to connect to a shared file I
> >get the normal prompt for password and I tick the box to save the password.
> >However after a Vista reboot it loses this password and I have to reenter it.
> >Can this be changed in the Home version?
> >
> >Thanks
> >Joe

> In XP if you just put the exact same name and password on each pc you
> don't have these issues. Try it for Vista.
>

 
Reply With Quote
 
GTS
Guest
Posts: n/a

 
      08-25-2007
Home versions of XP and Vista cannot cache credentials. You have 2 options.
1. Create a user and password on the machine where the share resided exactly
matching the Vista machine.
2. Create a batch file which can be run from startup if you like with this
command
>net use \\servername\sharename /USER:username-on-server password

--
"Joe" <> wrote in message
news:62EBD980-0E93-40A8-9972-...
> Hi again,
>
> Sorry I forgot something.
> I didn't have an identical user on my XP Pro box. XP Pro just cached the
> password.
> Now XP Home that is another story it just doesn't do it. So I used pro. Do
> I
> need a different version of VIsta for this to happen?
>
> "f/fgeorge" wrote:
>
>> On Sat, 25 Aug 2007 05:02:02 -0700, Joe
>> <> wrote:
>>
>> > Hello,
>> >
>> >Just installed Vista Home Premium and I have it on a six server network
>> >that
>> >the servers are W2003 enterprise. When I want to connect to a shared
>> >file I
>> >get the normal prompt for password and I tick the box to save the
>> >password.
>> >However after a Vista reboot it loses this password and I have to
>> >reenter it.
>> >Can this be changed in the Home version?
>> >
>> >Thanks
>> >Joe

>> In XP if you just put the exact same name and password on each pc you
>> don't have these issues. Try it for Vista.
>>


 
Reply With Quote
 
Joe
Guest
Posts: n/a

 
      08-25-2007
Hello GTS,

Thanks I will do that until I get an Ultimate version.
I rated your post thanks again..

Joe

"GTS" wrote:

> Home versions of XP and Vista cannot cache credentials. You have 2 options.
> 1. Create a user and password on the machine where the share resided exactly
> matching the Vista machine.
> 2. Create a batch file which can be run from startup if you like with this
> command
> >net use \\servername\sharename /USER:username-on-server password

> --
> "Joe" <> wrote in message
> news:62EBD980-0E93-40A8-9972-...
> > Hi again,
> >
> > Sorry I forgot something.
> > I didn't have an identical user on my XP Pro box. XP Pro just cached the
> > password.
> > Now XP Home that is another story it just doesn't do it. So I used pro. Do
> > I
> > need a different version of VIsta for this to happen?
> >
> > "f/fgeorge" wrote:
> >
> >> On Sat, 25 Aug 2007 05:02:02 -0700, Joe
> >> <> wrote:
> >>
> >> > Hello,
> >> >
> >> >Just installed Vista Home Premium and I have it on a six server network
> >> >that
> >> >the servers are W2003 enterprise. When I want to connect to a shared
> >> >file I
> >> >get the normal prompt for password and I tick the box to save the
> >> >password.
> >> >However after a Vista reboot it loses this password and I have to
> >> >reenter it.
> >> >Can this be changed in the Home version?
> >> >
> >> >Thanks
> >> >Joe
> >> In XP if you just put the exact same name and password on each pc you
> >> don't have these issues. Try it for Vista.
> >>

>
>

 
Reply With Quote
 
Joe
Guest
Posts: n/a

 
      08-26-2007
Hello GTS,


I created the batch file and put it into the Startup Folder is this correct?
If so this doesn't work.

"GTS" wrote:

> Home versions of XP and Vista cannot cache credentials. You have 2 options.
> 1. Create a user and password on the machine where the share resided exactly
> matching the Vista machine.
> 2. Create a batch file which can be run from startup if you like with this
> command
> >net use \\servername\sharename /USER:username-on-server password

> --
> "Joe" <> wrote in message
> news:62EBD980-0E93-40A8-9972-...
> > Hi again,
> >
> > Sorry I forgot something.
> > I didn't have an identical user on my XP Pro box. XP Pro just cached the
> > password.
> > Now XP Home that is another story it just doesn't do it. So I used pro. Do
> > I
> > need a different version of VIsta for this to happen?
> >
> > "f/fgeorge" wrote:
> >
> >> On Sat, 25 Aug 2007 05:02:02 -0700, Joe
> >> <> wrote:
> >>
> >> > Hello,
> >> >
> >> >Just installed Vista Home Premium and I have it on a six server network
> >> >that
> >> >the servers are W2003 enterprise. When I want to connect to a shared
> >> >file I
> >> >get the normal prompt for password and I tick the box to save the
> >> >password.
> >> >However after a Vista reboot it loses this password and I have to
> >> >reenter it.
> >> >Can this be changed in the Home version?
> >> >
> >> >Thanks
> >> >Joe
> >> In XP if you just put the exact same name and password on each pc you
> >> don't have these issues. Try it for Vista.
> >>

>
>

 
Reply With Quote
 
GTS
Guest
Posts: n/a

 
      08-26-2007
Joe,

I have used that procedure for a long time on XP Home where it works
fine, but just recalled that I ran into an issue doing it on Vista. Sorry -
it slipped my mind before. UAC interferes with running the batch from
Startup. What I did recently for 2 users with (home version) Vista laptops
at a small company I service was to create the batch file (I called it
UseShares.cmd) and put a shortcut to it on the desktop called Network
Connection. I advised the users to run it after bootup. There is a way to
circumvent UAC by using Task Scheduler to run a program as admin, but I
haven't tried it yet for this situation.

This inability to cache credentials is one of the most annoying features
of Microsoft's product stratification for profit strategy since it causes a
lot of grief even on home networks with 'home' versions of Windows.

GTS

"Joe" <> wrote in message
news:BE48B5DA-1262-475C-8BED-...
> Hello GTS,
>
>
> I created the batch file and put it into the Startup Folder is this
> correct?
> If so this doesn't work.
>
> "GTS" wrote:
>
>> Home versions of XP and Vista cannot cache credentials. You have 2
>> options.
>> 1. Create a user and password on the machine where the share resided
>> exactly
>> matching the Vista machine.
>> 2. Create a batch file which can be run from startup if you like with
>> this
>> command
>> >net use \\servername\sharename /USER:username-on-server password

>> --
>> "Joe" <> wrote in message
>> news:62EBD980-0E93-40A8-9972-...
>> > Hi again,
>> >
>> > Sorry I forgot something.
>> > I didn't have an identical user on my XP Pro box. XP Pro just cached
>> > the
>> > password.
>> > Now XP Home that is another story it just doesn't do it. So I used pro.
>> > Do
>> > I
>> > need a different version of VIsta for this to happen?
>> >
>> > "f/fgeorge" wrote:
>> >
>> >> On Sat, 25 Aug 2007 05:02:02 -0700, Joe
>> >> <> wrote:
>> >>
>> >> > Hello,
>> >> >
>> >> >Just installed Vista Home Premium and I have it on a six server
>> >> >network
>> >> >that
>> >> >the servers are W2003 enterprise. When I want to connect to a shared
>> >> >file I
>> >> >get the normal prompt for password and I tick the box to save the
>> >> >password.
>> >> >However after a Vista reboot it loses this password and I have to
>> >> >reenter it.
>> >> >Can this be changed in the Home version?
>> >> >
>> >> >Thanks
>> >> >Joe
>> >> In XP if you just put the exact same name and password on each pc you
>> >> don't have these issues. Try it for Vista.
>> >>

>>
>>


 
Reply With Quote
 
Joe
Guest
Posts: n/a

 
      08-26-2007
Hello GTS,

I thank you for the help,

I own a small hosting and network company and I have always stayed away from
home because of this. I didn't research Vista on this feature in the Home
version again as I thought that is was far removed for the complaints. Well
as I have learned it is still in there.

I didn't want a home version I wanted Ultimate or business but a bussdy of
mine gave me his copy and said " Here I don't like this" and I just put it on
a demo box.

After seeing that it has networking issues I will probably upgrade to the
ultimate later as I learn more about Vista.

Thanks again
Joe

"GTS" wrote:

> Joe,
>
> I have used that procedure for a long time on XP Home where it works
> fine, but just recalled that I ran into an issue doing it on Vista. Sorry -
> it slipped my mind before. UAC interferes with running the batch from
> Startup. What I did recently for 2 users with (home version) Vista laptops
> at a small company I service was to create the batch file (I called it
> UseShares.cmd) and put a shortcut to it on the desktop called Network
> Connection. I advised the users to run it after bootup. There is a way to
> circumvent UAC by using Task Scheduler to run a program as admin, but I
> haven't tried it yet for this situation.
>
> This inability to cache credentials is one of the most annoying features
> of Microsoft's product stratification for profit strategy since it causes a
> lot of grief even on home networks with 'home' versions of Windows.
>
> GTS
>
> "Joe" <> wrote in message
> news:BE48B5DA-1262-475C-8BED-...
> > Hello GTS,
> >
> >
> > I created the batch file and put it into the Startup Folder is this
> > correct?
> > If so this doesn't work.
> >
> > "GTS" wrote:
> >
> >> Home versions of XP and Vista cannot cache credentials. You have 2
> >> options.
> >> 1. Create a user and password on the machine where the share resided
> >> exactly
> >> matching the Vista machine.
> >> 2. Create a batch file which can be run from startup if you like with
> >> this
> >> command
> >> >net use \\servername\sharename /USER:username-on-server password
> >> --
> >> "Joe" <> wrote in message
> >> news:62EBD980-0E93-40A8-9972-...
> >> > Hi again,
> >> >
> >> > Sorry I forgot something.
> >> > I didn't have an identical user on my XP Pro box. XP Pro just cached
> >> > the
> >> > password.
> >> > Now XP Home that is another story it just doesn't do it. So I used pro.
> >> > Do
> >> > I
> >> > need a different version of VIsta for this to happen?
> >> >
> >> > "f/fgeorge" wrote:
> >> >
> >> >> On Sat, 25 Aug 2007 05:02:02 -0700, Joe
> >> >> <> wrote:
> >> >>
> >> >> > Hello,
> >> >> >
> >> >> >Just installed Vista Home Premium and I have it on a six server
> >> >> >network
> >> >> >that
> >> >> >the servers are W2003 enterprise. When I want to connect to a shared
> >> >> >file I
> >> >> >get the normal prompt for password and I tick the box to save the
> >> >> >password.
> >> >> >However after a Vista reboot it loses this password and I have to
> >> >> >reenter it.
> >> >> >Can this be changed in the Home version?
> >> >> >
> >> >> >Thanks
> >> >> >Joe
> >> >> In XP if you just put the exact same name and password on each pc you
> >> >> don't have these issues. Try it for Vista.
> >> >>
> >>
> >>

>
>

 
Reply With Quote
 
GTS
Guest
Posts: n/a

 
      08-27-2007
You're welcome.
__

"Joe" <> wrote in message
news:27B6146E-93AE-47A0-A582-...
> Hello GTS,
>
> I thank you for the help,
>
> I own a small hosting and network company and I have always stayed away
> from
> home because of this. I didn't research Vista on this feature in the Home
> version again as I thought that is was far removed for the complaints.
> Well
> as I have learned it is still in there.
>
> I didn't want a home version I wanted Ultimate or business but a bussdy of
> mine gave me his copy and said " Here I don't like this" and I just put it
> on
> a demo box.
>
> After seeing that it has networking issues I will probably upgrade to the
> ultimate later as I learn more about Vista.
>
> Thanks again
> Joe
>
> "GTS" wrote:
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network Password Prompt for deleted network RobertSu Windows Vista Networking 1 03-30-2008 08:47 PM
backup to a network drive is asking for username and password...whatusername and password? Lisa Hetherington Windows Vista General Discussion 7 02-04-2008 02:35 PM
Configure App to Run As Administrator without prompting for password Neufusion Windows Vista Administration 17 08-05-2007 11:44 AM
Constant prompting topcat Windows Vista General Discussion 1 03-11-2007 07:41 PM
Not prompting for a password to access server bbjohnson Windows Vista Security 0 06-12-2006 07:06 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59