My scenario:
boot from VHDX with windows8 with Users,ProgramFiles folders in another VHDX file (separate disk drive)
I've installed win8 into vhdx and boot with that os. After that i've added another vhdx and mount it as another drive.
I've done step with moving folder follow this instruction:
Moving Users and program files dir
The only problem that i have is how to force mount another VHD during boot. Is it possible?
I've tried 2 ways:
1. Scheduler for startup with diskpart -mount VHDX during boot
but it needs users credential that is on my second VHD - so i've failed :(
2. VhdAttach tool (as a service) - it's almost working - but this service has been loaded to late
i have tried even change boot order with this article: Service Order but this VhdAttach service is not driver service :(
Any idea?