Fix Taskbar Keeps Auto Hiding Even When Automatically Hide The Taskbar Is Unchecked In Windows 11
Channel:
Subscribers:
12,400
Published on ● Video Link: https://www.youtube.com/watch?v=8Z6zL9sMpoc
Fix Automatically Hide The Taskbar Not Working In Windows 11, How To Stop Windows from Auto-hiding Taskbar even when Automatically Hide The Taskbar is disabled in Windows 11
Disable automatically hide taskbar
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}"
Enable automatically hide taskbar
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}"
Other Videos By MenakaTechWorld
Tags:
Fix Automatically Hide The Taskbar Not Working In Windows 11
Stop Windows from Auto-hiding Taskbar even when Automatically Hide The Taskbar is disabled
Fix Taskbar Keeps Auto Hiding Even When Automatically Hide The Taskbar Is Unchecked In Windows 11