Home  >  Article  >  How to reset taskbar settings in Windows 11

How to reset taskbar settings in Windows 11

PHPz
PHPzforward
2023-04-29 22:40:064074browse

How to Restart the Taskbar from Task Manager

When you restart Window Explorer from Task Manager, it resets the Windows Taskbar.

To restart Windows Explorer, use the following steps:

  1. Use keyboard shortcutsCtrl Shift EscBring out Task Manager.
  2. When Task Manager appears, find and highlight Windows Explorer under the Processes tab and click Restart button. 如何在 Windows 11 中重置任务栏设置
  3. If the screen goes white and the taskbar does not reappear, click File >Run a new task from Task Manager. 如何在 Windows 11 中重置任务栏设置
  4. The Create New Task window will appear. Type explorer.exe in the "Open" field and click "OK". 如何在 Windows 11 中重置任务栏设置

The taskbar (and the rest of Windows) will appear, and the taskbar should be working again.

How to Restart the Taskbar Using Windows Terminal

It’s also worth noting that you can restart Explorer and the Taskbar from the command line. These instructions apply to the command line application itself ( cmd.exe ), as well as the newer Windows PowerShell and Windows Terminal applications.

Restart Windows Explorer (and taskbar) using Command Prompt:

  1. Open the Start menu and type cmd, powershell or terminal.
  2. Hover over the top result and select Run as Administrator. 如何在 Windows 11 中重置任务栏设置
  3. When the Command Prompt, PowerShell, or Windows Terminal window opens, enter the following command and press Enter:
    taskkill /f /im explorer.exe && start explorer.exe

After running the command , Windows Explorer will restart, and the taskbar should work again.

How to check taskbar settings on Windows 11

For example, if you don’t see an item you need on the taskbar, such as an overflow icon, you need to double-check your taskbar settings . Some icons can simply be disabled and you can turn them back on.

To manage taskbar settings in Windows 11, use the following steps:

  1. Click Start and open Settings or use Keyboard shortcut Windows key I.
  2. When Settings opens, go to Personalization > Taskbar. 如何在 Windows 11 中重置任务栏设置
  3. Now, browse the list and turn taskbar items on or off. 如何在 Windows 11 中重置任务栏设置

Also, you can manage taskbar behavior in this section, which can also be an issue. For example, you can align the taskbar and Start menu to the left or make the taskbar automatically hide.

Configuring the Windows 11 Taskbar

If the Windows 11 taskbar freezes or doesn't work properly, restarting it will usually fix it. However, you also need to verify your taskbar settings. For example, if it keeps disappearing, you'll want to disable the auto-hide feature. Or, a specific icon may be disabled in Settings.

After you reset the taskbar, you may want to look at ways to customize it. If you don't like what Microsoft added to the taskbar, check out how to remove the weather widget from the Windows 11 taskbar.

If you are not using Windows 11 yet, you can disable the News and Weather widgets on Windows 10. Additionally, you might be interested in centering the Windows 10 taskbar.

The above is the detailed content of How to reset taskbar settings in Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete