Question:

How to write logon script to map the shar

by  |  earlier

0 LIKES UnLike

Dear All,

I am having windows 2003 server R2, can anybody guide me, how to write logon script to map the share folder for users.

Nisar

 Tags:

   Report

1 ANSWERS


  1. Kixtart is very useful for this sort of task.

    I'll be nice and include a simple example Script for use with kixtart:

    ' -----------------------------

    use h: /delete /persistent

    use m: /delete /persistent

    cls

    ? "Welcome to the example network!"

    ? "Mapping... H:"

    use h: "\\UNCPathhere"

    ? "Mapping... Media Library"

    use m: "\\UNCPathhere"

    sleep 2

    quit

    ' ----------------------------

    Of course this is a very very basic script. Search kixtart and download the manual, it will tell you all you need to know and more. Also, put the kixtart application (kix32.exe) in the netlogon share on the Domain Controller, the manual will have more detailed instructions.. (Assuming you're under an AD environment, if not then just put the app on the hard disk and make a run key in the registry to run it at logon)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.