How to hide taskbar Windows 10

On the Windows screen the stripe is pinned on the bottom known as Taskbar. However, you can change its position to any side on the desktop. It displays the pinned or currently running applications. We can quickly access our favorite or frequently used application directly from the taskbar. While some users are comfortable on full screen view of the screen and taskbar may irritate them. Therefore, you need to hide Taskbar. In this post, we have demonstrated various methods to hide the taskbar in Windows 10.

The following learning outcomes are expected:

  • From Graphical User Interface (GUI)
  • From Command Line Interface (CLI)

So, let’s start!

How to Hide Taskbar Using Graphical User Interface in Windows 10?

The majority of Windows users prefer the GUI as it is more user-friendly. It offers us menu and icons to interact with the operating system and perform the desired operation. Observe the provided instructions to hide the taskbar in Windows from the GUI:

Step 1: Open Taskbar Settings

Firstly, right-click anywhere on Taskbar, and open taskbar settings:

How to hide taskbar Windows 10

Step 2: Hide Taskbar Automatically

Here, we can access “Taskbar” settings from the “Personalization” settings panel also. Find the option “Automatically hide the taskbar in desktop mode” that is highlighted below (on the right side of the pane):

How to hide taskbar Windows 10

After that, turn on the toggle button highlighted in the above image:

How to hide taskbar Windows 10

As of right now, the taskbar is successfully hidden from the desktop. When we move the mouse pointer over a taskbar location, the taskbar will immediately appear:

How to hide taskbar Windows 10

How to Hide Taskbar Using Command Line Interface in Windows 10?

Although the GUI is the most common way to use Windows, some users still prefer to utilize the command line to perform administrative tasks Command Prompt is a Windows application used to run commands for administrative tasks. It provides us with a Windows command line User Interface/shell. To hide the taskbar from Windows Command Prompt, follow provided steps.

Step 1: Open Command Prompt

First type “CMD” in the “Startup” menu and launch Command Prompt with administrator privileges:

How to hide taskbar Windows 10

Step 2: Hide Taskbar

To hide the taskbar, run the supplied command below. Because we are using PowerShell command to hide the taskbar on the Command Prompt, we must use the “powershell -command” keyword:

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}"

How to hide taskbar Windows 10

It is observed that the taskbar is hidden successfully:

How to hide taskbar Windows 10

Moreover, if you want to get the taskbar back again, use the below-stated command in CMD:

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 taskbar Windows 10

How to hide taskbar Windows 10

We have compiled the GUI and command line method to hide Taskbar on Windows.

Conclusion

To hide Windows Taskbar, you can either use the command line (CLI) or Graphical user interface (GUI). In the GUI, go to the “Taskbar Settings” option and hide the task bar. Apart from GUI method, the PowerShell command can be utilized in the CMD to hide the taskbar on windows 10. In this blog, we have illustrated several methods including CLI and GUI to hide the taskbar.

About the author

How to hide taskbar Windows 10

I am graduated in computer science. I am a junior technical author here and passionate about Programming and learning new technologies. I have worked in JAVA, HTML 5, CSS3, Bootstrap, and PHP.

How do I completely hide the taskbar in Windows 10?

Step 1: Right-click on an empty spot on the taskbar, click Taskbar settings option to open Taskbar settings page of the Settings app. Step 2: Here, turn on Automatically hide the taskbar in desktop mode option to hide the Taskbar immediately.

Why isn't my taskbar hiding in fullscreen?

Open Start > Settings and choose Personalization > Taskbar from the menu. Expand the Taskbar behaviors section and check the Automatically hide the taskbar. On Windows 10, open Start > Settings > Personalization > Taskbar and toggle on the Automatically hide the taskbar in desktop mode option.