[DISCUSSION] Windows 11 Enterprise/IoT Enterprise (N) LTSC 2024 (24H2 / 26100.x)

Discussion in 'Windows 11' started by Enthousiast, Apr 26, 2024.

  1. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,079
    4,356
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Bersekz

    Bersekz MDL Junior Member

    Nov 17, 2016
    59
    4
    0
    Code:
    irm asheroto.com/winget | iex
    This worked.
     
  3. monstrocity

    monstrocity MDL Junior Member

    Jun 4, 2016
    57
    36
    0
    PowerShell Gallery scripts like,
    Code:
    Install-Script -Name winget-install
    , won't work out of the box unless you install PowerShell 7.4 or higher.

    For PowerShell 5.1 run the following commands:
    Code:
    Install-Module PowerShellGet -Force -AllowClobber
    Code:
    Install-Module Microsoft.PowerShell.PSResourceGet -Repository PSGallery
    Code:
    Install-Script -Name winget-install


    However,
    Code:
    irm asheroto.com/winget | iex
    works if you can't be bothered with PowerShell 7.4+ or PowerShell Gallery in PowerShell 5.1.
     
  4. kyrcy

    kyrcy MDL Senior Member

    Feb 25, 2020
    308
    32
    10
    With 24H2, it seems that it is not possible to manually create one partition to install and three partitions are automatically created instead. Is there a way to install on a single partition?
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,562
    99,691
    340
    dism /Apply-Image + bcdboot
     
  6. kyrcy

    kyrcy MDL Senior Member

    Feb 25, 2020
    308
    32
    10
  7. Atari800XL

    Atari800XL MDL Addicted

    Apr 3, 2011
    999
    1,758
    60
    That's the beauty of it. You manage the partitioning yourself, then WinNTSetup (or like Abbodi1406 said: manual apply) doesn't screw with how you laid out things. System and boot drive can be the same, I've been doing it like that for years.
     
  8. kyrcy

    kyrcy MDL Senior Member

    Feb 25, 2020
    308
    32
    10
    #2531 kyrcy, Dec 26, 2024
    Last edited: Dec 26, 2024
    Previously, I could create a single partition manually during installation and Windows would install on it without complaining, but this no longer works. As I never used WinNTSetup before, do what next to accomplish the same?
     
  9. Atari800XL

    Atari800XL MDL Addicted

    Apr 3, 2011
    999
    1,758
    60
    What do you mean with "do what next"? Of course the answer is: Click all possible buttons and avoid reading any documentation.
     
  10. kyrcy

    kyrcy MDL Senior Member

    Feb 25, 2020
    308
    32
    10
    #2533 kyrcy, Dec 26, 2024
    Last edited: Dec 26, 2024
    I don't see how clicking buttons in WinNTSetup will help. What I am asking is how to install on a single mbr partition. This used to work in Windows 10, by creating the partition using diskpart during installation, but not in Windows 11.
     
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,041
    10,269
    270
    Might still work in the old Setup.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. cyberloner

    cyberloner MDL Member

    Sep 19, 2009
    238
    51
    10
    use all windows 23h2 setup file and replace 24h2 install.wim .. auto unattened driver installed and just a little setup nag screen asking for windows version only (can't bypass it with unattend file)
     
  13. Atari800XL

    Atari800XL MDL Addicted

    Apr 3, 2011
    999
    1,758
    60
    Maybe the right time to remind some people that right behind the "tweaks" button in that screenshot is a simple checkbox to disable Defender...
    ... just saying ...
     
  14. migascalp

    migascalp MDL Addicted

    Sep 18, 2009
    556
    935
    30
    As said in my previous post. I used a WinPE environment to run WinNTSetup.

    Used MiniTool Partition Wizard to:
    Deleted all existing partitions on the destination disk.
    Created a new partition.
    Ensure that the partition is enabled for boot.

    WinNTSetup to deploy Windows on the partition.

    If it is still not clear to you there are many tutorials (even videos) on the internet.