Wingetlywingetly
← All apps

SKTimeStamp

by Stefans Toolsv1.3.7

Last updated

A shell extension to TimeStamp file/folders.

Install with winget

$ winget install --id StefansTools.SKTimeStamp --exact --version 1.3.7

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

Silent install command for SKTimeStamp

SKTimeStamp uses MSI (WiX). The silent install switches are /qn.

One-line silent install (x64, machine scope)
msiexec.exe /i installer.msi /qn

See the full silent install reference for SKTimeStamp

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.

About

SKTimeStamp is a very simple shell extension which adds a new tab to the Windows Explorer properties dialog. On that new tab, you can change the file/folder date and time.

Installers · v1.3.7

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
machineDirect
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 SKTimeStamp.

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

  • grepWinStefans Tools
    StefansTools.grepWinv2.1.1434

    Regular expression search and replace for Windows.

  • BowPadStefans Tools
    StefansTools.BowPadv2.9.6

    A simple and fast text editor with a ribbon UI.

  • PowerShellMicrosoft Corporation
    Microsoft.PowerShellv7.6.6.0

    PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.

  • XTerminalXterminal
    JiLuo.Xterminalv5.8.6

    更好用的开发工具,但不止于 SSH/控制台/More

  • Windows TerminalMicrosoft Corporation
    Microsoft.WindowsTerminalv1.24.11911.0

    The new Windows Terminal, a tabbed command line experience for Windows.

  • ShellExViewNirSoft
    NirSoft.ShellExViewv2.01

    This utility displays the details of shell extensions installed on your computer.

More from Stefans Tools or browse explorer, extension, shell.

Frequently asked questions

How do I install SKTimeStamp on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id StefansTools.SKTimeStamp --exact --version 1.3.7. winget downloads the installer from Stefans Tools and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install SKTimeStamp silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id StefansTools.SKTimeStamp --exact 1.3.7 --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 SKTimeStamp?
SKTimeStamp uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i installer.msi /qn. The silent switches are /qn.
How do I uninstall SKTimeStamp via winget?
Run: winget uninstall --id StefansTools.SKTimeStamp --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from SKTimeStamp's Apps & Features entry.
Is SKTimeStamp free?
SKTimeStamp is distributed under GPL-2.0. Refer to the publisher (https://tools.stefankueng.com/SKTimeStamp.html) for the full license terms - Wingetly itself does not charge for installation.
Does SKTimeStamp 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 SKTimeStamp directly from the publisher.
How do I keep SKTimeStamp up to date?
Run winget upgrade --id StefansTools.SKTimeStamp --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of SKTimeStamp from microsoft/winget-pkgs.