Jul 25 2021 03:25 PM
I need help on how to ungroup items on the Taskbar in Windows 11
Nov 01 2021 12:40 AM
@xjikkaReread my post again, if the edited version does not work, this will reinstall start menu components and also reset the associated apps (it will also ungroup the taskbar buttons like you want, and enable labels.) It is safe to use also. These System Apps are directly linked to the UI, so they have to be reset in some cases (Normally you would reset them all, but if you don't want to lose any configuration data this is the easiest route.)
Start Powershell -> Start Menu -> Run -> taskmgr -> File -> Run new Task -> %SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -> Select "Create this task with administrative privileges." -> Click OK.
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine -Force
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell\Update\Packages" -Name "UndockingDisabled" -PropertyType DWord -Value "00000001";
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell\Update\Packages" -Name "UndockingDisabled" -Value "00000001";
New-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -Name "SearchboxTaskbarMode" -PropertyType DWord -Value "00000000";
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -Name "SearchboxTaskbarMode" -Value "00000000";
New-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" -Name "NoTaskGrouping" -PropertyType DWord -Value "00000001";
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" -Name "NoTaskGrouping" -Value "00000001";
Get-AppxPackage -allusers 1527c705-839a-4832-9118-54d4Bd6a0c89 | Reset-AppxPackage;
Get-AppxPackage -allusers c5e2524a-ea46-4f67-841f-6a9465d9d515 | Reset-AppxPackage;
Get-AppxPackage -allusers F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE | Reset-AppxPackage;
Get-AppxPackage -allusers Microsoft.Windows.Search | Reset-AppxPackage;
Get-AppxPackage -allusers Microsoft.Windows.ShellExperienceHost | Reset-AppxPackage;
Get-AppxPackage -allusers Microsoft.Windows.StartMenuExperienceHost | Reset-AppxPackage;
Get-AppxPackage -allusers MicrosoftWindows.Client.CBS | Reset-AppxPackage;
Get-AppxPackage -allusers Windows.CBSPreview | Reset-AppxPackage;
Get-AppxPackage -allusers windows.immersivecontrolpanel | Reset-AppxPackage;
Get-AppxPackage -allusers Windows.PrintDialog | Reset-AppxPackage;
./taskkill /f /im explorer.exe;
./CMD /Q /C START /REALTIME explorer.exe;
Nov 01 2021 10:43 AM - edited Nov 01 2021 10:47 AM
@Mousefluffthank You. Registry changes doesn't helped. Same result: Start Menu does not work /is not showed/ and Explorer is starting in about 1-2 minutes. Installing other packages I did not tried. I need this simply revertable (meaning only acceptable are registry changes). I'm developer, and I must test my applications in "standard W11 Environment" our Customers have. Anyway, thank You. I'm using last standard official W11 version with all the updates installed.
Nov 02 2021 12:24 PM
Nov 03 2021 03:04 AM
My posts have actually shown up now (even if this works, I actually don't use this function, despite the fact that I tested these scripts quite a bit before posting it. Sort of ironic, but I haven't used labels since Windows 98 SE, and Windows XP.)
Nov 08 2021 01:54 AM
Nov 10 2021 08:01 AM
Grouping items on the taskbar reduces my productivity. Users should have the option to group or ungroup identical to Windows 10.
Nov 10 2021 02:12 PM
Nov 12 2021 04:01 PM
Nov 13 2021 03:50 AM - edited Nov 13 2021 03:51 AM
I agree. Sometimes it takes a long time for something to start (in compare to W10). I have an i7 11gen, 16GB DDR4, 1TB SSD nVMe. Windows 10 worked wonderfully. Next problem is that Embarcadero debugger (Delphi 11 with W11 support) keeps crashing (not responding). On same HW with W10 it worked without problems. Combined with icon grouping, Windows 11 is a disaster for developers and a terrible extra time waster. Due to the missing panels on the taskbar and stupid startmenu, I had to write an application that will at least partially replace functionality for me. I know, new system always hurts a little, but this is the way to hell. Really. I've been using W11 for 2 months and it's terrible (like my English ;-)).
Nov 13 2021 03:55 AM
Nov 16 2021 07:54 PM
Nov 21 2021 12:07 PM
Nov 23 2021 02:39 PM
please reintroduce this feature, was avaliable since win95 and speed´s up work, specialy when have to switch applications.
regards.
Nov 23 2021 05:52 PM
Nov 24 2021 12:15 PM
Add me to the chorus. Can't believe how many clicks and difficult viewing is needed to do something I used to be able to do by just hovering over the taskbar.
Did any of the designers consider the older user who's eyesight is no longer what it once was (but not yet needing reading glasses)? The microscopic window replicas are difficult to differentiate.
Nov 24 2021 12:20 PM
Nov 24 2021 12:23 PM
Nov 25 2021 06:44 AM
Dec 05 2021 09:52 PM
Just wanna say thank you to everyone in this thread.
My honeymoon with Windows 11 is over. I have reinstalled Windows 10. It will be good for another 5 years.
Cheers.