Keeping a network share

Posted: 09-11-2007, 04:20 PM
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
Reply With Quote

Responses to "Keeping a network share"

Robert L [MVP - Networking]
Guest
Posts: n/a
 
Re: Keeping a network share
Posted: 09-11-2007, 09:11 PM
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" <Kevin@discussions.microsoft.com> wrote in message news:2DE33C11-2B00-4D6D-8583-B316C0EEA6C9@microsoft.com...
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
Reply With Quote
Kevin
Guest
Posts: n/a
 
Re: Keeping a network share
Posted: 09-11-2007, 10:08 PM
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" <Kevin@discussions.microsoft.com> wrote in message news:2DE33C11-2B00-4D6D-8583-B316C0EEA6C9@microsoft.com...
> 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
Reply With Quote
Robert L [MVP - Networking]
Guest
Posts: n/a
 
Re: Keeping a network share
Posted: 09-12-2007, 05:31 AM
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" <Kevin@discussions.microsoft.com> wrote in message news:85D8B48E-AFB9-4ABB-916D-32ADDF6DCAE6@microsoft.com...
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" <Kevin@discussions.microsoft.com> wrote in message news:2DE33C11-2B00-4D6D-8583-B316C0EEA6C9@microsoft.com...
> 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
Reply With Quote
GTS
Guest
Posts: n/a
 
Re: Keeping a network share
Posted: 09-12-2007, 03:43 AM
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" <Kevin@discussions.microsoft.com> wrote in message
news:2DE33C11-2B00-4D6D-8583-B316C0EEA6C9@microsoft.com...
>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
Reply With Quote
Robert L [MVP - Networking]
Guest
Posts: n/a
 
Re: Keeping a network share
Posted: 09-12-2007, 05:32 AM
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" <x@y.net> wrote in message news:O3SW0aO9HHA.1900@TK2MSFTNGP02.phx.gbl...
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" <Kevin@discussions.microsoft.com> wrote in message
news:2DE33C11-2B00-4D6D-8583-B316C0EEA6C9@microsoft.com...
>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
Reply With Quote
ckevin00@gmail.com
Guest
Posts: n/a
 
Re: Keeping a network share
Posted: 09-25-2007, 02:23 PM
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" <x...@y.net> 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" <Ke...@discussions.microsoft.com> wrote in message
>
> news:2DE33C11-2B00-4D6D-8583-B316C0EEA6C9@microsoft.com...
>
>
>
> >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 -

Reply With Quote
Robert L \(MS-MVP\)
Guest
Posts: n/a
 
Re: Keeping a network share
Posted: 09-25-2007, 07:37 PM
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


<ckevin00@gmail.com> wrote in message
news:1190726588.339043.291260@g4g2000hsf.googlegro 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" <x...@y.net> 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" <Ke...@discussions.microsoft.com> wrote in message
>>
>> news:2DE33C11-2B00-4D6D-8583-B316C0EEA6C9@microsoft.com...
>>
>>
>>
>> >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 -
>
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network password keeping fixthat Windows Vista Printers & Scanners 0 03-07-2007 02:59 AM
Accessing files on Vista network share breaks network Rastaman Windows Vista Networking & Sharing 0 12-15-2006 04:42 PM
Network Share and Network Connections Clayton Windows XP Beta 1 06-26-2004 09:48 AM
Network share from one NIC but not the other Lasse Windows XP Embedded 1 05-22-2004 12:43 AM
Connect-As to a network share Mike Ballard Windows XP Work Remotely 0 12-18-2003 09:40 PM