hi all
i want to write a logon for a mapped drive on a small workgroup network. All
users are replicated on the network for authentication. The application is
myob premier.

My question is, should I place the logon script in the administrators start
folder rather a single user, on the PC acting as the server for the data? Or
just a user start folder?

Re: login script query by Robert

Robert
Sun Apr 27 08:19:04 PDT 2008

Assuming you don't have DC and you want all users use the same logon script,
save the script in startup folder under All Users.

--
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
"littleriver" <littleriver@discussions.microsoft.com> wrote in message
news:77AF54BB-AC6F-4D27-A8BE-415B9A754E4E@microsoft.com...
> hi all
> i want to write a logon for a mapped drive on a small workgroup network.
> All
> users are replicated on the network for authentication. The application is
> myob premier.
>
> My question is, should I place the logon script in the administrators
> start
> folder rather a single user, on the PC acting as the server for the data?
> Or
> just a user start folder?


Re: login script query by littleriver

littleriver
Mon Apr 28 03:07:02 PDT 2008

i wrote this script

C:\>net use f: \\computername \nameoffolder /y

placed in startup folder (not in programs folder)

but the mapped drive is not showing up in explorer after restart.



"Robert L. (MS-MVP)" wrote:

> Assuming you don't have DC and you want all users use the same logon script,
> save the script in startup folder under All Users.
>
> --
> 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
> "littleriver" <littleriver@discussions.microsoft.com> wrote in message
> news:77AF54BB-AC6F-4D27-A8BE-415B9A754E4E@microsoft.com...
> > hi all
> > i want to write a logon for a mapped drive on a small workgroup network.
> > All
> > users are replicated on the network for authentication. The application is
> > myob premier.
> >
> > My question is, should I place the logon script in the administrators
> > start
> > folder rather a single user, on the PC acting as the server for the data?
> > Or
> > just a user start folder?
>
>