Do you want to autohide Windows 10 Taskbar? Microsoft has made Windows 10 Taskbar extremely flexible. The taskbar in Windows 10 is extremely manageable. You can show the App Name of opened Windows without combining Icons and move the taskbar to any side of your screen or monitor. The autohide feature of the Windows 10 taskbar is handy when full-screen applications run, and you want to hide the taskbar if not in use. This feature will only hide the taskbar when your mouse cursor is away from them. Once you place the cursor on the taskbar again, Taskbar will become visible.
In this post, we will guide you on hiding and unhiding the Taskbar on Windows 10 PC.
Topics Covered
- 1 How to Auto-Hide Taskbar in Windows 10?
- 2 How to Keep Taskbar Always on Top in Windows 10?
- 3 How to Auto-Hide or Unhide Windows 10 Taskbar using Registry Editor?
- 4 Ho to Enable or Disable Auto-Hide Taskbar Feature in Windows 10 through Command Prompt?
- 5 How to Hide or Unhide Windows 10 Taskbar through Windows PowerShell?
How to Auto-Hide Taskbar in Windows 10?
To auto-hide Windows 10 Taskbar, perform the following steps:-
Step 1. Click on the
Step 2. In the Settings window that appears, click on the
Step 3. In Personalization, click on the
Step 4. On the right-side pane, turn the toggle On “Automatically hide the taskbar in desktop mode.” If you want to also hide the taskbar in tablet mode, turn on the toggle “Automatically hide the taskbar in tablet mode.”
Step 5. Close the Settings app.
The changes are immediate, which means there is no need to restart your PC.
Once you complete the above steps, the Taskbar will automatically hide when you take the cursor away from the Windows 10 Taskbar.
Also Read: Auto-Hide Taskbar when Opened Window Maximized in Windows 10
How to Keep Taskbar Always on Top in Windows 10?
If you are working in Windows 10 and want to keep the Taskbar always visible on the screen, perform the following steps:-
Step 1. Perform a right-click on the free space of the Windows 10 Taskbar.
Step 2. Click on the
Step 3. On the right side of the Taskbar, turn the toggle Off “Automatically hide the taskbar in desktop mode” and “Automatically hide the taskbar in tablet mode.”
Once you complete the above steps, the Windows 10 Taskbar will remain visible on your monitor and not auto-hide.
How to Auto-Hide or Unhide Windows 10 Taskbar using Registry Editor?
To show or hide Windows 10 Taskbar using Registry Editor, do the following:-
Step 1. First, open Registry Editor.
Step 2. Then, browse to the following key in the left sidebar of the Registry Editor window:-
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3
Step 3. On the opposite side of the StuckRects3 folder, double-click on
Step 4. Now, type
Step 5. Click
Step 6. At last, restart your Windows 10 PC to apply the changes.
Ho to Enable or Disable Auto-Hide Taskbar Feature in Windows 10 through Command Prompt?
If you prefer to use a command prompt, here are the steps to show or hide the auto-hide Windows 10 Taskbar feature:-
Step 1. Open Command Prompt with administrative privileges.
Step 2. To hide the taskbar, copy and paste the following in the command prompt window and then hit Enter key on the keyboard:-
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}"
Once you complete the above steps, Windows 10 Taskbar will disappear immediately.
To unhide the Windows 10 Taskbar, in the elevated command prompt window, use the following 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}"
How to Hide or Unhide Windows 10 Taskbar through Windows PowerShell?
If you wish to configure auto-hide or unhide Windows 10 Taskbar through PowerShell, use these steps:-
Step 1. Open Windows PowerShell with administrative rights.
Step 2. Then, type the following and hit Enter key on the keyboard:-
&{$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}
Once you perform the above steps, Windows 10 Taskbar will automatically hide when your mouse cursor is away from the taskbar or no window is maximized.
To revert the changes, use the following cmdlet in the elevated PowerShell window:-
&{$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}
You might also be interested in making Windows 10 Taskbar fully transparent and creating multiple Taskbars on your PC.