Wingetlywingetly
← All apps

Time Manager

by gu-seanv1.1.0

Last updated

포어그라운드 앱과 브라우저 URL을 자동으로 감지해 생산적/비생산적 시간을 분류하고 분석하는 Windows 데스크탑 시간 추적 앱

Install with winget

$ winget install --id gu-sean.TimeManager --exact --version 1.1.0

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

Silent install command for Time Manager

Time Manager uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-.

One-line silent install (x64, machine scope)
TimeManager-Setup-1.1.0.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

See the full silent install reference for Time Manager

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 · v1.1.0

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
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 Time Manager.

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

  • R
    rtkrtk-ai
    rtk-ai.rtkvv0.48.0

    CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

  • ActivityWatchActivityWatch Contributors
    ActivityWatch.ActivityWatchv0.13.2

    ActivityWatch is an app that automatically tracks how you spend time on your devices.

  • Y
    Yazisxyazi
    sxyazi.yaziv26.9.1

    Blazing fast terminal file manager written in Rust, based on async I/O

  • B
    BionicLM Studio
    ElementLabs.Bionicv1.1.2+11

    An AI agent for working with open models locally and in the cloud.

  • Flow LauncherFlow-Launcher Team
    Flow-Launcher.Flow-Launcherv2.1.3

    Keystroke launcher for Windows to search, manage and launch files, folders bookmarks, websites and more.

  • CoolDeskCoolDesk
    CoolDesk.CoolDeskv2.0.9

    AI-powered desktop workspace manager

More from gu-sean or browse productivity, time-tracking, time-management.

Frequently asked questions

How do I install Time Manager on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id gu-sean.TimeManager --exact --version 1.1.0. winget downloads the installer from gu-sean and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Time Manager silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id gu-sean.TimeManager --exact 1.1.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 Time Manager?
Time Manager uses EXE (Inno Setup). Run the downloaded installer with: TimeManager-Setup-1.1.0.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-.
How do I uninstall Time Manager via winget?
Run: winget uninstall --id gu-sean.TimeManager --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Time Manager's Apps & Features entry.
Is Time Manager free?
Time Manager is distributed under Proprietary. Refer to the publisher (https://github.com/gu-sean/Time-Manager) for the full license terms - Wingetly itself does not charge for installation.
Does Time Manager 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 Time Manager directly from the publisher.
How do I keep Time Manager up to date?
Run winget upgrade --id gu-sean.TimeManager --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Time Manager from microsoft/winget-pkgs.