Wingetlywingetly
← All apps

Dimension 4

by Thinking Man Softwarev5.31

Last updated

Simply put, Dimension 4 is the fastest and easiest way to synchronize your computer's clock if you're running a Windows-based operating system. Once Dimension 4 is installed, you'll most likely forget that it's even running. It's that automatic.

Install with winget

$ winget install --id ThinkingManSoftware.Dimension4 --exact --version 5.31

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

Silent install command for Dimension 4

Dimension 4 uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i d4time531.msi /quiet /norestart

See the full silent install reference for Dimension 4

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.31

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

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 Dimension 4.

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

  • 夸克网盘Quark
    Alibaba.QuarkCloudDrivev3.24.0

    Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc.

  • Synology Drive ClientSynology
    Synology.DriveClientv8.1.0.18123

    The desktop utility that provides file syncing and personal computer backup services on multiple client computers to a centralized server, Synology Drive Server.

  • iCloud (Legacy)Apple Inc.
    Apple.iCloudv7.21.0.23

    With iCloud for Windows, you can access your photos, videos, mail, calendar, files, and other important information on your Windows PC.

  • 阿里云盘Alibaba Group
    Alibaba.aDrivev6.9.3

    A fast, non-intrusive, secure and easy-to-share personal netdisk

  • BoxBox, Inc.
    Box.Boxv2.53.223

    Apps for secure file sharing and collaboration from anywhere

  • Google DriveGoogle LLC
    Google.GoogleDrivev130.0.2.0

    Safely store your files and access them from any device.

More from Thinking Man Software or browse clock, sntp, sync.

Frequently asked questions

How do I install Dimension 4 on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id ThinkingManSoftware.Dimension4 --exact --version 5.31. winget downloads the installer from Thinking Man Software and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Dimension 4 silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id ThinkingManSoftware.Dimension4 --exact 5.31 --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 Dimension 4?
Dimension 4 uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i d4time531.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Dimension 4 via winget?
Run: winget uninstall --id ThinkingManSoftware.Dimension4 --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Dimension 4's Apps & Features entry.
Is Dimension 4 free?
Dimension 4 is distributed under Freeware/Commercial. Refer to the publisher (http://www.thinkman.com/dimension4/default.htm) for the full license terms - Wingetly itself does not charge for installation.
Does Dimension 4 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 Dimension 4 directly from the publisher.
How do I keep Dimension 4 up to date?
Run winget upgrade --id ThinkingManSoftware.Dimension4 --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Dimension 4 from microsoft/winget-pkgs.