BIOS: Spoiler Code: bcdedit /store boot\bcd /enum all Administrador de arranque de Windows ---------------------------------- Identificador {bootmgr} description Windows Boot Manager locale en-US inherit {globalsettings} default {default} displayorder {default} {fdf318c5-9138-11e5-8d97-d0df9af0040b} toolsdisplayorder {memdiag} timeout 30 Cargador de arranque de Windows ----------------------------- Identificador {default} device ramdisk=[boot]\x64\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f} path \windows\system32\boot\winload.exe description Windows 10 Setup (64-bit) locale en-US inherit {bootloadersettings} osdevice ramdisk=[boot]\x64\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f} systemroot \windows bootmenupolicy Legacy detecthal Yes winpe Yes ems No Cargador de arranque de Windows ----------------------------- Identificador {fdf318c5-9138-11e5-8d97-d0df9af0040b} device ramdisk=[boot]\x86\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f} path \windows\system32\boot\winload.exe description Windows 10 Setup (32-bit) locale en-US inherit {bootloadersettings} osdevice ramdisk=[boot]\x86\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f} systemroot \windows bootmenupolicy Legacy detecthal Yes winpe Yes ems No Herramienta de comprobación de memoria de Windows ------------------------------------------------- Identificador {memdiag} device boot path \boot\memtest.exe description Windows Memory Diagnostic locale en-US inherit {globalsettings} Configuración de EMS -------------------- Identificador {emssettings} bootems No Configuración del depurador --------------------------- Identificador {dbgsettings} debugtype Serial debugport 1 baudrate 115200 Configuración global -------------------- Identificador {globalsettings} inherit {dbgsettings} {emssettings} Configuración del cargador de arranque ------------------------------------ Identificador {bootloadersettings} inherit {globalsettings} {hypervisorsettings} Configuración de hipervisor ------------------- Identificador {hypervisorsettings} description Hypervisor Settings hypervisordebugtype Serial hypervisordebugport 1 hypervisorbaudrate 115200 Opciones de dispositivo ----------------------- Identificador {7619dcc8-fafe-11d9-b411-000476eba25f} ramdisksdidevice boot ramdisksdipath \boot\boot.sdi UEFI: Spoiler Code: bcdedit /store efi\microsoft\boot\bcd /enum all Administrador de arranque de Windows ---------------------------------- Identificador {bootmgr} description Windows Boot Manager locale en-US inherit {globalsettings} default {default} displayorder {default} {fdfca2b9-9138-11e5-8d97-d0df9af0040b} toolsdisplayorder {memdiag} timeout 30 Cargador de arranque de Windows ----------------------------- Identificador {default} device ramdisk=[boot]\x64\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f} path \windows\system32\boot\winload.efi description Windows 10 Setup (64-bit) locale en-US inherit {bootloadersettings} isolatedcontext Yes osdevice ramdisk=[boot]\x64\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f} systemroot \windows bootmenupolicy Legacy detecthal Yes winpe Yes ems No Cargador de arranque de Windows ----------------------------- Identificador {fdfca2b9-9138-11e5-8d97-d0df9af0040b} device ramdisk=[boot]\x86\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f} path \windows\system32\boot\winload.efi description Windows 10 Setup (32-bit) locale en-US inherit {bootloadersettings} isolatedcontext Yes osdevice ramdisk=[boot]\x86\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f} systemroot \windows bootmenupolicy Legacy detecthal Yes winpe Yes ems No Herramienta de comprobación de memoria de Windows ------------------------------------------------- Identificador {memdiag} device boot path \efi\microsoft\boot\memtest.efi description Windows Memory Diagnostic locale en-US inherit {globalsettings} Configuración de EMS -------------------- Identificador {emssettings} bootems No Configuración del depurador --------------------------- Identificador {dbgsettings} debugtype Serial debugport 1 baudrate 115200 Configuración global -------------------- Identificador {globalsettings} inherit {dbgsettings} {emssettings} Configuración del cargador de arranque ------------------------------------ Identificador {bootloadersettings} inherit {globalsettings} {hypervisorsettings} Configuración de hipervisor ------------------- Identificador {hypervisorsettings} description Hypervisor Settings hypervisordebugtype Serial hypervisordebugport 1 hypervisorbaudrate 115200 Opciones de dispositivo ----------------------- Identificador {7619dcc8-fafe-11d9-b411-000476eba25f} ramdisksdidevice boot ramdisksdipath \boot\boot.sdi
How to get this list? A special command or program to yield the list? I mean the layout of the list (folder/file structure)... Spoiler
cmd Code: Graphically displays the folder structure of a drive or path. TREE [drive:][path] [/F] [/A] /F Display the names of the files in each folder. /A Use ASCII instead of extended characters.
Unfortunately I'm not yet allowed to write PMs, but here's my solution of a batch file based on %windir%\system32\tree.com. Code: @ECHO OFF :: Call this batch fille with its name plus the path to be treed :: e.g. CONTENT.CMD C:\Windows COLOR 1F IF NOT "%1"=="" %~d1 ECHO %~d1 CD TREE /F /A >#CONTENT.TXT START NOTEPAD.EXE #CONTENT.TXT When I call this batch file from Total Commander with "%P" I get #CONTENT.TXT in the root of the treed path. Regards, Nemo_G
trying to decrypt windows 10 esd file to make an iso but fails due to none of the known rsa keys work. can someone help thanks
Same problem I had a few days ago. But solved by Enthousiast's post #853 and Abbodi1406's hint to one of his tools. Regards, Nemo_G
Hello I don't think I understood what you want to do. You're trying to boot the ISO directly from the boot manager, or you're trying to make the ISO bootable with bcdedit? >>>>
Yes. Actually I have three computer to test. Com 1 works well with all but in repairing at the moment . Com 2 running on W10 fresh install and Com 3 as Windows 8.1. I copied ESD folder included .esd and decrypter to these two guys but no ones works and got the same message as the last post. I wonder to know as if there has any components like .Net Framework, Java, C++ Redistributed... could affect the running of script? I will try with Com 1 later to know where the error comes from.
7-zip and wimlib-imagex are standalone programs, don't need any prerquisities The only thing that can affect the operation is AV protection program, or long non-ascii path
Regarding the combined x86+x64 iso support, are these description/menu options good enough? Code: Detected 2 ESDs with same version but different architectures ____________________________________________________________________________ Do you want to create a multi-architecture ISO for both? 1- ISO with solid install.esd (same as MediaCreationTool) 2- ISO with serviceable install.wim (same as 1, bigger size) 3- ISO with install.wim (same file for all images, smaller overall size) 4- No, Continue for prompt to process one file only Enter your selection>
Your GUI looks good. For the case I have indicated above, now the script running well after redownload the esd file! Sorry for stupid question.
.....How can I integrate an update in .exe?...$oem$ folder?..someone have a script for this?........^^ sorry guys...thread wrong for this doubt,,,><
I'd prefer Code: ... 3- ISO with install.wim (one WIM for all editions, smaller overall size) ... Regards, Nemo_G
Or.. Code: 1- ISO with 2 solid install.esd (same as MediaCreationTool) 2- ISO with 2 serviceable install.wim (similar to 1, bigger size) 3- ISO with 1 shared serviceable install.wim (smaller overall size)