欢迎访问 生活随笔!

生活随笔

当前位置: 首页 >

如何在Windows 10上隐藏任务栏

发布时间:2024/1/1 41 豆豆
生活随笔 收集整理的这篇文章主要介绍了 如何在Windows 10上隐藏任务栏 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

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.

Windows任务栏非常适合快速访问计算机上常用的应用程序。 但是,某些用户更喜欢隐藏它以节省屏幕空间。 这是在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.

要自动隐藏任务栏,请右键单击PC桌面上的任意位置,然后从弹出菜单中选择“个性化”。

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

出现“设置”窗口。 在左侧窗格中,选择“任务栏”。

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

或者,您可以右键单击任务栏本身,然后从菜单中选择“任务栏设置”。

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.

无论选择哪种方法,现在都将位于“任务栏设置”菜单中。 从此处,在“在桌面模式下自动隐藏任务栏”下,将滑块切换到“打开”。 如果您的PC能够切换到平板电脑模式,您也可以通过将该选项切换为“开”来隐藏任务栏。

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.

您的任务栏现在将自动隐藏。 这意味着,除非您从任务栏中的应用收到通知,或者将鼠标悬停在任务栏应位于的位置,否则它将不会显示。

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.

如果您感觉像黑客一样,也可以通过使用命令提示符运行命令来在自动隐藏选项之间切换。

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

首先,通过在Windows搜索栏中键入“ cmd” 打开命令提示符 ,然后从搜索结果中选择“命令提示符”应用程序。

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

在命令提示符中,运行以下命令以将任务栏的“自动隐藏”选项切换为打开:

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

And to toggle the taskbar auto-hide option to off, run this 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}"

翻译自: https://www.howtogeek.com/677619/how-to-hide-the-taskbar-on-windows-10/

总结

以上是生活随笔为你收集整理的如何在Windows 10上隐藏任务栏的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。