From 72f2313822c6e8257c71c4dc1ceccfa6aaf7fc6a Mon Sep 17 00:00:00 2001 From: Valentin-Gabriel Radu Date: Wed, 13 Oct 2021 16:56:32 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fbb048..9cdc2f9 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ One of the great features the old taskbar had was the ability to ungroup the tas #### Ungroup icons on all taskbars +Run this command as administrator: ``` reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /f /v "NoTaskGrouping" /t REG_DWORD /d 1 ```