You can do this as the last thing on sysprep if you wish with diskpart and a tiny script file that contains the following…
select volume=f
assign letter=z
This supposes the drive letter you want to change is f:
Change accordingly 😉
Save that to a text file or any name you wish then run c:\Windows\System32\diskpart /s <script filename>