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

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,849
    95,169
    340
    That's a default key you can find in various binaries
    https://forums.mydigitallife.net/posts/1858503/

    it's not actual or sold key
     
  2. kyrcy

    kyrcy MDL Senior Member

    Feb 25, 2020
    255
    15
    10
    Is it possible to enable Windows 10 File Explorer in Windows 11 Enterprise/IoT Enterprise (N) LTSC 2024?
     
  3. Meedas

    Meedas MDL Novice

    May 12, 2025
    6
    3
    0
    #3123 Meedas, Sep 28, 2025 at 12:01
    Last edited: Sep 28, 2025 at 12:11
    Create a .reg file and run it with the following text:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
    "{e2bf9676-5f8f-435c-97eb-11607a5bedf7}"="{d93ed569-3b3e-4bff-8355-3c3f4f4856cc}"

    Once you run the .reg file, reboot the computer. If you need to revert the changes, create another .reg file with the following and run it:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
    "{e2bf9676-5f8f-435c-97eb-11607a5bedf7}"=-

    Update: Disregard... this method is outdated.
     
  4. kyrcy

    kyrcy MDL Senior Member

    Feb 25, 2020
    255
    15
    10
    Is this supposed to work in Version 10.0.26100.6584?
     
  5. Meedas

    Meedas MDL Novice

    May 12, 2025
    6
    3
    0
    I checked and it looks like the method is outdated. Seems the only way is to use a 3rd party program (e.g. ExplorerPatcher)
     
  6. kyrcy

    kyrcy MDL Senior Member

    Feb 25, 2020
    255
    15
    10
    Last several versions of ExplorerPatcher are pre-releases, which I would avoid. Any alternatives?
     
  7. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    don't know if this is what you are looking for, but its what i use

    ClassicExplorer.bat
    Code:
    @Echo Off
    
    Reg.exe add "HKCU\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}" /ve /t REG_SZ /d "CLSID_ItemsViewAdapter" /f
    Reg.exe add "HKCU\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}\InProcServer32" /ve /t REG_SZ /d "C:\Windows\System32\Windows.UI.FileExplorer.dll_" /f
    Reg.exe add "HKCU\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}\InProcServer32" /v "ThreadingModel" /t REG_SZ /d "Apartment" /f
    Reg.exe add "HKCU\Software\Classes\CLSID\{6480100b-5a83-4d1e-9f69-8ae5a88e9a33}" /ve /t REG_SZ /d "File Explorer Xaml Island View Adapter" /f
    Reg.exe add "HKCU\Software\Classes\CLSID\{6480100b-5a83-4d1e-9f69-8ae5a88e9a33}\InProcServer32" /ve /t REG_SZ /d "C:\Windows\System32\Windows.UI.FileExplorer.dll_" /f
    Reg.exe add "HKCU\Software\Classes\CLSID\{6480100b-5a83-4d1e-9f69-8ae5a88e9a33}\InProcServer32" /v "ThreadingModel" /t REG_SZ /d "Apartment" /f
    Reg.exe add "HKCU\Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser" /v "ITBar7Layout" /t REG_BINARY /d "13000000000000000000000020000000100001000000000001000000010700005e01000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" /f
    
    Pause
    restart explorer with Task Manager
     
  8. kyrcy

    kyrcy MDL Senior Member

    Feb 25, 2020
    255
    15
    10
    I am not sure what the above does exactly, but I hate having to install Windows again, so how do I revert the changes? Is the new Windows Version and Explorer changes the result of a recent update?
     
  9. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,035
    1,745
    90
    #3129 Ace2, Sep 28, 2025 at 13:09
    Last edited: Sep 28, 2025 at 13:20
    i use Restore.bat
    Code:
    @Echo Off
    
    Reg.exe add "HKCU\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}" /ve /t REG_SZ /d "CLSID_ItemsViewAdapter" /f
    Reg.exe add "HKCU\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}\InProcServer32" /ve /t REG_SZ /d "C:\Windows\System32\Windows.UI.FileExplorer.dll" /f
    Reg.exe add "HKCU\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}\InProcServer32" /v "ThreadingModel" /t REG_SZ /d "Apartment" /f
    Reg.exe add "HKCU\Software\Classes\CLSID\{6480100b-5a83-4d1e-9f69-8ae5a88e9a33}" /ve /t REG_SZ /d "File Explorer Xaml Island View Adapter" /f
    Reg.exe add "HKCU\Software\Classes\CLSID\{6480100b-5a83-4d1e-9f69-8ae5a88e9a33}\InProcServer32" /ve /t REG_SZ /d "C:\Windows\System32\Windows.UI.FileExplorer.dll" /f
    Reg.exe add "HKCU\Software\Classes\CLSID\{6480100b-5a83-4d1e-9f69-8ae5a88e9a33}\InProcServer32" /v "ThreadingModel" /t REG_SZ /d "Apartment" /f
    Reg.exe add "HKCU\Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser" /v "ITBar7Layout" /t REG_BINARY /d "13000000000000000000000020000000100001000000000001000000010700005e01000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" /f
    
    Pause
    restart explorer with Task Manager

    or

    Disable classic File Explorer.reg (i haven't used)
    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_CURRENT_USER\Software\Classes\CLSID\{2aa9162e-c906-4dd9-ad0b-3d24a8eef5a0}]
    
    [-HKEY_CURRENT_USER\Software\Classes\CLSID\{6480100b-5a83-4d1e-9f69-8ae5a88e9a33}]
     
  10. Andrew1968

    Andrew1968 MDL Member

    Nov 3, 2024
    118
    104
    10
  11. Andrew1968

    Andrew1968 MDL Member

    Nov 3, 2024
    118
    104
    10
    #3132 Andrew1968, Sep 28, 2025 at 14:59
    Last edited: Sep 28, 2025 at 15:11
    I've been using StartAllBack (StartIsBack) for 4-5 yrs, for both Win 10 & 11, everything is OK. If the ussues arise devs take the quick actions to resolve.
     
  12. migascalp

    migascalp MDL Addicted

    Sep 18, 2009
    526
    901
    30
    StartAllBack has a 30-day trial version and is updated regularly.

    Edit:

    • Version 3.9.15 4 Sep 2025
    • Support for 25H2

    • Version 3.9.14 28 Aug 2025
    • Minor improvements and fixes

    • Version 3.9.13 27 Jul 2025
    • Minor improvements and fixes

    • Version 3.9.12 27 Jun 2025
    • Fixed combobox animation
    • Fixed Copilot hotkey not working
    • Removed Click-to-do app where not applicable

    • Version 3.9.11 19 Jun 2025
    • Compatibility fix for newest Canary
    • Rounded suggest and combobox dropdowns
    • Removed Help from open&save dialogs

    • Version 3.9.10 7 Jun 2025
    • Compatibility fix for newest Windows Insider

    • Version 3.9.9 20 May 2025
    • Compatibility fix for May+ Windows Updates

    • Version 3.9.8 24 Apr 2025
    • Minor improvements and fixes

    • Version 3.9.7 2 Apr 2025
    • Minor improvements and fixes

    • Version 3.9.6 18 Mar 2025
    • Emoji panel tray icon
    • Audio output selection from tray context menu

    • Version 3.9.5 26 Feb 2025
    • Disabled new battery by default for now

    • Version 3.9.4 19 Feb 2025
    • 24H2 new battery and percentage indicator

    • Version 3.9.3 10 Feb 2025
    • Minor improvements and fixes

    • Version 3.9.2 27 Jan 2025
    • Minor improvements and fixes

    • Version 3.9.1 18 Jan 2025
    • Minor improvements and fixes

    • Version 3.9 23 Dec 2024
    • Plump taskbar option w/Win11 design
    • Floating taskbar: Aura / Dynamic aura perk
    • Win7 This PC drive grouping option

    • Version 3.8.13 9 Nov 2024
    • Large icons for start menu search and flyouts
    • Minor improvements and fixes

    • Version 3.8.12 24 Oct 2024
    • Minor improvements and fixes

    • Version 3.8.11 10 Oct 2024
    • Win+Alt+T hotkey to toggle taskbar autohide
    • Critical improvements and fixes

    • Version 3.8.10 28 Sep 2024
    • Option to totally disable task grouping (a la XP)
    • Major improvements and fixes

    • Version 3.8.9 20 Sep 2024
    • Minor improvements and fixes

    • Version 3.8.8 12 Sep 2024
    • Minor improvements and fixes

    • Version 3.8.7 3 Sep 2024
    • Support Widgets on the right side
    • Major improvements and fixes

    • Version 3.8.6 22 Aug 2024
    • Minor improvements and fixes

    • Version 3.8.4 15 Aug 2024
    • Minor improvements and fixes

    • Version 3.8.3 12 Aug 2024
    • Fix regressions

    • Version 3.8.2 7 Aug 2024
    • Fix regressions

    • Version 3.8.1 2 Aug 2024
    • Fix regressions

    • Version 3.8 31 Jul 2024
    • Fully reimplemented taskbar!
    • Shy autohide taskbar perk
    • Never, hide labels combine button setting
    • Reorder task thumbnails by drag&drop
    • Reduced taskbar resource usage, improved responsiveness
    • Pixel-perfect task icons
    • All-new taskbar animations
    • Support for latest 23H2/24H2 builds. Requred for August Windows updates!

    • Version 3.7.11 6 Jul 2024
    • Minor improvements and fixes

    • Version 3.7.10 29 May 2024
    • Minor improvements and fixes

    • Version 3.7.9 1 May 2024
    • Disabled classic taskbar on 24H2 by default for now
    • Weather animations in classic taskbar

    • Version 3.7.8 1 Apr 2024
    • Fixed navbar not present with 7 & 10 Explorer styles on 22635.3420+

    • Version 3.7.7 14 Mar 2024
    • Enabled legacy taskbar for Canary 26080
    • Rudimentary drag & drop for explorer tabs
    • Minor improvements and fixes

    • Version 3.7.5 27 Feb 2024
    • Dark Magic sharp corners
    • Fixes for Canary 2606x

    • Version 3.7.3 27 Dec 2023
    • Fix empty tray icons on DPI change

    • Version 3.7.2 14 Dec 2023
    • Tray corner icon fixes

    • Version 3.7.1 7 Dec 2023
    • Microphone icon can adjust volume (with scroll wheel) and mute (with middle mouse button click)
    • winget install startallback --scope machine supported for all users install

    • Version 3.7 2 Dec 2023
    • New system tray (corner icons) implementation with more perks

    • Version 3.6.16 6 Nov 2023
    • Workaround 23H2 Explorer crashes

    • Version 3.6.15 26 Oct 2023
    • Removed taskbar Chat icon

    • Version 3.6.14 21 Oct 2023
    • Minor improvements and fixes

    • Version 3.6.13 4 Oct 2023
    • Fix 23H2 native start menu under vertical taskbar

    • Version 3.6.12 2 Sep 2023
    • Fix for beta 22631.2265

    • Version 3.6.11 3 Aug 2023
    • Fix for beta 22631.2129

    • Version 3.6.10 25 Jul 2023
    • Minor improvements and fixes

    • Version 3.6.9 20 Jul 2023
    • Minor improvements and fixes

    • Version 3.6.8 20 Jun 2023
    • Minor improvements and fixes

    • Version 3.6.7 15 Jun 2023
    • Fixed system DPI unexpectedly increasing
    • startisbackcfg /magic

    • Version 3.6.5 21 May 2023
    • Support for Bing AI taskbar search button

    • Version 3.6.4 15 Apr 2023
    • Automatic updates
    • Mute with middle-click on volume taskbar icon

    • Version 3.6.3 15 Mar 2023
    • Minor improvements and fixes

    • Version 3.6.2 3 Mar 2023
    • Minor improvements and fixes

    • Version 3.6.1 14 Feb 2023
    • Alphabet markers for All Programs list

    • Version 3.6 7 Feb 2023
    • Dark mode and Mica for property sheets in Explorer
    • Style and scaling improvements for common controls in Explorer
    • Search box and window sharing for classic taskbar

    • Version 3.5.7 26 Dec 2022
    • Minor improvements and fixes

    • Version 3.5.6 7 Dec 2022
    • Support for latest Beta builds. Previous versions may break with 22H2 updates!

    • Version 3.5.5 1 Dec 2022
    • Support for latest Dev builds

    • Version 3.5.4 11 Nov 2022
    • Support for latest Dev, Beta builds

    • Version 3.5.3 19 Oct 2022
    • Network and battery Windows 10 tray flyouts on latest 22H2

    • Version 3.5.2 4 Sep 2022
    • Acrylic tooltips for window caption buttons

    • Version 3.5.1 10 Aug 2022
    • Support for newer Insider builds

    • Version 3.5 18 Jul 2022
    • Tabs for classic Explorer styles (preview)
    • Fix Terminal missing from Win-X menu on some systems

    • Version 3.4.4 27 Jun 2022
    • Explorer Address bar restyled

    • Version 3.4.3 12 Jun 2022
    • Fix crash loop during user setup on 22H2

    • Version 3.4.2 24 May 2022
    • Fix black menu degradation

    • Version 3.4.1 23 May 2022
    • Styling improvements for dark acrylic menus, details pane, tray overflow flyout
    • Fix transient high DPI system issues causing wide task buttons and icon spacing

    • Version 3.4 19 May 2022
    • Explorer Ribbon, Command Bar and other elements modernized and restyled
    • Taskbar weather on the left
    • Support for 22H2

    • Version 3.3.5 7 April 2022
    • Support for build 22593

    • Version 3.3.3 6 March 2022
    • Trial period increased to 100 days

    • Version 3.3.2 25 February 2022
    • "Always show scrollbars" works in Win32 apps

    • Version 3.3.1 17 February 2022
    • Tweaked Acrylic / Blur surfaces
    • Fixes for Dev

    • Version 3.3 11 February 2022
    • Dark mode improvements for Explorer and Control Panel
    • Weather widget taskbar integration
    • Acrylic classic tooltips

    • Version 3.2.2 18 January 2022
    • Restored Control Panel - Personalization - Desktop Wallpaper / Color
    • Minor improvements and fixes for some systems

    • Version 3.2.1 18 December 2021
    • Fixed Xbox app not resizing
    • Fixed Update and restart option missing

    • Version 3.2 16 December 2021
    • Restore Control Panel applets setting
    • Taskbar screen edge setting
    • Support for Windows 11 flyouts on top or left screen edges and secondary displays

    • Version 3.1.5 4 December 2021
    • Restores Control Panel applets redirected to Settings

    • Version 3.1.2 24 November 2021
    • Minor fixes and tweaks

    • Version 3.1 22 November 2021
    • Center start menu with classic taskbar
    • Central segment only (Dock-like) taskbar perk
    • IME mode context menu works with classic taskbar
    • Support for Dev build ~22500

    • Version 3.0.6 15 November 2021
    • Language switcher can use Windows 10 flyout
    • Tweaked taskbar buttons default look and position
    • Fixed segments in exotic cases

    • Version 3.0.5 5 November 2021
    • Implemented Snap Groups for classic taskbar
    • Tweaked classic context menu paddings
    • Primary classic taskbar remembers monitor

    • Version 3.0.2 28 October 2021
    • Shutdown respects restart apps after login setting
    • Fixed crash with classic context menus

    • Version 3.0.1 22 October 2021
    • Fixed Alt-Tab misbehaving on some systems
    • Fixed graphic artefacts on some ARM64 systems

    • Version 3.0 21 October 2021
    • Improved Search, Task View, Widgets, Chat buttons
    • Added Control Center optional system tray icon
    • Added volume control via mouse wheel on volume tray icon
     
  13. Andrew1968

    Andrew1968 MDL Member

    Nov 3, 2024
    118
    104
    10
    Yep, forgot to mention, thanks.