![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Cant get vista too remember usernames and passwords too other computers on my
network .. it keeps "forgetting" them after a reboot. Seems microsoft left out the part of the code for network logons in home premium. they cant seriusly mean i should blow another ton of cash too upgrade just for this feature? isnt there a switch or protocol i can enable to get it too cache usernames and passwords? Pls help |
|
|||
|
Baard Å. wrote:
Cant get vista too remember usernames and passwords too other computers on my network .. it keeps "forgetting" them after a reboot. Seems microsoft left out the part of the code for network logons in home premium. they cant seriusly mean i should blow another ton of cash too upgrade just for this feature? isnt there a switch or protocol i can enable to get it too cache usernames and passwords? Pls help Please explain what you mean. What kind of network? If you are talking about Vista Home in a domain, this behavior of not caching user accounts/passwords is expected and by design; just as XP Home cannot join a domain, neither can the Home versions of Vista. In a Workgroup (peer-to-peer network), best practice is to create user accounts/passwords that match on all machines. Since authentication is always done at the local level in a Workgroup, if the user account/password exists on both machines (one asking for a shared resource, one sharing that resource) authentication is achieved and no further request for an authorized user (username/password prompt) is given. If you mean something else, please post back. Malke -- Elephant Boy Computers www.elephantboycomputers.com "Don't Panic!" MS-MVP Windows - Shell/User |
|
|||
|
On Thu, 29 Nov 2007 16:23:00 -0800, Baard Å. Baard
wrote: Cant get vista too remember usernames and passwords too other computers on my network .. it keeps "forgetting" them after a reboot. Seems microsoft left out the part of the code for network logons in home premium. they cant seriusly mean i should blow another ton of cash too upgrade just for this feature? isnt there a switch or protocol i can enable to get it too cache usernames and passwords? Pls help Windows Vista Home, like Windows XP Home, won't cache usernames / passwords. You'll have to re enter each time that you restart, if you want to use "Reconnect at logon". http://nitecruzr.blogspot.com/2007/08/windows-vista-which-edition-should-i.html http://nitecruzr.blogspot.com/2007/0...-should-i.html -- Cheers, Chuck, MS-MVP 2005-2007 [Windows - Networking] http://nitecruzr.blogspot.com/ Paranoia is not a problem, when it's a normal response from experience. My email is AT DOT actual address pchuck mvps org. |
|
|||
|
Ok,
so that means that just for a simple thing as cacheing usernames and passwords on a workgroup based network , i will have to buy a much more expensive version of vista? or go onto my friends computers an make a user with identical too the one on my own PC. Cant be that much of a fix can it? Oh well .. guess ill be typing in passwords for a while .. or reverting too xppro ... "Chuck [MVP]" wrote: On Thu, 29 Nov 2007 16:23:00 -0800, Baard Ã…. Baard wrote: Cant get vista too remember usernames and passwords too other computers on my network .. it keeps "forgetting" them after a reboot. Seems microsoft left out the part of the code for network logons in home premium. they cant seriusly mean i should blow another ton of cash too upgrade just for this feature? isnt there a switch or protocol i can enable to get it too cache usernames and passwords? Pls help Windows Vista Home, like Windows XP Home, won't cache usernames / passwords. You'll have to re enter each time that you restart, if you want to use "Reconnect at logon". http://nitecruzr.blogspot.com/2007/08/windows-vista-which-edition-should-i.html http://nitecruzr.blogspot.com/2007/0...-should-i.html -- Cheers, Chuck, MS-MVP 2005-2007 [Windows - Networking] http://nitecruzr.blogspot.com/ Paranoia is not a problem, when it's a normal response from experience. My email is AT DOT actual address pchuck mvps org. |
|
|||
|
Baard Å. wrote:
Ok, so that means that just for a simple thing as cacheing usernames and passwords on a workgroup based network , i will have to buy a much more expensive version of vista? or go onto my friends computers an make a user with identical too the one on my own PC. No. You will only receive the request for credentials if you choose not to set up your network efficiently. As I said, in a peer-to-peer network authentication is done locally (on the machine hosting the shared resources). Create matching user accounts/passwords on all machines and you will not receive the prompt for credentials. If you wish a machine to boot directly to the Desktop (into one particular user's account) for convenience, you can do this. The instructions at this link work for both XP and Vista: Configure Windows to Automatically Login (MVP Ramesh) - http://windowsxp.mvps.org/Autologon.htm Malke -- Elephant Boy Computers www.elephantboycomputers.com "Don't Panic!" MS-MVP Windows - Shell/User |
|
|||
|
"Baard Ã…." wrote in message ... Ok, so that means that just for a simple thing as cacheing usernames and passwords on a workgroup based network , i will have to buy a much more expensive version of vista? That's the idea. This stratification of versions is a marketing tactic to drive up the price of Windows and to circumvent possible legal repercussions. Since MS has been ruled a monopoly, and was given a low key warning re. pricing in the last decision, the doubling of the price to get a fully functional version of Windows, might have raised potential problems. By breaking the product up into multiple versions with different price points there is less risk. Also a certain number of users will be driven to purchase upgrades as they learn about missing capabilities generating additional revenue. The facility to cache credentials is useful even in a tiny home network and breaking it can server no other purpose. It seems to be backfiring a bit as the multiplicity of Vista versions and varying features may be one of the reasons (admittedly a lesser one) for it's slow progress in the market. or go onto my friends computers an make a user with identical too the one on my own PC. Cant be that much of a fix can it? Oh well .. guess ill be typing in passwords for a while .. or reverting too xppro ... If security (because passwords are exposed in plain text) is not a concern you could make a batch file to map the shares. In XP Home this can be run from startup, but in Vista has to be run manually due to UAC restrictions. Here are some examples. net use Z: "\\COMPUTERNAME\SHARENAME" /USER:Usernamename Passwords net use "\\COMPUTERNAME\SHARENAME" /USER:Usernamename Passwords net use "\\COMPUTERNAME\PRINTERSHARENAME" /USER:Usernamename Passwords On Thu, 29 Nov 2007 16:23:00 -0800, Baard Ã…. Baard wrote: Cant get vista too remember usernames and passwords too other computers on my network .. it keeps "forgetting" them after a reboot. Seems microsoft left out the part of the code for network logons in home premium. they cant seriusly mean i should blow another ton of cash too upgrade just for this feature? isnt there a switch or protocol i can enable to get it too cache usernames and passwords? Pls help Windows Vista Home, like Windows XP Home, won't cache usernames / passwords. You'll have to re enter each time that you restart, if you want to use "Reconnect at logon". http://nitecruzr.blogspot.com/2007/08/windows-vista-which-edition-should-i.html http://nitecruzr.blogspot.com/2007/0...-should-i.html -- Cheers, Chuck, MS-MVP 2005-2007 [Windows - Networking] http://nitecruzr.blogspot.com/ Paranoia is not a problem, when it's a normal response from experience. My email is AT DOT actual address pchuck mvps org. |
|
|||
|
A way around it for you is in Vista Network and Sharing turn OFF password
protected sharing! "Baard Ã…." wrote: Cant get vista too remember usernames and passwords too other computers on my network .. it keeps "forgetting" them after a reboot. Seems microsoft left out the part of the code for network logons in home premium. they cant seriusly mean i should blow another ton of cash too upgrade just for this feature? isnt there a switch or protocol i can enable to get it too cache usernames and passwords? Pls help |
|
|||
|
That has no effect on accesing shares on other workstations.
-- "Mick Murphy" wrote in message ... A way around it for you is in Vista Network and Sharing turn OFF password protected sharing! "Baard Ã…." wrote: Cant get vista too remember usernames and passwords too other computers on my network .. it keeps "forgetting" them after a reboot. |