RackNerd Billboard Banner

How to Set Up Shortcuts to Automatically Hide the Taskbar in Windows 11

If you’re always hiding and unhiding the taskbar, save your fingers and make some shortcuts on Windows 11.




Commands:


TURN ON AUTO-HIDE TASKBAR COMMAND

powershell -command “&{$p=’HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3′;$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}”

TURN OFF AUTO-HIDE TASKBAR COMMAND

powershell -command “&{$p=’HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3′;$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}”

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\HideTaskbar]
“Icon”=”imageres.dll,-80”
“MUIVerb”=”Automatically hide taskbar”
“Position”=”Bottom”
“SubCommands”=””

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\HideTaskbar\Shell]

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\HideTaskbar\Shell\001flyout]
“MUIVerb”=”Turn on”

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\HideTaskbar\Shell\001flyout\command]
@=”powershell -command \”&{$p=’HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3′;$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}\””

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\HideTaskbar\Shell\002flyout]
“MUIVerb”=”Turn off”
“CommandFlags”=dword:00000020

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\HideTaskbar\Shell\002flyout\command]
@=”powershell -command \”&{$p= ‘HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3’ ;$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}\””





Chapters:
0:00 Intro
0:23 How to Set Up an “Automatically Hide Taskbar” Desktop Shortcut
1:55 How to Add an “Automatically Hide the Taskbar” Shortcut to the Classic Context Menu
3:28 End screen



What you’ll learn:
1. How to Set Up an “Automatically Hide Taskbar” Desktop Shortcut
a. How to set up desktop shortcuts for the auto-hide taskbar feature using those two commands
b. How to add a desktop shortcut that turns on the Automatically hide taskbar option in Windows 11
c. How to enable/disable auto hide taskbar feature
2. How to Add an “Automatically Hide the Taskbar” Shortcut to the Classic Context Menu
a. How to turn on or turn off auto hide taskbar
b. How to remove Automatically hide taskbar submenu in the classic context menu




















Song: Nettson – Instant
Music provided by Vlog No Copyright Music.
Creative Commons – Attribution 3.0 Unported
Video Link: https://youtu.be/0ebAmlXuuk8

#computereverywhere #howtosetup #shortcuts #automatically #hide #taskbar #windows11


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

RackNerd Billboard Banner
0 Shares
Copy link