1. jineso

    jineso MDL Senior Member

    Oct 8, 2021
    312
    79
    10
    thanks a lot for your valuable time helping me
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    571
    195
    30
    Have you a broken install of Windows?
    Restore the health of your instalation, then update to the latest updates, and after all have been working - implement your tweaks
     
  3. jineso

    jineso MDL Senior Member

    Oct 8, 2021
    312
    79
    10
    Open spoiler for pictures.
    upload_2023-10-13_11-28-14.png

    upload_2023-10-13_11-29-24.png

    upload_2023-10-13_11-30-5.png

    upload_2023-10-13_11-30-42.png

    upload_2023-10-13_11-31-10.png

    upload_2023-10-13_11-32-4.png

    upload_2023-10-13_11-32-40.png
    Is this what you are looking for or I misunderstood your requirements?

    This is my version to confirm
    Edition Windows 10 IoT Enterprise LTSC
    Version 21H2
    Installed on ‎10/‎12/‎2023
    OS build 19044.3570
    Experience Windows Feature Experience Pack 1000.19052.1000.0
    Maybe you need to update the windows to latest updates before adding new user unless I am mistaken..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    571
    195
    30
    @abbodi1406 Have you see that after October update, your script to remove MS Edge just remove partially the components?
    Maybe you could include in a new version of the script, the ADMXs of Edge Blocker Toolkit from Microsoft (EdgeChromium_Blocker.adml and EdgeChromium_Blocker.admx). After I've running the cmd file from the kit, I noticed that keys on my registry:


    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate]
    "InstallDefault"=dword:00000000
    "Install{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}"=dword:00000000
    "Install{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}"=dword:00000000
    "DoNotUpdateToEdgeWithChromium"=dword:00000001
     
  5. xchris

    xchris MDL Novice

    Aug 30, 2010
    30
    2
    0
    #3626 xchris, Oct 14, 2023
    Last edited: Oct 14, 2023
    anyone having issues with the KB5031356? For me (iot 21h2 19044.1288) is impossible to install it always failback , error 0x800f0922 on updates page. Thanks
     
  6. ssjkakaroto

    ssjkakaroto MDL Junior Member

    Mar 3, 2011
    78
    37
    0
    Does this affect changing the "Users" folder with sysprep?
     
  7. Nimbus2000

    Nimbus2000 MDL Senior Member

    May 5, 2010
    268
    186
    10
    I ran into this problem. Using MAS 2.2 option 6 "Troubleshoot", followed by 2 "Dism RestoreHealth" and 3 "SFC Scannow" seems to have fixed the problem. Hopefully it will work for you as well.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,048
    114,355
    450
    That is not a oobe.cmd or setupcomplete,cmd.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    179
    86
    10
    I made a test: in a virtual machine I installed the LTSC 2021 non-IoT, right after I installed the October 2023 cumulative update via Windows Update. After the reboot, Windows Backup and the search bar advice where there, but the existing Edge installation that came preinstalled with Windows wasn't updated to a newer version and can still be uninstalled.
    So I can conclude that on LTSC non-IoT, the updated Edge is not installed/updated, or if any version of Edge is already installed (even the old version that came preinstalled with Windows), the Cumulative Update doesn't update it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. qwesta

    qwesta MDL Senior Member

    Jul 22, 2011
    374
    190
    10
    I use LTSC 2021 on one of my PCs, which I keep updated with W10UI whenever there is an update or updates.
    Whenever I check Edge, it is always updated as you can see here

    today.PNG
     

    Attached Files:

  11. BubuXP

    BubuXP MDL Member

    Jul 21, 2009
    179
    86
    10
    #3632 BubuXP, Oct 16, 2023
    Last edited: Oct 16, 2023
    The main problem is that if you have Edge uninstalled on LTSC it could be re-installed by updates. I am trying to understand when this happens. On my main installation of LTSC IoT, Edge returned after doing October CU, now I'm doing some test with various LTSC install, I will report later.

    Also consider that Edge has its autoupdate features (scheduled tasks and services), so if you keep Edge installed on the system, it's normal that it's updated.



    UPDATE:
    after testing various installations, I can confirm that Cumulative Update installs Edge only on LTSC IoT version, not in regular LTSC. Windows Backup is installed in both versions.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,048
    114,355
    450
    #3633 Enthousiast, Oct 17, 2023
    Last edited: Oct 17, 2023
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. InBloatsDen

    InBloatsDen MDL Novice

    Aug 12, 2023
    9
    5
    0
    Maybe adding through command prompt would work.
    Code:
    net user USERNAME PASSWORD /add
    (optionally make it an admin account)
    Code:
    net localgroup administrators USERNAME /add
    Passwords can easily be changed from the ctrl+alt+del screen when logged in as well. The less we have to use the garbage settings and account apps, the better.
     
  14. summersuns

    summersuns MDL Member

    Oct 26, 2014
    150
    21
    10
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,048
    114,355
    450
    LTSC can't be processed by UUP>ISO, there is no UUP file set for LTSC available.

    My post you link at is not a full UUP file set, they are updates only, use W10UI for integrating them into an existing ISO.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Lurkerino

    Lurkerino MDL Novice

    Mar 20, 2016
    46
    6
    0
    Sorry but what are the differences of the IoT version exactly? Is it better than the regular one?
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,048
    114,355
    450
    Code:
    • Difference between Iot and Non-Iot Windows Enterprise LTSC 2021:
      • Licensing - Non-Iot version supports the KMS license but not the Digital license. Iot version supports the Digital license and after the update 19044.2788, it supports the KMS license as well.
      • Sandbox - Initial release (19044.1288) of Iot LTSC didn’t have sandbox but non-Iot version had. Later updates enabled it in Iot as well, so there is no difference anymore.
      • Reserved storage feature - Iot doesn’t have reserved storage feature and it’s install takes less space in installation. (Feature is not much important for LTSC release)
      • Windows Update - Iot is supported till 2032 and Non-Iot is supported till 2027. Conclusion, Iot LTSC is better.
    Source massgrave website.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Lurkerino

    Lurkerino MDL Novice

    Mar 20, 2016
    46
    6
    0
    #3639 Lurkerino, Oct 21, 2023
    Last edited: Oct 21, 2023
    Thanks man I wanted to try this version but I don't know if I should use this one or go back to 2016 LTSB/2019 LTSC instead.
    EDIT: Can I use KMS_VL_ALL to activate the IoT version? I don't know what the HWID activation is.
     
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,048
    114,355
    450
    That depends on your needs, when you don't want/need the features 2021 LTSC offers then the older ones could be fine, for example on my older systems i run 2016 LTSB and it runs very well on them.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...