Home  >  Article  >  How to Use Settings (And 4 Other Ways) to Show Seconds in Windows 11 Taskbar Clock

How to Use Settings (And 4 Other Ways) to Show Seconds in Windows 11 Taskbar Clock

WBOY
WBOYforward
2023-05-15 19:49:049520browse

Displaying the clock in the taskbar is one of the most basic and permanent features of Windows or any other operating system. However, Windows does not support all time units.

Earlier versions of Windows were able to display seconds updates in the system tracking clock. However, later versions of Windows dropped this feature and users had to rely on third-party apps to display the seconds on the taskbar.

New Feature Alert: Microsoft restores seconds in the taskbar clock in Windows 11

Starting with Windows 11 Dev build 25247, the expectation to display seconds in the taskbar clock has been The long-lasting feature is now back. If you're not a member of the Insider program, you may have to wait a while before this feature is rolled out to a stable public version.

Before Windows 10, users could modify the "ShowSecondsInSystemClock" registry key in the Registry Editor to display seconds. This forces Windows Explorer to update the taskbar and display the seconds in the system tray clock. However, starting with Windows 11, Explorer started skipping checking for this key anywhere in the registry.

How to Display Seconds in Taskbar Clock in 5 Ways

Adding this feature opens up several different native ways by which you can display seconds in Taskbar Clock number, and not just through 3rd party apps. Here's how to display seconds in the taskbar clock.

Method 1: Use Taskbar Settings

The easiest way to display seconds in the taskbar clock is to use the Taskbar Settings window. But keep in mind that you can only use this method if you got the feature in the latest update (see the section above for details). That's it:

Press Win I to open settings. Then click Personalization in the left pane.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Scroll down on the right side and click Taskbar.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

(Alternatively, you can access this settings page by right-clicking the taskbar and selecting Taskbar Settings.)

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

So, in the taskbar settings, select Taskbar Behavior.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Now click and check the box next to Show seconds in system tray clock.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

You should now see the seconds appear in the taskbar clock.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Method 2: Using the registry

The following describes how to use the registry to display seconds in the taskbar clock.

Press Start, type registry editor, and then press Enter.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Navigate to the following address in the Registry Editor:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Or copy and paste the above content into the address bar of the Registry Editor.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Then press Enter. On the right side, scroll down and double-click the ShowSecondsInSystemClock key.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Here, change the value from 0 to 1.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Then click "OK".

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Method 3: Use Command Prompt (CMD) or Powershell or Windows Terminal

You can also use command terminals such as PowerShell and Command Prompt to implement changes and run Displays the seconds in the system tray clock. Here's how to do it using PowerShell:

Press Start, type PowerShell, right-click the result and select Run as administrator.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Now type the following command:

Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowSecondsInSystemClock -Value 1 -Force

Alternatively, copy and paste the above into PowerShell.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Press the Enter key. You should now see the seconds displayed in the taskbar clock.

If you prefer to use the command prompt, you will need to modify the above commands. Here's how to do it:

Press Start, type cmd, right-click the result (Command Prompt), and select Run as administrator.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Now type the following command:

powershell.exe Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\ Advanced -Name ShowSecondsInSystemClock -Value 1 -Force

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Press Enter. And did it.

Method 4: Using RUN

You can also use the Run dialog box to run the command given above. But the previous command needs to be slightly modified. Here's how to do it.

Press Win R to open the run window. Then type the following command:

cmd /c powershell.exe Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowSecondsInSystemClock -Value 1 -Force

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Then press Enter.

Method 5: Using ElevenClock (3rd Party Application)

Before adding this native option to display seconds in the system tray, users had to resort to third-party applications, For example ElevenClock. If for some reason you are unable to use the native option "Show seconds in system tray clock" via the above method, you may have no choice but to use this application.

Note: Before opting for this solution, you may want to try the fixes given below to check if everything is fine.

Download: Eleven Clock

First of all, please click on the link given above. Scroll down on the page and click Elevenclock.Installer.exe.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Click " Keep" to start the download.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

After downloading, run the executable file. If you see the Windows Protect Your PC screen, click More Info.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Then select Run anyway.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Click OK.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Click Next.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Accept the license agreement and click Next.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Then click Install.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

After the installation is complete, click Finish.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

After ElevenClock is opened, click "Start".

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Choose whether you want to synchronize with Internet time or just keep local time. Then click the next arrow.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Select whether you want to hide or show the clock during full screen and click the next arrow.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Now, select feet. Second and click the next arrow.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

#After selecting this format, you should see the seconds in your system tray clock.

On the next screen you will be able to choose a style for your clock. Select one and click the next arrow.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Finally, click Finish.

如何使用设置(以及其他 4 种方式)在 Windows 11 任务栏时钟中显示秒数

Where were the seconds all this time?

People may be wondering why Microsoft hasn’t updated the system tray clock on Windows for as long as it shows something as ostensibly small as the seconds. The reason for this is primarily performance.

Every time you update the second unit in the clock, your computer spends valuable resources updating, paging, and redrawing the taskbar clock. On a computer with multiple users, the same resource is divided multiple times to perform the same operation. Although modern computers are more than capable of handling these repetitions, good performance is as much a result of task prioritization as it is of capability.

After all, why would Windows prioritize updating the seconds of the clock, it really attracts scrutiny and consumes a lot of resources, when it could use the same amount of resources for better things, like predicting your next move? One to type a sentence or make sure a video plays smoothly?

As Microsoft emphasized in a blog post earlier this year, "Updating the seconds in the taskbar clock is not essential to the user interface." However, they seem to have changed their minds and at least let users choose for themselves. honor!

FIX: Option not found to display seconds in system tray clock

If you cannot find "Show seconds in system tray clock" in taskbar settings Number" option, it's likely because the update hasn't been rolled out to you yet. At the time of writing this tutorial, this feature is only available in Developer Build 25247, which is available by becoming part of the Windows Insider Program. Alternatively, you can wait for Microsoft to gradually roll it out with stable builds.

Fix: Showsecondsinsystemclocknot working

In most cases if the setting is configured to show seconds in the system tray clock it does not work immediately worked, a quick system reboot or restarting Windows Explorer might do the trick. This can happen if this is the first time you turn on seconds in the system tray clock because it takes some time to prepare the channel to start displaying seconds. Restarting the system will reinstall the package and reread the registry files.

FAQ

In this section, we’ll answer some frequently asked questions about displaying seconds in the Windows 11 clock.

How to display seconds in Windows 11 clock?

If you are using Dev build 25247 or higher, you can go to Taskbar Behavior in Taskbar Settings and turn on Show seconds in system tray clock. See our tutorial above for additional methods and information.

How to display seconds on computer clock?

There are several ways to display seconds on your computer clock. You can use a third-party app like ElevenClock, or turn on native support for seconds in the system tray clock. See our tutorial above for more information.

The above is the detailed content of How to Use Settings (And 4 Other Ways) to Show Seconds in Windows 11 Taskbar Clock. 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