Friday, 17 February 2017

How To Make A Drive Mapping Program

This is useful because Active Directories auto maps drives based on a user’s group membership, this can be troublesome when they belong to two groups which map want to map to the K: drive.

This program will automatically map drives for users, they will simply have to double click the icon. 

Step 1. First of all, open notepad
Step 2. Now you need to chose which drives you want auto mapped then type the following for example: 
net use K: /delete
net use K: \\SERVERNAME\Sydney_Shared
Lastly, make sure when youre done you save it with the extension .bat

The great thing is that you can have it map as many drives as you like, as you can see in the picture.

No comments:

Post a Comment