One of the most characteristic elements of the operating system is the taskbar. Indeed, it is a quick way to access frequently used applications. In addition, it serves as quick access to basic Windows functions. However, there are times when it may not be convenient to have the taskbar always visible. Therefore, there is an option to hide it automatically. Since there are times when the fixed taskbar can be a nuisance. So hiding it automatically is a good alternative. This allows us to concentrate on the area of interest. For example, when we visualize a video or images. Consequently, today we will see how to automatically hide the taskbar in Windows 10.
How to automatically hide the taskbar.
There are several ways to automatically hide the taskbar. The most convenient way is through Windows Settings. With this in mind, press the Win+I combination. Once there, please click on Personalization.
A new screen will open immediately. Next, in the left column please click on Taskbar. This action will display the options available for this item. So in the right column check the option to Automatically hide the taskbar in desktop mode. To do this, just use the switch to be in On mode. In case you have a device with a touch screen, then enable the second option. Corresponding to Automatically hide the taskbar in tablet mode.
From now on, the taskbar will remain hidden. Unless we pass the mouse over where the taskbar should be. Or also when receiving a notification. This action will cause the taskbar to show momentarily.
Using the command prompt
We can also use the command prompt to modify the behavior of the taskbar. To do this, the first thing to do is to press the Win+R combination. Then type cmd and press Enter.
Then run the following 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} "
From now on, the taskbar will be automatically hidden. So you will have more space available on the screen. In case you want to reverse the action, just run the following:
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} "
All right lastly, we have seen how to hide the taskbar in Windows 10. An excellent option to gain more space on the screen. See you later!