1. Login to the PC you are wanting to change the drive letter for.
2. Create a new batch file by right clicking on your desktop and selecting New->Text File. Rename the file to whatever you want but make sure the file extension is .bat.
3. Right click on the file you created and select edit.
4. Place the following code in the file and save. This code will delete the existing drive mapping and move it to another drive letter. net use /delete <drive> net use <drive> \\server\share
5. Double click the saved file and you should see the DOS screen flash. Check to make sure your drive has changed.
No comments:
Post a Comment