#Windows 10 hide taskbar toggle

1 messages · Page 1 of 1 (latest)

solar wedge
#

Hello, I want to be able to quickly toggle the "show taskbar on all displays" setting with something visual like a script I can pin to my taskbar or something akin to the action center toggles.

I want to hide the taskbar on only my drawing tablet's display but havent found a way to do so, this setting being the closest thing I can find.

coral violet
#

you can run bat REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /V MMTaskbarEnabled /T REG_dWORD /D 0 /F to disable taskbars on secondary monitors and ```bat
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /V MMTaskbarEnabled /T REG_dWORD /D 1 /F