Home > Article > System Tutorial > How to solve the problem that the tray time display seconds cannot continue in Win11 preview version 25295? Win11 seconds display tips
In the latest preview update of Win11 Build 25295, Microsoft admitted that the seconds can no longer be displayed in the system tray area.
Microsoft officials stated in the known issue that this is a BUG and will be reintroduced in subsequent preview versions. The official log writes:
The function of displaying seconds in the system tray was first introduced in Win11 Build 25247. Members of the Windows Insider program discovered that after updating to the Win11 Build 25295 update, the seconds no longer display. We are aware of this issue and it will be fixed in a new version soon.
If our netizens can’t wait for Microsoft’s subsequent fixes, you can use the following method.
1. Use the keyboard shortcut (Win key I key) or access the start menu to enter the settings application
2. Click "Personalization" in the left window ” and then find “Taskbar” in the right panel
3. Expand the “Taskbar Behavior” option
4. Check “In system The seconds are displayed in the tray clock”
If you have not upgraded to Build 25247 and above, or you are still using Win10 or Win8, you can try the following three One way:
Use the command prompt to display the seconds in the system tray clock
Our netizens can follow the following steps to enable it:
1. Press the Win key and open Start Menu
2. Re-enter CMD in the search bar, and then select "Run as administrator"
3. In the pop-up command prompt window Enter the following command and press Enter:
powershell.exeSet-ItemProperty-PathHKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced-NameShowSecondsInSystemClock-Value1-Force
1. Press the Win key, Open the Start menu
2. Re-enter PowerShell in the search bar and select "Run as administrator"
3. Enter the following command
Set-ItemProperty-PathHKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced-NameShowSecondsInSystemClock-Value1-Force
Under normal circumstances, the seconds will be displayed in the clock area of your system tray.
If you want to remove the seconds display, you can also modify it with the command:
Command prompt to cancel the display of seconds:
powershell.exeSet-ItemProperty-PathHKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced-NameShowSecondsInSystemClock-Value0-Force
Powershell command to cancel display of seconds:
Set-ItemProperty-PathHKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced-NameShowSecondsInSystemClock-Value0-Force
1. Open the start menu
2. Search regedit, and then open the Registry Editor
3. Enter "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\" on the Registry Editor address bar Advanced" path
4. Find "ShowSecondsInSystemClock". If not found, you can select "New" --> "DWORD (32-bit) Value" and name it "ShowSecondsInSystemClock".
5. Change the data value to "1"
After the modification is completed, you should be able to see the system tray Time changes, if you don't want to display seconds, you can modify the value to 0.
The above is the detailed content of How to solve the problem that the tray time display seconds cannot continue in Win11 preview version 25295? Win11 seconds display tips. For more information, please follow other related articles on the PHP Chinese website!