Created
September 5, 2023 15:45
-
-
Save sub314xxl/9015d1e66a0fa1d753b4dc7c30b64445 to your computer and use it in GitHub Desktop.
Windows 11 enable text ttles for taskbar buttons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V TaskbarGlomLevel /T REG_DWORD /D 2 /F | |
taskkill /f /im explorer.exe | |
start explorer.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment