Skip to content
Discussion options

You must be logged in to vote

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

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@valinet
Comment options

@Aflaungos
Comment options

@Poopooracoocoo
Comment options

@Aflaungos
Comment options

@Aflaungos
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Aflaungos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants