To map a drive, you would need to create a CMD script file and use the Windows "Net Use" command to map a drive, then add it into the scripts section of the Boot Disk Creator.
Usage and Sample of the NET USE command.
Consult official Microsoft documentation for up to date detailed instractions.
net use [devicename | *] [\\computername\sharename[\volume]] [password | *]] [/user:[domainname\] net use o: \\LA\Storage password /USER:myAccount
Comments
0 comments
Please sign in to leave a comment.