USB PE Pack Tools

Discussion in 'Windows 10' started by Dark Dinosaur, Apr 16, 2023.

  1. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,731
    5,177
    120
    #1 Dark Dinosaur, Apr 16, 2023
    Last edited: Sep 26, 2023
    Tool list.

    So decided to combine them all into one package
    first, must place wimlib-imagex in the Windows directory
    now for the tool list.

    USB PE Tool & [SE -- unsafe, detect local drives too]

    Create a Drive with Linux / Windows / Live OS [-pe]
    can accept [Drive Letter] or [Disk ID] as parameter
    and ISO / WIM / ESD / PATH as parameter

    USB PE Tool [VHD]
    Create VHD Drive on Drive [X] on path [Folder\file]
    also add a new boot menu, for the drive.
    you can enter the size and other parameters

    USB PE Tool [LiveOS]
    like the USB PE Tool tool, built completely using PS,
    and do something similar but different ->
    instead of creating a new Drive with OS,
    create a new partition on the local Drive / System,
    and add a new boot menu.

    C -> local windows
    D -> new Windows system
    E -> etc etc

    BCD LIB PowerShell cmdlets
    https://forums.mydigitallife.net/threads/86759/
    PowerShell module to handle boot info & add new entries
    mostly useful functions are ...

    Boot function
    "Get_Boot_info"
    "Add_VHDX_BOOT"
    "Add_PARTITION_BOOT"
    "Add_RAM_DRIVE_BOOT"

    VHD function
    "Get-VHD-Path"
    "Is-VHD-System"

    Image Service Menu Menu
    easy do anything than dism / wimlib-imagex can do,
    with one click & done

    upload_2023-9-26_21-25-35.png

    upload_2023-4-16_23-51-18.png

    Linux & Windows PE boot disk
    https://forums.mydigitallife.net/threads/86766/
    Multi USB boot disk with custom PE menu & Grub menu

    Recovery Pack Tool
    https://forums.mydigitallife.net/threads/86757/
    Add a new recovery boot menu, for help in case of ...
    based on WinPe from the latest W.11 & Dart from the MSMG project
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Awesome Boss. Your tools are great. Pl keep it up :)
     
  3. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,731
    5,177
    120
    You are the master
    I'm the student
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Ohoo i am student & you are real MDL hero.
    want you to get full credits of the awesome work you are doing. Please :)
     
  5. MarvelX7

    MarvelX7 MDL Member

    Jun 1, 2021
    233
    208
    10
    Really useful tools! gunna try it soon
     
  6. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,731
    5,177
    120
    update my PE TOOL PACK [Basic & SE]
    LiveOS version needs update too, someday will fix it
    fail when using swm files... now it works fine
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. jifeiyun

    jifeiyun MDL Novice

    Aug 12, 2023
    7
    0
    0
    #7 jifeiyun, Aug 12, 2023
    Last edited by a moderator: Aug 21, 2023
    Great tool. Thanks for sharing
     
  8. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,731
    5,177
    120
    add new option, export (append .. how you like to call it)
    it will able to extract x index or all indexes to same file [export.wim] [export.esd]
    it replaces the mount -> append s**t. much better.
    learn this from ent ... good method

    upload_2023-9-26_21-25-46.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,731
    5,177
    120
    Update image Service menu,
    now thread will be set to auto, not only 8 ........
    you better have a good computer
    otherwise ... BSOD. or crash :D

    upload_2023-10-11_22-42-25.png

    upload_2023-10-11_22-43-16.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,731
    5,177
    120
    Update.
    Now Export-Append supports multi-indexes
    Code:
    Example
    1,2,3,10
    ALL
    upload_2023-10-21_10-35-19.png

    upload_2023-10-21_10-35-7.png

    upload_2023-10-21_10-40-26.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,731
    5,177
    120
    BCD LIB PowerShell cmdlets *v1.7*

    add *.raw property
    add test-sign property
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,731
    5,177
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...