Wingetlywingetly
← All apps
D

DS Clock

by Duality Softwarev5.1.2.0

Last updated

DS Clock is a free digital desktop clock that displays variable date and time information built from the format string. It allows you to fully customize its look and feel.

Install with winget

$ winget install --id DualitySoftware.DSClock --exact --version 5.1.2.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for DS Clock

DS Clock uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64)
dsc-setup-x64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /LOG

See the full silent install reference for DS Clock

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v5.1.2.0

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
-Direct
x64EXE
Inno Setup
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for DS Clock.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • NetTimeMark Griffiths
    MarkGriffiths.NetTimev3.14

    Simple Network Time Protocol (SNTP) client

  • PerfectCalendarGsasl
    Gsasl.PerfectCalendarv1.3.0

    Zero-bloat Win32 taskbar calendar (~230 KB). Dark mode, flat-file events, bold day highlighting, global hotkey, idle transparency.

  • kalarmKDE e.V.
    KDE.KAlarmvmaster

    Personal Alarm Scheduler

  • 优效日历东莞市优效网络科技有限公司
    YouXiao.YXCalendarv2.6.9.2

    Help you manage your time easily

  • Neon Time ScreensaverFullScreensavers
    FullScreensavers.NeonTimev2.0.0

    Neon Time analog clock screensaver is a vibrant and eye-catching addition to any desktop or device.

  • Ridiculously Simple NTP ClientWolfgang "Wolf" Buescher DL4YHF
    WolfgangBuescher.rsNTPv2016-06-04

    Periodically syncs the Windows system clock with one of a selection of NTP servers. Requires admin rights.

More from Duality Software or browse clock.

Frequently asked questions

How do I install DS Clock on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id DualitySoftware.DSClock --exact --version 5.1.2.0. winget downloads the installer from Duality Software and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install DS Clock silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id DualitySoftware.DSClock --exact 5.1.2.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for DS Clock?
DS Clock uses EXE (Inno Setup). Run the downloaded installer with: dsc-setup-x64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /LOG. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall DS Clock via winget?
Run: winget uninstall --id DualitySoftware.DSClock --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from DS Clock's Apps & Features entry.
Is DS Clock free?
DS Clock is distributed under Proprietary. Refer to the publisher (https://www.dualitysoft.com/dsclock/index.html) for the full license terms - Wingetly itself does not charge for installation.
Does DS Clock work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls DS Clock directly from the publisher.
How do I keep DS Clock up to date?
Run winget upgrade --id DualitySoftware.DSClock --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of DS Clock from microsoft/winget-pkgs.