Windows 1X Recovery Project

Discussion in 'Scripting' started by Chibi ANUBIS, Jun 29, 2016.

  1. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,302
    1,936
    120
    @Chibi ANUBIS tested in a VM
    1. If the VM is set to bios there is a continious loop and installation can't be done
    2. If VM is set to UEFI vmware freezes and stop working
    I used the consumer v2004 x64.

    Any clue ?
     
  2. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    #62 Chibi ANUBIS, Jun 5, 2020
    Last edited: Jun 5, 2020
    (OP)
    I don't know why, me and AnarethoS had no problem, I check this later.

    EDIT : installation complete with success ! Try another ISO or check if you have no problem with your VMWare
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    #63 Chibi ANUBIS, Jun 5, 2020
    Last edited: Jun 5, 2020
    (OP)
    FLASH NEWS !

    I reupload all my project, what's new :

    + Add a ReadMe for Windows 7
    + Add a ReadMe for Windows 8
    + Changed script for WinPE, now can check if XML files are at the root before continue.

    if you update a old boot.wim you can add this in the integrate script :

    Code:
    if exist %MountTo%\Windows\System32\install.cmd DEL %MountTo%\Windows\System32\install.cmd
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,302
    1,936
    120
    @Chibi ANUBIS

    Problem solved by reinstallation of VMware. All is good now.
     
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Thanks for you feedback, I didn't like VMware for this, I have a lot of problem :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. vigipirate

    vigipirate MDL Senior Member

    Feb 24, 2011
    396
    97
    10
    demo scanstatedeploy.cmd and scanstateupdater.cmd ? video thank you
     
  7. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Recovery Project Updated and Final release :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. mataghandi

    mataghandi MDL Novice

    Jan 21, 2020
    15
    7
    0
  9. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Hi dear friend @Chibi ANUBIS

    Could you tell me how do I apply your project to an installation that uses an SSD to System and one HDD for user profiles data? Is it possible?

    Thanks in advanced
    Regards
    @JeepWillys58
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Hello ! Yes is possible, you need to connect the SSD in SATA 1 and the HDD on SATA 2 or others.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Hi again Dear @Chibi ANUBIS

    Could you give me an example of disk layout to do that? I'll use a 128GB SSD and a 1TB HDD fo user profiles. I don't know where I config the recovery partition...

    Thanks in advanced!
    Regards
    @JeepWillys58
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Hi that's me again dear @Chibi ANUBIS

    This project will work if 2004 too?
    Thanks in advanced
    @JeepWillys58
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Yes is work for all Windows 10, if you use a old Windows you need to download a old ScanState also ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    #75 JeepWillys58, Aug 4, 2020
    Last edited: Aug 4, 2020
    Hi dear friend @Chibi ANUBIS

    I was talking about moving the entire "users" folder to another partition or disk when installing windows, using the autounattend.xml or unattend.xml answer file.

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>0416:00000416</InputLocale>
    <SystemLocale>pt-BR</SystemLocale>
    <UILanguage>pt-BR</UILanguage>
    <UILanguageFallback>pt-BR</UILanguageFallback>
    <UserLocale>pt-BR</UserLocale>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <ProtectYourPC>1</ProtectYourPC>
    <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo>
    </OOBE>
    <UserAccounts>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>VwBTAEkATQBfAFUAbgBpAHYAZQByAHMAYQBsAFAAYQBzAHMAQABkAG0ALQBTAFMASQArADIAMAAyADAAKgBQAGEAcwBzAHcAbwByAGQA</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>Conta Principal de Administrador Local Universal</Description>
    <DisplayName>Administrador Local Universal</DisplayName>
    <Name>UniversalLocalAdmin</Name>
    <Group>Administradores</Group>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <RegisteredOrganization>Microsoft Corporation</RegisteredOrganization>
    <RegisteredOwner>Microsoft Corporation</RegisteredOwner>
    <TimeZone>E. South America Standard Time</TimeZone>
    <FolderLocations>
    <ProfilesDirectory>D:\UserProfiles</ProfilesDirectory>
    </FolderLocations>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OEMInformation>
    <Logo>\windows\SoftwareDistribution\OEM\OEMLogoSS.bmp</Logo>
    <Manufacturer>SS.</Manufacturer>
    <SupportURL>https://www.SS.com/contacts/</SupportURL>
    <SupportHours>Segunda à Sexta: 08:00 às 19:00</SupportHours>
    <SupportPhone>(XX) XXXXX-XXXX</SupportPhone>
    </OEMInformation>
    <CopyProfile>true</CopyProfile>
    <ComputerName>SSDESKTOP</ComputerName>
    <TimeZone>E. South America Standard Time</TimeZone>
    <OEMName>Microsoft Corporation</OEMName>
    <RegisteredOrganization>Microsoft Corporation</RegisteredOrganization>
    <RegisteredOwner>Microsoft Corporation</RegisteredOwner>
    </component>
    </settings>
    <cpi:eek:fflineImage cpi:source="wim:D:/windowsimagingconfigurationdesigner/iso_files/sources/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    I see, but is not possible, sorry
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Lauriz

    Lauriz MDL Novice

    Oct 25, 2009
    33
    4
    0
    Hello there @Chibi ANUBIS,
    Thanks for all that you do.
    Will it work for build 20H2?
     
  18. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Hello ! Yes I install 20H2 and is OK
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. vigipirate

    vigipirate MDL Senior Member

    Feb 24, 2011
    396
    97
    10
    hello
    update oem recovery 5.0 post 42.1
     
  20. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,271
    924
    60
    Hello ! I can update only this summer, for now is not possible for me to continue this project... I work every day IRL and is very difficult...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...