New Version of ExplorerPatcher


I use OpenShell/ClassicShell to change the Taskbar colour and Atomic alarm clock to get a decent clock (with or without seconds) and many different styles on the taskbar
View attachment 54017
Yeah, I had been using Atomic Alarm Clock for years until finally it became possible to show seconds and hide the date WITHOUT using 3rd party software. So then I only had to change the text color, which is easy enough with Open-Shell.

systray.png
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
I've beeen using ep_patcher since it first got released and this is the first time there has been a major issue/conflict with Windows where I've actually uninstalled ep_patcher and resigned myself to having to using the crap W11 taskbar.

Indeed me uninstalled the windows update and continued to use EP
 

My Computer

System One

  • OS
    Windows 11
That value changes an internal ID within the registry that seems to be pointing to the latest version of the start menu. The start menu was updated in the latest build, hence why the ID changed. I suspect that this value will need to be changed each time Microsoft makes updates to the start menu. Here's to hoping that Microsoft finally sees the light and the next update will include an option to remove the recommended section. Knowing them, I'm not holding my breath...

Here's the process that I followed to deduce that it was the ID within that script that needed to be updated, and how to figure out what value to use in the future. Note that it's dependent on a new version of ExplorerPatcher being released. Later, I'll see if I can search the registry to find other possible sources of that ID:
  1. Remove all start menu/taskbar customizations from your machine (make sure not to check the box to delete your license when uninstalling StartAllBack!)
  2. Install build 22621.1344
  3. Check the contents of %SystemRoot%\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\ and confirm that dxgi.dll is not present
  4. Install the latest version of ExplorerPatcher
  5. Enable the "Hide Recommended" feature, restart explorer, and confirm that it is working with the latest version of ExplorerPatcher
  6. Check the contents of %SystemRoot%\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\ and confirm that dxgi.dll is present
  7. Open the registry editor
  8. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher and verify that there's a REG_DWORD named StartDocked_DisableRecommendedSection with a value of 1
  9. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher\StartDocked and verify that there's a REG_DWORD named StartDocked::LauncherFrame::OnVisibilityChanged
  10. Make a note of the 7-digit number in parentheses in the Data column linked with StartDocked::LauncherFrame::OnVisibilityChanged, that's the ID to use in the script
  11. Update line 28 of the script from Reddit (11SM-recommended.bat) to align with the new value for StartDocked::LauncherFrame::OnVisibilityChanged
  12. Uninstall ExplorerPatcher
  13. Run 11SM-recommended.bat, and press 1 followed by enter to install
  14. Install StartAllBack
Here's a batchfile to automate Step 7+8+9+10:
Batch:
@echo off
for /f "tokens=*" %%v in ('reg query HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher /v StartDocked_DisableRecommendedSection') do (set a=%%v)
set a=%a:*REG_DWORD    =%
set /a a=%a%
if not %a% equ 1 (echo StartDocked_DisableRecommendedSection is %a% &pause &exit)
for /f "tokens=*" %%v in ('reg query HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher\StartDocked /v StartDocked::LauncherFrame::OnVisibilityChanged') do (set a=%%v)
set a=%a:*REG_DWORD    =%
set /a a=%a%
echo %a% |clip
echo Copied %a% to clipboard
pause
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
I am having some Tray issues with the latest cumulative (beta) update yesterday. I installed the ExplorerPatcher from yesterday's EP update, but I think this might be a Windows issue.

I set in ExplorerPatcher Properties for a Small taskbar, Combine icons, Hide control center, and click on the option to turn off system icons and turn OFF the action center. That is all the same as with Windows prior to the update and the previous ExplorerPatcher.

After that is setup, you go to Windows settings>Personalization>Taskbar>System Tray Icons.
There used to be a radio switch to Hide the sound icon. I not only do not see where you can hide the sound icon anymore, but changing any of the other radio switches in the System Tray Icons section do not seem to make any changes (hide or not).

Anyone else have this behavior or do I have something set that is causing this?

Thanks!
 

My Computer

System One

  • OS
    Windows 11
Yes it does restart and will do so for ever resulting in tons of errors in the log.

If Explorerpatcher is preventing you from using your computer, these are the steps to take.
After your login, and between the flashes, press CTRL Alt DEL (at the same time)
Choose Task Manager
Select in the top left menu, Run new task as Admin.
1- Type in cmd (press enter)
2- Type in cd c:\ (press enter)
3- Type in cd %ProgramFiles%\ExplorerPatcher (press enter)
4- Type in cp ep_setup.exe ep_uninstall.exe (press enter)
5- Type in ep_uninstall.exe (press enter)

This will give you back control of your system.

Too much hassle IMO. Just type in %programfiles%\ExplorerPatcher\ep_setup /uninstall (press enter).
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
That value changes an internal ID within the registry that seems to be pointing to the latest version of the start menu. The start menu was updated in the latest build, hence why the ID changed. I suspect that this value will need to be changed each time Microsoft makes updates to the start menu. Here's to hoping that Microsoft finally sees the light and the next update will include an option to remove the recommended section. Knowing them, I'm not holding my breath...

Here's the process that I followed to deduce that it was the ID within that script that needed to be updated, and how to figure out what value to use in the future. Note that it's dependent on a new version of ExplorerPatcher being released. Later, I'll see if I can search the registry to find other possible sources of that ID:
  1. Remove all start menu/taskbar customizations from your machine (make sure not to check the box to delete your license when uninstalling StartAllBack!)
  2. Install build 22621.1344
  3. Check the contents of %SystemRoot%\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\ and confirm that dxgi.dll is not present
  4. Install the latest version of ExplorerPatcher
  5. Enable the "Hide Recommended" feature, restart explorer, and confirm that it is working with the latest version of ExplorerPatcher
  6. Check the contents of %SystemRoot%\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\ and confirm that dxgi.dll is present
  7. Open the registry editor
  8. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher and verify that there's a REG_DWORD named StartDocked_DisableRecommendedSection with a value of 1
  9. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher\StartDocked and verify that there's a REG_DWORD named StartDocked::LauncherFrame::OnVisibilityChanged
  10. Make a note of the 7-digit number in parentheses in the Data column linked with StartDocked::LauncherFrame::OnVisibilityChanged, that's the ID to use in the script
  11. Update line 28 of the script from Reddit (11SM-recommended.bat) to align with the new value for StartDocked::LauncherFrame::OnVisibilityChanged
  12. Uninstall ExplorerPatcher
  13. Run 11SM-recommended.bat, and press 1 followed by enter to install
  14. Install StartAllBack
Yeah, it’s not any magic internal ID…

Programs consist of subroutines, pieces of instructions grouped together that do “something”. In our case, we are interested in “startdocked::LauncherFrame::OnVisibilityChanged”, which is the subroutine that is executed when the Windows 11 Start menu is displayed (side note: Windows 11 Start menu is called “StartDocked”, while the Windows 10 Start menu is called “StartUI” by Microsoft). For the code in ExplorerPatcher to be able to alter the layout and hide the recommended section, it needs to hook that subroutine, i.e. a piece of code that executes some of my own custom code that helps me do that and then lets the thing do the original code, aka a “hook”. ExplorerPatcher has code that allows it to install hooks (how to do that, there are a couple of methods, I think I explained with another occasion, not the point of this talk). All it requires is to know the address in memory (RAM) where that function is located, in order to know where to hook. That number represents the address it needs, the address of “…::OnVisibilityChanged” (I oversimplified the explanation, it’s not the address per se, but consider it is for the sake of having a coherent and understandable explanation).

Now, how do you get that number? Unfortunately, the DLL file (StartDocked.dll) does not contain that data, as it would make it much larger. Instead, information like this is stored in what is called a “symbol” file (Symbols). ExplorerPatcher downloads the symbol file for StartDocked.dll, parses it, extracts the number from there and caches it in the registry.

If you want to create a proper script, my advice is to have it download, parse and extract the info directly, reproducing what ExplorerPatcher does. For this, I’d reference this: Useful development tools/scripts/helpers · valinet/ExplorerPatcher · Discussion #183. With pdbdump, you can extract the address from the pdb (symbol file). PDBDownloader is a GUI tool which takes in a DLL and downloads its symbol file from Microsoft (the download URL is in the DLL file). I don’t know if it works from the command line, alternatively you can find some other utility that does via the command line or roll out your own. ExplorerPatcher contains code to parse a DLL file and extract the URL from there, so you can reference that: libvalinet/pdb.h at master · valinet/libvalinet. Idk, investigate a bit. With those 2, you then just write the number you obtained to the registry and ExplorerPatcher will pick it up and do its thing when you load it in the Start menu (dxgi.dll present in the Start menu folder). Beware that it works for this, but other hooks (like enabling the Windows 10 Start menu) have to run earlier than the time something from dxgi is used, so ExplorerPatcher installs an earlier hook by impersonating wincorlib.dll as well. Yeah, complicated…

As usual, all of the above is documented via the source code, which performs exactly what I described. The knowledge is there, no need for guessing.
 

My Computer

System One

  • OS
    Windows 11
Does anyone know if customisations made with things like Ultimate Windows Tweaker or Winaero Tweaker to change the context menus has the same effect as StartAllBack and ExplorerPatcher ??
Do you mean the registry tweak that disables the Windows 11 "more options" context menu so the classic context menu is restored? Yeah, AFAIK that one should be the same for all of them, it's this:
Batch:
reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /f /ve
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
... I don't get where your entitlement for this comes from. ...
I wonder if the problem here is that people have become accustomed to 'free' software / services, like Google search, Farcebook pages, Google Maps, etc? They don't 'join the dots' and realize that those services are 'free' because they suck your private data from you - you are indeed paying, just not paying in dollars and cents.

What YOU are doing is providing a valuable product totally free of charge, and without any strings whatsoever - you don't require registration, data, usage information, telemetry ... nothing. And still, you provide 'best effort' support regardless. Thank You!
 

My Computers

System One System Two

  • OS
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    LG Gram 17 17Z95P-K.AAE8U1
    CPU
    i7-1195G7
    Memory
    16GB LPDDR4X 4266MHz
    Graphics Card(s)
    Intel Iris Xe (Integrated)
    Screen Resolution
    2560x1600
    Hard Drives
    512 GB M.2 NVMe SSD
  • Operating System
    Windows 10 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Samsung NP940X5J
    Memory
    8 Gig
    Screen Resolution
    1920x1080
    Hard Drives
    256 GB SSD; 2 TB SSD (SATA)
Just want you to know that your work is highly appreciated Valinet, I didn't think my compliment would trigger anyone but hey its the internet so I guess I was being naive thinking it wouldn't :D
 

My Computer

System One

  • OS
    Windows 11 2H22
    Computer type
    PC/Desktop
    Manufacturer/Model
    User Built
    CPU
    5600X
    Motherboard
    X570S MASTER
    Memory
    32GB 3600C14
    Graphics Card(s)
    3070
    Sound Card
    SOUNDBLASTER G6
    Monitor(s) Displays
    27 INCH 165HZ FREESYNC ISP - DELL
    Screen Resolution
    1440P
    Hard Drives
    960GB 905P
    PSU
    CORSAIR AX1600I
    Case
    FRACTAL R6 BLACKOUT
    Cooling
    NH-D15S
    Keyboard
    LOGITECH K120
    Mouse
    MX518 LEGENDAARY
    Internet Speed
    1GB
    Browser
    EDGE
First of all, I would like to say thank you to Valinet for his prompt solution to this mess.
Everything works fine, except a small issue concerning the Task View, it doesn't work, clicking and just no action.
I'm using last version of Explorer Patcher and Open-shell 4.4.189 with this new 1344 update, before these upgrades Task View was working.
I already tried switching on-off task view, closing Open-shell, DISM without any result.
Did anybody got/solved the same problem ? Thanks.
 

Attachments

  • Screenshot 2023-03-03 083756.png
    Screenshot 2023-03-03 083756.png
    10.6 KB · Views: 1
Last edited:

My Computers

System One System Two

  • OS
    Windows 11 Home 23H2
    Computer type
    Laptop
    Manufacturer/Model
    Asus Vivobook Pro
    CPU
    Intel Core i7-8750H Coffee Lake
    Motherboard
    X580GD
    Memory
    Samsung 32 Gb Dual Channel
    Graphics Card(s)
    Intel UHD Graphics 630 - NVidia GeForce GTX 1050
    Sound Card
    Synaptics SmartAudio HD
    Monitor(s) Displays
    Laptop Monitor + Asus BE24EQK
    Screen Resolution
    1920x1080@60Hz - 1920x1080@60Hz
    Hard Drives
    SSD Crucial P3 NVME M2-2280 1 Tb
    HDD Seagate 2 Tb
    Mouse
    Logitech M525
    Internet Speed
    100 Mbps FTTC - Wi-Fi 5
    Antivirus
    Avast
    Other Info
    Wei Score Index 7.9
  • Operating System
    Windows 11 Pro 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    NiPoGi Ak1Plus
    CPU
    Intel Alder Lake N100
    Memory
    Lexar 16 Gb DDR4-3200 Single channel
    Graphics card(s)
    Intel UHD Graphics Alder Lake-N GT1
    Sound Card
    Intel Alder Lake-N PCH
    Monitor(s) Displays
    Samsung TV 46" via HDMI port
    Screen Resolution
    1920 x 1080
    Hard Drives
    MasonSemi SSD 1 Tb NVMe
    Crucial CT500MX 500 Gb SSD Sata
    Case
    Mini PC
    Mouse
    Logitech M525
    Keyboard
    Rii Mini i8+
    Internet Speed
    100 Mbps FTTC - Wi-Fi 6
    Antivirus
    Avast
    Other Info
    Mainly used as Media Server
    Wei Score Index 7.5
First of all, I would like to say thank you to Valinet for his prompt solution to this mess.
Everything works fine, except a small issue concerning the Task View, it doesn't work, clicking and just no action.
I'm using last version of Explorer Patcher and Open-shell 4.4.189 with this new 1344 update, before these upgrades Task View was working.
I already tried switching on-off task view, closing Open-shell, DISM without any result.
Did anybody got/solved the same problem ? Thanks.
As I wrote above I had the problem with Task View and uninstalled the Windows update because I also found everything slowing down the system. I am back in the previous Windows install with the latest EP and Task View works. But I tried everything on a VM and it also works, so the task view problem must be system specific.
 

My Computer

System One

  • OS
    Windows 11
First of all, I would like to say thank you to Valinet for his prompt solution to this mess.
Everything works fine, except a small issue concerning the Task View, it doesn't work, clicking and just no action.
I'm using last version of Explorer Patcher and Open-shell 4.4.189 with this new 1344 update, before these upgrades Task View was working.
I already tried switching on-off task view, closing Open-shell, DISM without any result.
Did anybody got/solved the same problem ? Thanks.
The keyboard shortcuts (besides Win + Tab) to Virtual Desktops still work, though.
Ctrl + Win + Left/Right (switch to another Virtual Desktop)
Ctrl + Win + D (create a new Virtual Desktop)
Ctrl + Win + F4 (close the current Virtual Desktop)

By default, the Virtual Desktops in Windows are rather useless anyway IMO, but you can still make them useful. Or just let them be useless.
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
HDMI said:


This procedure is for people who are caught in a loop with explorer.
You have no option to type anywhere as you suggested.
It is therefore a must to launch task manager and new task.
Your suggestion is only valid if you have access to the run option thru the interface.
After you open Task Manager and choose Run new task, that's when you need to type the command I told you about. No additional steps are required this way.
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
Where was that mentioned?
One extra line, too much hassle... You make me laugh. :-)
Where else would you type it? 🤷‍♂️
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
As I wrote above I had the problem with Task View and uninstalled the Windows update because I also found everything slowing down the system. I am back in the previous Windows install with the latest EP and Task View works. But I tried everything on a VM and it also works, so the task view problem must be system specific.
I gave it one more try on my main system, tried to modify everything to resemble the simplicity of the VM, still the task view button does not work. From multiple monitors to one monitor, taskbar on only one monitor, hide and show the taskview button, on the Windows 10 taskbar it simply does not work anymore.
 

My Computer

System One

  • OS
    Windows 11
I have the same problem with the Task View and Alt + Tab both not working with Explorer Patcher 22621.1344.53.1 since the latest Windows 11 Update KB5022913.
Before the Windows Update everything was working as expected. If I uninstall EP then it works with the new Windows update.
Unfortunately I could not get the Task View working with the combination of Explorer Patcher 22621.1344.53.1 and update KB5022913.
Hopefully this can get fixed in EP very soon.
 

My Computer

System One

  • OS
    Windows 11 pro
The keyboard shortcuts (besides Win + Tab) to Virtual Desktops still work, though.
Ctrl + Win + Left/Right (switch to another Virtual Desktop)
Ctrl + Win + D (create a new Virtual Desktop)
Ctrl + Win + F4 (close the current Virtual Desktop)

By default, the Virtual Desktops in Windows are rather useless anyway IMO, but you can still make them useful. Or just let them be useless.
Thanks, I agree about what you replied, BTW mine was just a remark for a potential EP bug, even I don't use Task View that much. At the moment I'll keep it disabled. Sure, the kb shortcuts are working exepting ALT+Tab but I don't like that much to use the keyboard to perform any action can be easily made via mouse click. Not a big issue indeed, when everything runs smooth at the moment. :-)
 

My Computers

System One System Two

  • OS
    Windows 11 Home 23H2
    Computer type
    Laptop
    Manufacturer/Model
    Asus Vivobook Pro
    CPU
    Intel Core i7-8750H Coffee Lake
    Motherboard
    X580GD
    Memory
    Samsung 32 Gb Dual Channel
    Graphics Card(s)
    Intel UHD Graphics 630 - NVidia GeForce GTX 1050
    Sound Card
    Synaptics SmartAudio HD
    Monitor(s) Displays
    Laptop Monitor + Asus BE24EQK
    Screen Resolution
    1920x1080@60Hz - 1920x1080@60Hz
    Hard Drives
    SSD Crucial P3 NVME M2-2280 1 Tb
    HDD Seagate 2 Tb
    Mouse
    Logitech M525
    Internet Speed
    100 Mbps FTTC - Wi-Fi 5
    Antivirus
    Avast
    Other Info
    Wei Score Index 7.9
  • Operating System
    Windows 11 Pro 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    NiPoGi Ak1Plus
    CPU
    Intel Alder Lake N100
    Memory
    Lexar 16 Gb DDR4-3200 Single channel
    Graphics card(s)
    Intel UHD Graphics Alder Lake-N GT1
    Sound Card
    Intel Alder Lake-N PCH
    Monitor(s) Displays
    Samsung TV 46" via HDMI port
    Screen Resolution
    1920 x 1080
    Hard Drives
    MasonSemi SSD 1 Tb NVMe
    Crucial CT500MX 500 Gb SSD Sata
    Case
    Mini PC
    Mouse
    Logitech M525
    Keyboard
    Rii Mini i8+
    Internet Speed
    100 Mbps FTTC - Wi-Fi 6
    Antivirus
    Avast
    Other Info
    Mainly used as Media Server
    Wei Score Index 7.5
Yeah, I had been using Atomic Alarm Clock for years until finally it became possible to show seconds and hide the date WITHOUT using 3rd party software. So then I only had to change the text color, which is easy enough with Open-Shell.

View attachment 54063
I like the different styles of the clock, much bigger and bolder one I use with Atomic Alarm Clock
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware M18 R1
    CPU
    13th Gen Core i9 13900HX
    Memory
    32GB DDR5 @4800MHz 2x16GB
    Graphics Card(s)
    Geforce RTX 4090HX 16GB
    Sound Card
    Nvidia HD / Realtek ALC3254
    Monitor(s) Displays
    18" QHD+
    Screen Resolution
    25660 X 1600
    Hard Drives
    C: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    D: KIOXIA (Toshiba) 2TB KXG80ZNV2T04 NVMe PCIe M.2 SSD
    Case
    Dark Metallic Moon
    Keyboard
    Alienware M Series per-key AlienFX RGB
    Mouse
    Alienware AW610M
    Browser
    Chrome and Firefox
    Antivirus
    Norton
    Other Info
    Killer E3000 Ethernet Controller
    Killer Killer AX1690 Wi-Fi Network Adaptor Wi-Fi 6E
    Bluetooth 5.2
    Alienware Z01G Graphic Amplifier
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Alienware Area 51m R2
    CPU
    10th Gen i-9 10900 K
    Memory
    32Gb Dual Channel DDR4 @ 8843MHz
    Graphics card(s)
    Nvidia RTX 2080 Super
    Sound Card
    Nvidia
    Screen Resolution
    1920 x 1080
    Hard Drives
    Hard Drive C: Samsung 2TB SSD PM981a NVMe
    Hard Drive D:Samsung 2TB SSD 970 EVO Plus
    Mouse
    Alienware 610M
    Browser
    Chrome
    Antivirus
    Norton
Thanks, I agree about what you replied, BTW mine was just a remark for a potential EP bug, even I don't use Task View that much. At the moment I'll keep it disabled. Sure, the kb shortcuts are working exepting ALT+Tab but I don't like that much to use the keyboard to perform any action can be easily made via mouse click. Not a big issue indeed, when everything runs smooth at the moment. :-)
If you don't like to use the keyboard shortcuts, then you could always decide to make normal dektop shortcuts that point to .vbs files so you can put them on a Taskbar Toolbar. A .vbs file can run invisibly, it's easy to edit the code with notepad, and it loads quicker than PowerShell. I use .vbs files to automate simple tasks/actions all the time, you can use them to run (and to capture the output of) various commands and command line utilities─such as this one:
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
I don't know if it's been mentioned yet, but the latest EP update restores the Win10 Start menu. YES!!!
 

My Computers

System One System Two

  • OS
    Microsoft Windows 11 Home x64, version 22H2 build 22621.2361
    Computer type
    Laptop
    Manufacturer/Model
    HP Laptop 17-cn0008ca
    CPU
    11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
    Motherboard
    HP 883C
    Memory
    16 GB DDR4-3200 MHz RAM (2 x 8 GB)
    Graphics Card(s)
    Intel® Iris® Xᵉ Graphics
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    Generic PnP Monitor (17.1")
    Screen Resolution
    1920x1080
    Hard Drives
    (1) 256 GB PCIe® SSD
    (2) 1 TB 5400 rpm SATA HDD
    Mouse
    Dell Wireless
    Internet Speed
    Down: 35.53Mbps; Up: 26.19 Mbps
    Browser
    Vivaldi, Firefox, Cent, Chrome, Edge
    Antivirus
    Bit Defender
  • Operating System
    Microsoft Windows 11 Home x64, version 22H2 build 22621.2361
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Inspiron 7700 AIO
    CPU
    11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
    Motherboard
    Dell Inc. 0VY7G1
    Memory
    16.00 GB SODIMM
    Graphics card(s)
    Intel(R) Iris(R) Xe Graphics
    Sound Card
    (1) Realtek Audio (2) Intel® Smart Sound Technology for USB Audio (3) Intel® Smart Sound Technology for Bluetooth® Audio (4) Voice Changer Virtual Audio Device (WDM)
    Hard Drives
    C:/ 459.67 GB
    D:/ (Seagate External) 1.82 TB
    Mouse
    Logitech M220
    Browser
    Edge, Vivaldi
    Antivirus
    Defender
Back
Top Bottom