If i boot up my custom WinPE 5 x64 image from an USB stick the following drive letters are assigned:
C: ==> USB Stick
X: ==> RAM Disk
This seems to be a problem for our SCCM 2012 staging process as it is expecting drive letter C: to be available. So I tried to change the driver letter using TSConfig.ini and some PowerShell WMI calls. Unfortunately this doesn't work and results in task sequence errors as SCCM is not aware of that change.
So to cut it short: How can I change the drive letter of a WinPE image running from USB stick or CDROM drive? NB: I do not want to change the RAM disk drive letter.
Thanks in advance