#770·Winhance

[FEATURE] Supports displaying time in seconds

Author: WHG555Created Aug 23, 2026Updated Aug 23, 2026

Please confirm these before moving forward

  • I have searched for similar feature requests and have not found a duplicate.

Feature Type

New functionality

Describe your feature request

I would like to support the following features:
The status bar displays the hours, minutes, and seconds.
The Notepad has auto-line breaking and a status bar functionality.

Use case

The status bar displays the hours, minutes, and seconds.
The Notepad has auto-line breaking and a status bar functionality.

Software Details (Only for 'New software to be added' requests)

With this configuration, the hours, minutes, and seconds of time can be displayed.

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSecondsInSystemClock"=dword:00000001

Notebook settings enabling automatic line wrapping and status bar; [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "fWrap"=dword:00000001 "StatusBar"=dword:00000001

Additional context

No response