Do you still need a WinPE Restore CD ? I’ve build some in the past (with some nice Qt user interface).
It’s very usefull to have a WinPE Restore CD to handle some “fake RAID” hardware with no driver available on Linux ( like some HP / Dell servers).
On Windows PE boot start the background service with args.txt contents plus --restore_mode true. Then another instance with --plugin httpplugin.dll --restore_http true --http_server true --http_root restorewww --http_localhost_only 1
The react app at restorewww (and http backend) might have to be adjusted such that it e.g. doesn’t ask for keyboard layout or doesn’t try to restore to smaller disks via spill disk on Windows
On PE boot start edge in app mode pointing to http://127.0.0.1
Yes. I can adapt the getdrive/getpartition methods easily but maybe a bit harder to resize the partition using pure win32 api… I have to dig this part.
No problem
I don’t have any experience on React app. Help needed here