Mapping all drives automatically, which can access by your password
It is a tool to help users log in and mount share folders to a PC from windows files share/Linux server/ NAS machine without a domain controler. Users only need to input server connection information such as IP with login detail. Then, the program will connect to the server to search how many folders they can access and map it to the network drive by descending symbol. (From Z to A)
This program used C#.net and the “net use” command to archived. Once the user enters their user name, password and server information, it will connect to the server to get how many directories the user has the right to read/write. After that, the program will mount all network drives on “My computer”.
When users want to leave the share PC. He/She only click the log out button and all mapped drivers will unmount immediately with saving password and server. But the program will use the login user name to save the preference of the user such as language, and mounted drive letter selected by user for ease of use.



Users selected the driver letter that they wish and the program will save this for the next login