A Windows Vista forum. Vista Banter

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.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Networking with Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing)

Keeping a network share



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old September 11th 07, 03:20 PM posted to microsoft.public.windows.vista.networking_sharing
Kevin
external usenet poster
 
Posts: 210
Default Keeping a network share

I have a users using Windows Vista Home Premium. Everytime they reboot, their
network share logs out, and they have to log back in to the share. I would
like it if it stuck after every reboot. Anyone have any sggestions on how to
keep it logged in?

Kevin
  #2 (permalink)  
Old September 11th 07, 08:11 PM posted to microsoft.public.windows.vista.networking_sharing
Robert L [MVP - Networking]
external usenet poster
 
Posts: 1,227
Default Keeping a network share

Try these.

1. make sure the user has full control of the shared folder.
2. use UAC (user account control) tool to manage the password. To do that, please follow these steps.

a. Open User Accounts by opening control panel or type User Accounts in Start.
b. Click Manage your network passwords on the side menu.
c. Select Add to add the user or Edit if the user existing.
d. Check A Windows logon Credential in Credential type and click OK to save.

3. make sure "Reconnect at logon" is checked

If that doesn't work, try to create logon batch file to map the drive with persistent switch.

Logon script Example of VBScript - Mapping a network drive based on the group Example of batch file - make a network drive Where is logon script located ...
www.howtonetworking.com/logonscript.htm


Please post back with the result.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Kevin" wrote in message ...
I have a users using Windows Vista Home Premium. Everytime they reboot, their
network share logs out, and they have to log back in to the share. I would
like it if it stuck after every reboot. Anyone have any sggestions on how to
keep it logged in?

Kevin
  #3 (permalink)  
Old September 11th 07, 09:08 PM posted to microsoft.public.windows.vista.networking_sharing
Kevin
external usenet poster
 
Posts: 210
Default Keeping a network share

Robert,

What if Windows logon Credential is greyed out beacuse it's Vista Home
Premium? At least that's the only reason I can think it's greyed out.

Kevin

"Robert L [MVP - Networking]" wrote:

Try these.

1. make sure the user has full control of the shared folder.
2. use UAC (user account control) tool to manage the password. To do that, please follow these steps.

a. Open User Accounts by opening control panel or type User Accounts in Start.
b. Click Manage your network passwords on the side menu.
c. Select Add to add the user or Edit if the user existing.
d. Check A Windows logon Credential in Credential type and click OK to save.

3. make sure "Reconnect at logon" is checked

If that doesn't work, try to create logon batch file to map the drive with persistent switch.

Logon script Example of VBScript - Mapping a network drive based on the group Example of batch file - make a network drive Where is logon script located ...
www.howtonetworking.com/logonscript.htm


Please post back with the result.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Kevin" wrote in message ...
I have a users using Windows Vista Home Premium. Everytime they reboot, their
network share logs out, and they have to log back in to the share. I would
like it if it stuck after every reboot. Anyone have any sggestions on how to
keep it logged in?

Kevin

  #4 (permalink)  
Old September 12th 07, 02:43 AM posted to microsoft.public.windows.vista.networking_sharing
GTS
external usenet poster
 
Posts: 405
Default Keeping a network share

Unfortunately, that's normal with Home versions. One solution (with XP
Home) has been to run a batch file from startup. Although the same idea
applies for Vista, UAC blocks the batch from running from the startup
folder. It can be run from a shortcut on the desktop after startup.

net use X: \\server\sharename /USER: usernamme password
(drive letter optional)
__

"Kevin" wrote in message
...
I have a users using Windows Vista Home Premium. Everytime they reboot,
their
network share logs out, and they have to log back in to the share. I would
like it if it stuck after every reboot. Anyone have any sggestions on how
to
keep it logged in?

Kevin


  #5 (permalink)  
Old September 12th 07, 04:31 AM posted to microsoft.public.windows.vista.networking_sharing
Robert L [MVP - Networking]
external usenet poster
 
Posts: 1,227
Default Keeping a network share

Check GTS' post.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Kevin" wrote in message ...
Robert,

What if Windows logon Credential is greyed out beacuse it's Vista Home
Premium? At least that's the only reason I can think it's greyed out.

Kevin

"Robert L [MVP - Networking]" wrote:

Try these.

1. make sure the user has full control of the shared folder.
2. use UAC (user account control) tool to manage the password. To do that, please follow these steps.

a. Open User Accounts by opening control panel or type User Accounts in Start.
b. Click Manage your network passwords on the side menu.
c. Select Add to add the user or Edit if the user existing.
d. Check A Windows logon Credential in Credential type and click OK to save.

3. make sure "Reconnect at logon" is checked

If that doesn't work, try to create logon batch file to map the drive with persistent switch.

Logon script Example of VBScript - Mapping a network drive based on the group Example of batch file - make a network drive Where is logon script located ...
www.howtonetworking.com/logonscript.htm


Please post back with the result.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Kevin" wrote in message ...
I have a users using Windows Vista Home Premium. Everytime they reboot, their
network share logs out, and they have to log back in to the share. I would
like it if it stuck after every reboot. Anyone have any sggestions on how to
keep it logged in?

Kevin

  #6 (permalink)  
Old September 12th 07, 04:32 AM posted to microsoft.public.windows.vista.networking_sharing
Robert L [MVP - Networking]
external usenet poster
 
Posts: 1,227
Default Keeping a network share

Thank you for the input.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"GTS" wrote in message ...
Unfortunately, that's normal with Home versions. One solution (with XP
Home) has been to run a batch file from startup. Although the same idea
applies for Vista, UAC blocks the batch from running from the startup
folder. It can be run from a shortcut on the desktop after startup.

net use X: \\server\sharename /USER: usernamme password
(drive letter optional)
__

"Kevin" wrote in message
...
I have a users using Windows Vista Home Premium. Everytime they reboot,
their
network share logs out, and they have to log back in to the share. I would
like it if it stuck after every reboot. Anyone have any sggestions on how
to
keep it logged in?

Kevin


  #7 (permalink)  
Old September 25th 07, 01:23 PM posted to microsoft.public.windows.vista.networking_sharing
ckevin00@gmail.com
external usenet poster
 
Posts: 1
Default Keeping a network share

You can also do this without batch files or plaintext passwords.
Create an account on the remote machine with the same username/
password Vista Home Premium logs on with, and Vista will automatically
map the shares at startup. I can confirm that this works for Vista
Home Premium trying to access shares on a Win2k machine.

On Sep 11, 10:43 pm, "GTS" wrote:
Unfortunately, that's normal with Home versions. One solution (with XP
Home) has been to run a batch file from startup. Although the same idea
applies forVista, UAC blocks the batch from running from the startup
folder. It can be run from a shortcut on the desktop after startup.

net use X: \\server\sharename /USER: usernamme password
(drive letter optional)
__

"Kevin" wrote in message

...



I have a users using WindowsVistaHome Premium. Everytime they reboot,
their
network share logs out, and they have to log back in to the share. I would
like it if it stuck after every reboot. Anyone have any sggestions on how
to
keep it logged in?


Kevin- Hide quoted text -


- Show quoted text -



  #8 (permalink)  
Old September 25th 07, 06:37 PM posted to microsoft.public.windows.vista.networking_sharing
Robert L \(MS-MVP\)
external usenet poster
 
Posts: 201
Default Keeping a network share

Thank you for the tip.

--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com


wrote in message
ups.com...
You can also do this without batch files or plaintext passwords.
Create an account on the remote machine with the same username/
password Vista Home Premium logs on with, and Vista will automatically
map the shares at startup. I can confirm that this works for Vista
Home Premium trying to access shares on a Win2k machine.

On Sep 11, 10:43 pm, "GTS" wrote:
Unfortunately, that's normal with Home versions. One solution (with XP
Home) has been to run a batch file from startup. Although the same idea
applies forVista, UAC blocks the batch from running from the startup
folder. It can be run from a shortcut on the desktop after startup.

net use X: \\server\sharename /USER: usernamme password
(drive letter optional)
__

"Kevin" wrote in message

...



I have a users using WindowsVistaHome Premium. Everytime they reboot,
their
network share logs out, and they have to log back in to the share. I
would
like it if it stuck after every reboot. Anyone have any sggestions on
how
to
keep it logged in?


Kevin- Hide quoted text -


- Show quoted text -





 




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

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



All times are GMT. The time now is 09:14 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.