Does anyone have an idea on how to copy Winre.wim in automatic by program, script from the hidden recovery partition in Win8, 8.1.
The hidden recovery partition has those attributes:
UEFI:
set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes=0x8000000000000001
BIOS:
set id=27
It should be copied with something like that:
copy \\?\Volume{1de8fce6-ea4c-11de-87bd-806e6f6e6963}\\Recovery\WindowsRE\boot.wim E:\Temp
how to retrieve the Guid of the recovery partition and those attributes?
the Guid partition is not available in diskpart. We can get it with Regaentc /info, moutvol.
Any idea ? It could be useful
