Chuyển đến nội dung chính

How to Hide the Taskbar on Windows 10

Microsoft Windows Logo

The Windows taskbar is great for quickly accessing frequently used applications on your computer. However, some users prefer to hide it in order to save screen space. Here's how to hide the taskbar on Windows 10.

Automatically Hide the Taskbar in Settings

To automatically hide your taskbar, right-click anywhere on your PC's desktop and select "Personalize" from the pop-up menu.

Personalize option in desktop menu

The "Settings" window will appear. In the left-hand pane, select "Taskbar."

Taskbar option in lefthand pane of setting menu

Alternatively, you could right-click the taskbar itself and, from the menu, select "Taskbar Settings."

Taskbar settings option in taskbar menu

Regardless of which method you choose, you'll now be in the Taskbar Settings menu. From here, toggle the slider to "On" under "Automatically Hide The Taskbar In Desktop Mode." If your PC is able to switch over to tablet mode, you can hide the taskbar by toggling that option to "On," as well.

auto hide the taskbar in desktop and table mode

Your taskbar will now automatically hide. This means that, unless you get a notification from an app in the taskbar or you hover your mouse over where the taskbar should be, it won't show up.

RELATED: How to Fix the Windows Taskbar When It Refuses to Auto-Hide Correctly

GIF showing the taskbar auto hiding

You can undo these settings by toggling the sliders back to the "Off" position.

Automatically Hide the Taskbar Using Command Prompt

If you're feeling like a hacker, you can also toggle the auto-hide option between on and off by running commands using the Command Prompt.

RELATED: 34 Useful Keyboard Shortcuts for the Windows Command Prompt

First, open the Command Prompt by typing "cmd" in the Windows Search bar and then select the "Command Prompt" app from the search results.

Command Prompt option in Windows search

In Command Prompt, run this command to toggle the taskbar automatically hide option to on:

powershell -command "&{$p='HKCU:SOFTWAREMicrosoftWindowsCurrentVersionExplorerStuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}"

toggle autohide option to on from command prompt

And to toggle the taskbar auto-hide option to off, run this command:

powershell -command "&{$p='HKCU:SOFTWAREMicrosoftWindowsCurrentVersionExplorerStuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}"

toggle autohide option to off from command prompt

See details

Nhận xét

Popular Posts

DeepCool launches frameless RGB fans that you can control over Wi-Fi

You can use your smartphone to adjust the speed and lighting of these fans.   Fans are not overly complicated for fancy devices. They have blades that spin and push (or pull) air, and some of them light up. DeepCool has taken things a step further, however, by designing frameless RGB smart fan set that hooks into your wireless network. DeepCool's new MF120 set comes with three fans and a controller for them to plug into to. Using a free app that is available for Android and iOS, you can then connect to the controller and cycle through five built-in lighting effects (dynamic, static, breathing, comet, and fashion collision) and 36 interchangeable lighting modes, and also adjust the speed. We're not sure there is a whole lot of utility for controlling your case's fans with your smartphone, but if that's something you want to do, there you go. The fans themselves are uniquely designed. They're frameless in the sense that they don't sit enclosed in a traditional fra...

Apple Watch Series 3 38mm Space Gray Case Black Sport Band GPS + Cellular

Apple Watch Series 3 38mm Space Gray Case Black Sport Band GPS + Cellular Price : 194.99 Ends on : 5 days View on eBay

How to Zip (and Unzip) Files on Windows 10

The ZIP file format reduces the size of files by compressing them, saving disk space, and reducing network transfer times. It also allows you to combine several files into a single one that's easy to share with others. Here's how to zip and unzip files on Windows 10. How to Create a Zip File (Compressed Folder) First, open File Explorer and locate the files or folders you'd like to compress and combine into a Zip file. Windows refers to a Zip file as a "compressed folder," so the terms are interchangeable in this case. We'll be using a group of image files as an example, but you can zip any type of file. If it's a single file or folder you'd like to compress, right-click it and a menu will pop up. Click "Send to," and then click "Compressed (Zipped) Folder." You can also select multiple files or folders in Explorer, and then follow the same steps above to compress them simultaneously. Windows compresses the fi...