Computing.Net > Forums > Windows Server 2003 > login script

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

login script

Reply to Message Icon

Name: ALEXWELLS
Date: September 10, 2009 at 10:32:28 Pacific
OS: Windows XP
Product: Microsoft Windows server 2003 enterprise
Subcategory: General
Comment:

you can create your login drive mapping script in vbs or batch:

batch:

net use w: \\servername\sharedfolder /persistent:no


vbs:

createobject("wscript.network").MapNetworkDrive "w:", "\\servername\sharedfolder"

In order to attach it to a user go to the user in AD users and computers , Right click the user => properties profile tab, where it says login script enter the name of the script ie login.vbs or login.bat ..NB!! you DON'T need the UNC path. Because you nee to place the script in the netlogon share of a DC



Sponsored Link
Ads by Google

Response Number 1
Name: ace_omega
Date: September 10, 2009 at 15:32:51 Pacific
Reply:

is this a question?


0

Response Number 2
Name: willmcc
Date: September 12, 2009 at 15:04:20 Pacific
Reply:

Doesn't look like it.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Restrict WTs users to tak... Forgot Administrator Pass...


Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: login script

login script www.computing.net/answers/windows-2003/login-script/5028.html

Login script to non domain account www.computing.net/answers/windows-2003/login-script-to-non-domain-account/4801.html

login scripts www.computing.net/answers/windows-2003/login-scripts/4759.html