OEM Recovery Partition Creator for Windows

Discussion in 'MDL Projects and Applications' started by AnarethoS, Sep 11, 2010.

  1. Nicolas Ranaldi

    Nicolas Ranaldi MDL Novice

    Joined:
    Feb 12, 2019
    Messages:
    4
    Likes Received:
    1
    Trophy Points:
    0
    #3361 Nicolas Ranaldi, Oct 3, 2019
    Last edited: Oct 3, 2019
  2. Gazer022

    Gazer022 MDL Novice

    Joined:
    Jun 5, 2015
    Messages:
    41
    Likes Received:
    7
    Trophy Points:
    0
    #3362 Gazer022, Oct 5, 2019
    Last edited: Oct 7, 2019
    I been looking into it since I am also working on a laptop unit need to reinstall but not urgent so I got time to test. What Windows 10 version did you install since v1903 giving me that app association break unlike v1809?
    UPDATE: I reread your post sorry, it seems you working at Windows 10 v1903

    @AnarethoS
    When I am using the Recommended UEFI partition scheme, the sysprep script failed to create WinRe so after sysprep script done and reboot, I got stock on Capture. Did I do something wrong?

    UPDATE: My bad, I mess up the ResetConfig.xml. Sorry
     
  3. Gazer022

    Gazer022 MDL Novice

    Joined:
    Jun 5, 2015
    Messages:
    41
    Likes Received:
    7
    Trophy Points:
    0
  4. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    #3364 Chibi ANUBIS, Oct 25, 2019
    Last edited: Nov 13, 2019
    Hey ! Here a little fix for Update - Windows 10.cmd, if the user don't want AddOn, the original script install AddOn...


    Code:
    ECHO *************************************
    ECHO Check if AddOn was installed. Please wait ...
    ECHO *************************************
    
    if exist C:\Recovery\OEM\Menu\AddOn GOTO INSTALL
    SET Setting=%CD%\Recovery\OEM\Menu\Settings.ini
    if exist "%CD%\Recovery\OEM\Menu\AddOn" RD /S /Q "%CD%\Recovery\OEM\Menu\AddOn"
    if exist "%Setting%" powershell -Command "(gc '%Setting%') -replace 'AddOn=1', 'AddOn=0' | Out-File -encoding Unicode '%Setting%'"
    
    :INSTALL
    ECHO *************************************
    ECHO Removing previous files. Please wait ...
    ECHO *************************************
    
     
  5. Nicolas Ranaldi

    Nicolas Ranaldi MDL Novice

    Joined:
    Feb 12, 2019
    Messages:
    4
    Likes Received:
    1
    Trophy Points:
    0
  6. silekonn

    silekonn MDL Junior Member

    Joined:
    Mar 5, 2011
    Messages:
    58
    Likes Received:
    8
    Trophy Points:
    0
    Windows 10 1909 was released today. Has anyone tried it? Is Recovery Tools compatible?
     
  7. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Is work, no new ScanState is out
     
  8. Gazer022

    Gazer022 MDL Novice

    Joined:
    Jun 5, 2015
    Messages:
    41
    Likes Received:
    7
    Trophy Points:
    0
    My created recovery drive didn't boot on dell laptop it created then I tried to boot it on other computer and it working.
    I used 4.2.0 for recovery
    Windows 10 v1909
    Dell Inspiron 3442
    This is really weird.
     
  9. kyme32

    kyme32 MDL Novice

    Joined:
    Jan 7, 2018
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    hello, i have a question related to this tool,
    is it able to boot to recovery via f11?
     
  10. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
  11. vigipirate

    vigipirate MDL Member

    Joined:
    Feb 24, 2011
    Messages:
    215
    Likes Received:
    53
    Trophy Points:
    10
    hello thank you for the video and your time would be possible to make another one for copy of the files on usb key thank you
     
  12. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Hello, Ok no prob my friend, I make it when I have a little time :)
     
  13. vigipirate

    vigipirate MDL Member

    Joined:
    Feb 24, 2011
    Messages:
    215
    Likes Received:
    53
    Trophy Points:
    10
    Hello
    thank you for your time and work
     
  14. sikvdila

    sikvdila MDL Novice

    Joined:
    May 28, 2011
    Messages:
    35
    Likes Received:
    4
    Trophy Points:
    0
    Hi

    In 4.2 version manual there is no step-by-step demonstration for Windows 7. can anyone upload this (windows 7 ) pdf file which have it. thanks
     
  15. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
  16. sikvdila

    sikvdila MDL Novice

    Joined:
    May 28, 2011
    Messages:
    35
    Likes Received:
    4
    Trophy Points:
    0
  17. Gazer022

    Gazer022 MDL Novice

    Joined:
    Jun 5, 2015
    Messages:
    41
    Likes Received:
    7
    Trophy Points:
    0
    It is possible to select which internal disk to restore from the created recovery usb drive since it always selects disk 0. I encounter an m.2 nvme ssd as disk 1 where this disk is supposed to be OS installed and cannot change the way it is behaving on UEFI settings. A temporary fix is just to remove all storage media except where you want to restore the OS.
     
  18. Flipp3r

    Flipp3r MDL Expert

    Joined:
    Feb 11, 2009
    Messages:
    1,743
    Likes Received:
    772
    Trophy Points:
    60
    If this is an Intel based system then you could try integrating the Intel Rapid Storage Drivers into your wims using dism. I find having the driver installed makes the M.2 disk 0.
     
  19. Gazer022

    Gazer022 MDL Novice

    Joined:
    Jun 5, 2015
    Messages:
    41
    Likes Received:
    7
    Trophy Points:
    0
  20. Lauriz

    Lauriz MDL Novice

    Joined:
    Oct 25, 2009
    Messages:
    33
    Likes Received:
    4
    Trophy Points:
    0
    Its been some time but spending more time at home these days.....
    getting around to updating my install disks and was wondering......How would one go about creatinng the "Autounattend.xml" for a new install that would provide a choice to choose from an mbr or a gpt scheme?
    Or is this even possible?
    thought process is I have a usb flash-drive that is capable of booting into both legacy or uefi bios. therefore being able to choose or automatic detection would be awesome. Currently i just do not autounattend and run dispart.txt to acomplish the step. maybe i'm just dreaming of a much easier LOL 'lazier way to do things'.
    any thoughts?