Can I automatically map a network drive when booting up into Active@ Boot Disk for Windows?

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.

"net use [devicename | *] [\\computername\sharename[\volume]] [password | *]] [/user:[domainname\]"
"net use o: \\LA\Storage password /USER:myAccount"