PSClock

1.6.0

A set of PowerShell commands for creating and managing a WPF-based clock that runs on your Windows desktop.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSClock

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSClock

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2021-2026 JDH Information Technology Solutions, Inc.

Package Details

Author(s)

  • Jeff Hicks

Tags

clock wpf windows time terminal

Functions

Start-PSClock Set-PSClock Get-PSClock Stop-PSClock Save-PSClock Show-FontPreview Show-PSClockSettingPreview Get-PrimaryDisplaySize Start-ConsoleClock Stop-ConsoleClock Start-TitleClock Stop-TitleClock

PSEditions

Desktop Core

Dependencies

Release Notes

# PSClock v1.6.0

### Added

- Added commands Start-ConsoleClock and Stop-ConsoleClock to display a clock in the upper right corner of a PowerShell console or terminal.
- Added commands Start-TitleClock and Stop-TitleClock to display a clock and other information in the session title bar.
- Added command aliases scc, stcc, stc, and sttc.
- Added a verbose message to show the module version.

### Changed

- Added an event subscription to clean up on module exit, i.e. running Remove-Module.
- Updated Show-FontPreview to accept sample text from the pipeline.
- Updated the README file.
- Updated localized strings for verbose output on module loading.
- Updated help examples.
- Minor code reformatting.

FileList

Version History

Version Downloads Last updated
1.6.0 (current version) 18 5/13/2026
1.5.0 1,360 3/31/2025
1.4.0 7,256 5/21/2024
1.3.0 96 5/14/2024
1.2.0 3,401 8/8/2022
1.1.0 101 2/23/2022
1.0.0 164 11/9/2021
0.9.1 34 11/8/2021
0.9.0 25 11/8/2021
Show more