[TOOL] XP2ESD - Create modern Windows XP installer v1.6.2

Discussion in 'Windows XP / Older OS' started by George King, Jan 8, 2021.

  1. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,454
    60
    Sorry but I think you are just joking. Few posts back you were asking about this. I have not answered. Maybe just run ListDisk /? to see valid commands.
    These commands are valid only for MBR style disk. Do not request additional features until current ones works. Same story with you again, request and request.. Test unsupported scenario then complaining and request..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. UsefulAGKHelper

    UsefulAGKHelper MDL Senior Member

    Aug 28, 2021
    384
    237
    10
    #2922 UsefulAGKHelper, Jan 26, 2024
    Last edited: Jan 28, 2024
    There, I also tested on MBR just to be sure.
    Code:
    C:\Windows\System32>listdisk /settype 1 1 0x07
    Partition type for Partition 1 on Disk 1 changed to 0x7
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,454
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Seven4ever

    Seven4ever MDL Member

    May 16, 2023
    102
    41
    10
    seems include XP 32 and XP 64 with SSE2 CPU
     
  5. user469

    user469 MDL Member

    Oct 23, 2015
    128
    14
    10
    @george I'm Still waiting to test new ISO on two modern Zotac Pc and also on HP 870W
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. lenyu

    lenyu MDL Novice

    May 8, 2020
    18
    2
    0
    Hi there,

    thank you all for such an amazing work.

    will this boot on Z3735 Intel Stick?
     
  7. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,454
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,454
    60
    #2928 George King, Jan 29, 2024
    Last edited: Jan 29, 2024
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Gelip

    Gelip MDL Senior Member

    Feb 28, 2011
    326
    159
    10
    #2929 Gelip, Jan 29, 2024
    Last edited: Jan 29, 2024
    Yes, now ListDisk work OK:
    Code:
    |  Disk  |  Partition  | Style |    Size    |     Type      | System | Ltr |      Label       |
    
     -------- ------------- ------- ------------ --------------- -------- ----- ------------------
    | Disk 0 | Partition 1 | MBR   |   15.00 GB | NTFS *        | NTFS   | C:  | OS64             |
    
    | Disk 0 | Partition 2 | MBR   |  200.00 GB | NTFS          | NTFS   | D:  | Dane             |
    
    | Disk 0 | Partition 3 | MBR   |  250.76 GB | NTFS          | exFAT  | E:  | Max              |
    
    | Disk 1 | Partition 1 | MBR   |  100.00 MB | NTFS *        | NTFS   | G:  | Zastrzezone prze |
    
    | Disk 1 | Partition 2 | MBR   |   59.90 GB | NTFS          | NTFS   | H:  |                  |
    
    P.S. Modify the Type column because we have the same, e.g. NTFS NTFS twice

    About Supermium your repack no make shortcut e.g. to Desktop and is problem that browser uses the %temp% to store settings folder instead %appdata% or Program Files\Supermium
    The original installer is also bad because it requires a propsys.dll file (Windows Search)
    The installer can be unpacked with 7-Zip 19.00:
    supermium_121_64_setup.exe > mini_installer.exe > chrome.7z - then no need propsys.dll
    Now copy Chrome-bin folder to e.g. Program Files and make shortcut to chrome.exe but same problem - app use %temp% to store settings :confused:
     
  10. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,454
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Gelip

    Gelip MDL Senior Member

    Feb 28, 2011
    326
    159
    10
    #2931 Gelip, Jan 29, 2024
    Last edited: Jan 29, 2024
    I found a solution - You have to make a shortcut on the desktop:
    Code:
    "C:\Program Files\Supermium\chrome.exe" --user-data-dir="%appdata%\Supermium"
    In WinRAR need:
    Code:
    Shortcut=D, "chrome.exe --user-data-dir=""%appdata%\Supermium""", , , Supermium,
     
  12. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,454
    60
    #2933 George King, Jan 29, 2024
    Last edited: Jan 29, 2024
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    #2934 acer-5100, Jan 29, 2024
    Last edited: Jan 29, 2024
    Yes but what I mean is that "type=ntfs" is more confusing than either "PartitionID=NTFS" or "PartitionType=NTFS", no matter if the user is experienced or not.

    IMO Even better would be to print the partition ID/Type followed by the filesystem(s) relying on it

    Like PartitionID = 07 (NTFS/HPFS/eXfat)

    This way would be future proof, and also compatible with obscure partition types from the past
     
  14. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,454
    60
    #2935 George King, Jan 29, 2024
    Last edited: Jan 29, 2024
    (OP)
    I was thinking about it, but too long string then and then too long column. Thats why I have used these names. Currently output fit to CMD window width 95. Which almost fit whole screen in WinPE when resolution is 800x600.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    An option could be to follow what Linux fdisx does.

    Just print the number and delegate the description to help or documentation.

    The good old ptedit.exe follows more or less the same idea...

    upload_2024-1-29_12-30-32.png
     
  16. Gelip

    Gelip MDL Senior Member

    Feb 28, 2011
    326
    159
    10
  17. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    Read the discussion please.

    George was concerned about the length of the string. hence my suggestion.
     
  18. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,454
    60
    My goal is not use GUI app. I need CMD ones, thats why I must create listdisk for this purpose.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Gelip

    Gelip MDL Senior Member

    Feb 28, 2011
    326
    159
    10
    BOOTICE work also in CMD e.g. to change ID from .bat script:
    Code:
    REM Change EFI partition ID 0B to 1B Hidden FAT32
    bootice /DEVICE=0:0 /partitions /set_id=1b /quiet
    
    bootice_CMD.png