आइये देखते हैं की windows 10 में network drive को कैसे map करें ?
Steps :
सबसे पहले this computer पर right क्लिक कर “map network drive ” पर click करो

अब drive letter select कर sharing path type कर दो और finish पर click करो

map drive open हो जायेगा

और जब आप this computer open करेंगे तो map drive आपको show होगा

अगर आप mapping command prompt के through करना चाहते हैं तो cmd को open करो then type करें “net use drive letter \\remote-computer-ip\share-name /user:user-name password”

अगर आप चाहते हैं की जब आपका system reboot हो तो आपकी map की हुई drive discconnect ना हो इसके लिए following syntax use करें
“net use drive letter \\remote-computer-ip\share-name /user:user-name password” /persistent:yes”

अगर आपको कई सारे systems पर mapping करनी है तो batch फाइल बना लें ऊपर दिए हुए command को notepad पर type करें फाइल का नाम filename.bat रखें और save as type में all files रखें then फाइल को save कर लें जब भी किसी system पर drive को map कराना हो तो batch फाइल को run कर दीजिये
