Primary SSD: C: FlashDrive: G: CD-ROM 0: D: CD-ROM 1: F: On my test laptop the icons show up correctly because the test laptop recognizes my flash drive as E: I am guessing because I mapped all the paths while I was on this machine.. On my wifes laptop the icons all turned to question marks and gave an application not found error when I clicked them. This is because it was still trying to reach out to E:\RocketDock\Tools\(name of application).* I am still in the process of thinking of a way to make this work. My idea is to have a small GUI to launch my tools from, along with the ability to drag and drop new tools into the tools folder without mounting the boot.wim file everytime. [LaunchApps]"%programfiles%\setres\setres.exe h1024 v768 b32"%SYSTEMROOT%\system32\startnet.cmdThe above is what my WinPEShl.ini executes upon booting. The program setres.exe just changes the resolution from its native resolution to 1024x768 with a 32-bit color scheme. for %%p in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do if exist %%p:\RocketDock\RocketDock.exe set w=%%p%w%:\RocketDock\RocketDock.exeThe above I use in my StartNet.cmd to have RocketDock launch automatically. When I used the program pstart I didn't have this issue because the program didn't read from the beginning of the path starting at the drive letter. Pstart looked in its current directory only, which was extremly convenient but the gui looked terrible and I wanted something a little more appealing. Thank you again for all your help!