-
I'm using Version 22000.469.42.6 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Please read this: https://github.com/valinet/ExplorerPatcher/wiki/Reporting-problems and adjust this accordingly. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell\Update\Packages" -Name "UndockingDisabled" -Value "00000000" These commands fixed the issue for me. It was something in registry |
Beta Was this translation helpful? Give feedback.
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell\Update\Packages" -Name "UndockingDisabled" -Value "00000000"
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -Name "SearchboxTaskbarMode" -Value "00000001";
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" -Name "NoTaskGrouping" -Value "00000000";
#Restart Explorer to see the changes
./taskkill /f /im explorer.exe;
./CMD /Q /C START /REALTIME explorer.exe;
These commands fixed the issue for me. It was something in registry