====== Net ======

Use this command to delete a network drive

<code>net use y: /delete</code>

Use this command to map a network drive and make it persistent

<code>net use y: \\diskstation\video /USER:donald !QAZ2wsx /PERSIS
TENT:YES</code>